Advertisement
Guest User

boos

a guest
Aug 20th, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. options:
  2. options:
  3. cancel_warmup_on_damage: true
  4. cancel_warmup_on_move: true
  5. cancel_warmup_on_sneak: true
  6. cancel_warmup_on_sprint: true
  7. cancel_warmup_on_gamemode_change: true
  8. block_interact_during_warmup: true
  9. clear_on_restart: false
  10. command_logging: false
  11. units:
  12. seconds: seconds
  13. minutes: minutes
  14. hours: hours
  15. messages:
  16. warmup_cancelled_by_damage: '&6Warm-ups have been cancelled due to receiving damage.&f'
  17. warmup_cancelled_by_move: '&6Warm-ups have been cancelled due to moving.&f'
  18. warmup_cancelled_by_sprint: '&6Warm-ups have been cancelled due to sprinting.&f'
  19. warmup_cancelled_by_sneak: '&6Warm-ups have been cancelled due to sneaking.&f'
  20. warmup_cancelled_by_gamemode_change: '&6Warm-ups have been cancelled due to changing
  21. gamemode.&f'
  22. cooling_down: '&6Wait&e &seconds& &unit&&6 before you can use command&e &command&
  23. &6again.&f'
  24. warming_up: '&6Wait&e &seconds& &unit&&6 before command&e &command& &6has warmed
  25. up.&f'
  26. warmup_already_started: '&6Warm-Up process for&e &command& &6has already started.&f'
  27. paid_error: '&6An error has occured:&e %s'
  28. paid_for_command: '&6Price of&e &command& &6was&e %s &6and you now have&e %s'
  29. limit_achieved: '&6You cannot use this command anymore!&f'
  30. interact_blocked_during_warmup: '&6You can''t do this when command is warming-up!&f'
  31. commands:
  32. cooldowns:
  33. cooldown:
  34. /butcher: 1200
  35. /tpahere: 10
  36. warmups:
  37. warmup:
  38. /pa join: 5
  39. /pa watch: 5
  40. /pvparena: 5
  41. /pa: 5
  42. /tpahere: 5
  43. /tpaccept: 5
  44. /tpa: 5
  45. /home: 5
  46. /spawn: 5
  47. /warp: 5
  48. links:
  49. link:
  50. /lol: default
  51. /home: default
  52. /warp: default
  53. /yourCommandHere: yourNameHere
  54. linkGroups:
  55. default:
  56. - /home
  57. - /lol
  58. - /warp
  59. yourNameHere:
  60. - /yourCommandHere
  61. - /someCommand
  62. - /otherCommand
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement