Advertisement
Guest User

Untitled

a guest
Apr 4th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. options:
  2. options:
  3. warmups_enabled: true
  4. cooldowns_enabled: true
  5. prices_enabled: true
  6. item_cost_enabled: true
  7. xp_cost_enabled: true
  8. limits_enabled: true
  9. auto_save_enabled_CAN_CAUSE_BIG_LAGS: false
  10. save_interval_in_minutes: 15
  11. cancel_warmup_on_damage: true
  12. cancel_warmup_on_move: true
  13. cancel_warmup_on_sneak: true
  14. cancel_warmup_on_sprint: true
  15. cancel_warmup_on_gamemode_change: true
  16. block_interact_during_warmup: false
  17. clear_on_restart: false
  18. clear_uses_on_death: false
  19. clear_cooldowns_on_death: true
  20. start_cooldowns_on_death: false
  21. command_logging: false
  22. command_signs: false
  23. units:
  24. seconds: seconds
  25. minutes: minutes
  26. hours: hours
  27. messages:
  28. warmup_cancelled_by_damage: '&6Warm-ups have been cancelled due to receiving damage.&f'
  29. warmup_cancelled_by_move: '&6Warm-ups have been cancelled due to moving.&f'
  30. warmup_cancelled_by_sprint: '&6Warm-ups have been cancelled due to sprinting.&f'
  31. warmup_cancelled_by_sneak: '&6Warm-ups have been cancelled due to sneaking.&f'
  32. warmup_cancelled_by_gamemode_change: '&6Warm-ups have been cancelled due to changing
  33. gamemode.&f'
  34. cooling_down: '&6Wait&e &seconds& &unit&&6 before you can use command&e &command&
  35. &6again.&f'
  36. warming_up: '&6Wait&e &seconds& &unit&&6 before command&e &command& &6has warmed
  37. up.&f'
  38. warmup_already_started: '&6Warm-Up process for&e &command& &6has already started.&f'
  39. paid_error: '&6An error has occured:&e %s'
  40. insufficient_funds: '&6You have insufficient funds!&e &command& &6costs &e%s &6but
  41. you only have &e%s'
  42. paid_for_command: '&6Price of&e &command& &6was&e %s &6and you now have&e %s'
  43. paid_items_for_command: '&6Price of&e &command& &6was &e%s'
  44. paid_xp_for_command: '&6Price of&e &command& &6was &e%s levels'
  45. insufficient_items: '&6You have not enough items!&e &command& &6needs &e%s'
  46. insufficient_xp: '&6You have not enough XP!&e &command& &6needs &e%s'
  47. limit_achieved: '&6You cannot use this command anymore!&f'
  48. limit_list: '&6Limit for command &e&command&&6 is &e&limit&&6. You can still use
  49. it &e&times&&6 times.&f'
  50. interact_blocked_during_warmup: '&6You can''t do this when command is warming-up!&f'
  51. cannot_create_sign: '&6You are not allowed to create this kind of signs!&f'
  52. cannot_use_sign: '&6You are not allowed to use this sign!&f'
  53. invalid_command_syntax: '&6You are not allowed to use command syntax /<pluginname>:<command>!'
  54. commands:
  55. groups:
  56. default:
  57. /spawn:
  58. warmup: 5
  59. /warp *:
  60. warmup: 5
  61. /home:
  62. warmup: 5
  63. /randomtp:
  64. warmup: 5
  65. /rtp:
  66. warmup: 5
  67. aliases:
  68. /newcommand: /originalcommand
  69. /new spawn command: /original spawn command
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement