Advertisement
Guest User

Untitled

a guest
Sep 1st, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. options:
  2. options:
  3. warmups_enabled: false
  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: false
  12. cancel_warmup_on_move: false
  13. cancel_warmup_on_sneak: false
  14. cancel_warmup_on_sprint: false
  15. cancel_warmup_on_gamemode_change: false
  16. block_interact_during_warmup: false
  17. clear_on_restart: false
  18. clear_uses_on_death: false
  19. clear_cooldowns_on_death: false
  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. commands:
  54. groups:
  55. default:
  56. /command parameter:
  57. cooldown: 2
  58. /commandwithparameters *:
  59. cooldown: 5
  60. /anothercommand:
  61. cooldown: 2
  62. /yetanothercommand:
  63. warmup: 5
  64. price: 10.0
  65. limit: 5
  66. potion: WEAKNESS,3
  67. /test:
  68. message: You just used /test!
  69. itemcost: STONE,10
  70. xpcost: 6
  71. /tnt:
  72. cooldown: 3000
  73. message: Run!
  74. links:
  75. link:
  76. /lol: default
  77. /example: default
  78. /command: default
  79. /yourCommandHere: yourNameHere
  80. linkGroups:
  81. default:
  82. - /lol
  83. - /example
  84. yourNameHere:
  85. - /yourCommandHere
  86. - /someCommand
  87. - /otherCommand
  88. aliases:
  89. /newcommand: /originalcommand
  90. /new spawn command: /original spawn command
  91. /tnt: /antioch
  92. /tnt: /grenade
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement