Advertisement
AS1LV3RN1NJA

BoosCooldown Config

Feb 6th, 2012
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.62 KB | None | 0 0
  1. commands:
  2.     warmups:
  3.         warmup:
  4.             /home: 20
  5.             /warp: 7
  6.             /home: 7
  7.             /sethome: 30
  8.             /spawn: 7
  9.             /mvspawn: 7
  10.     prices:
  11.         price:
  12.             /home: 0
  13.             /warp: 0
  14.             /home: 0
  15.             /sethome: 0
  16.             /spawn: 0
  17.             /mvspawn: 0
  18.     cooldowns:
  19.         cooldown:
  20.             /kill: 90
  21.             /suicide: 90
  22.     options:
  23.         message_warmup_cancelled_by_damage: '&6Warm-ups have been cancelled due to
  24.             receiving damage.&f'
  25.         message_warmup_cancelled_by_sprint: '&6Warm-ups have been cancelled due to
  26.             sprinting.&f'
  27.         cancel_warmup_on_damage: true
  28.         unit_seconds: seconds
  29.         message_cooldown: '&6Wait&e &seconds& &unit&&6 before you can use command&e
  30.             &command& &6again.&f'
  31.         message_warmup_cancelled_by_move: '&6Warm-ups have been cancelled due to moving.&f'
  32.         clear_on_restart: true
  33.         unit_minutes: minutes
  34.         cancel_warmup_on_sneak: true
  35.         cancel_warmup_on_move: true
  36.         cancel_warmup_on_sprint: true
  37.         unit_hours: hours
  38.         paid_for_command_message: '&6Price of&e &command& &6was&e %s &6and you now
  39.             have&e %s'
  40.         paid_error: '&6An error has occured:&e %s'
  41.         message_warmup_alreadystarted: '&6Warm-Up process for&e &command& &6has already
  42.             started.&f'
  43.         message_warmup: '&6Wait&e &seconds& &unit&&6 before command&e &command& &6has
  44.             warmed up.&f'
  45.         message_warmup_cancelled_by_sneak: '&6Warm-ups have been cancelled due to
  46.             sneaking.&f'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement