Guest User

boosCoolDowns Config.yml

a guest
Nov 26th, 2013
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. #
  2. # paid_for_command: '&6Price of&e &command& &6was&e %s &6and you now have&e %s'
  3. options:
  4. options:
  5. warmups_enabled: true
  6. cooldowns_enabled: true
  7. prices_enabled: true
  8. item_cost_enabled: false
  9. limits_enabled: true
  10. auto_save_enabled_CAN_CAUSE_BIG_LAGS: false
  11. save_interval_in_minutes: 15
  12. cancel_warmup_on_damage: false
  13. cancel_warmup_on_move: false
  14. cancel_warmup_on_sneak: false
  15. cancel_warmup_on_sprint: false
  16. cancel_warmup_on_gamemode_change: false
  17. block_interact_during_warmup: false
  18. clear_on_restart: false
  19. clear_uses_on_death: false
  20. clear_cooldowns_on_death: false
  21. start_cooldowns_on_death: false
  22. command_logging: false
  23. command_signs: false
  24. units:
  25. seconds: seconds
  26. minutes: minutes
  27. hours: hours
  28. messages:
  29. warmup_cancelled_by_damage: '&6Warm-ups have been cancelled due to receiving damage.&f'
  30. warmup_cancelled_by_move: '&6Warm-ups have been cancelled due to moving.&f'
  31. warmup_cancelled_by_sprint: '&6Warm-ups have been cancelled due to sprinting.&f'
  32. warmup_cancelled_by_sneak: '&6Warm-ups have been cancelled due to sneaking.&f'
  33. warmup_cancelled_by_gamemode_change: '&6Warm-ups have been cancelled due to changing
  34. gamemode.&f'
  35. cooling_down: '&6Wait&e &seconds& &unit&&6 before you can use command&e &command&
  36. &6again.&f'
  37. warming_up: '&6Wait&e &seconds& &unit&&6 before command&e &command& &6has warmed
  38. up.&f'
  39. warmup_already_started: '&6Warm-Up process for&e &command& &6has already started.&f'
  40. paid_error: '&6An error has occured:&e %s'
  41. insufficient_funds: '&6You have insufficient funds!&e &command& &6costs &e%s &6but
  42. you only have &e%s'
  43. paid_for_command: '&6You have successfully created a region for &e$1,000&6! You
  44. now have &e%s'
  45. paid_items_for_command: '&6Price of&e &command& &6was &e%s'
  46. insufficient_items: '&6You have not enough items!&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. ObsidianVIP:
  56. /cook:
  57. cooldown: 600
  58. Peasant:
  59. /rg claim *:
  60. price: 1000
  61. /command parameter:
  62. cooldown: 2
  63. /commandwithparameters *:
  64. cooldown: 5
  65. /anothercommand:
  66. cooldown: 1
  67. /yetanothercommand:
  68. warmup: 1
  69. price: 0
  70. limit: 5
  71. potion: WEAKNESS,3
  72. /afk:
  73. cooldown: 60
  74. /fly:
  75. warmup: 5
  76. /god:
  77. warmup: 5
  78. /stopfly:
  79. warmup: 5
  80. /vanish:
  81. warmup: 5
  82. /extinguish:
  83. cooldown: 300
  84. /ext:
  85. cooldown: 300
  86. /enderchest:
  87. warmup: 5
  88. /ec:
  89. warmup: 5
  90. /disenchant:
  91. cooldown: 43200
  92. /cook:
  93. cooldown: 600
  94. /heal:
  95. cooldown: 300
  96. /enchant:
  97. cooldown: 86400
  98. /backpack:
  99. warmup: 5
  100. /fix:
  101. cooldown: 43200
  102. /test:
  103. message: You just used /test!
  104. itemcost: STONE,10
  105. '*':
  106. warmup: 0
  107. cooldown: 1
  108. price: 0.0
  109. limit: -1
  110. bedrockvip:
  111. /enderchest: 5,5,0.0,-1
  112. links:
  113. link:
  114. /lol: default
  115. /example: default
  116. /command: default
  117. /yourCommandHere: yourNameHere
  118. linkGroups:
  119. default:
  120. - /lol
  121. - /example
  122. yourNameHere:
  123. - /yourCommandHere
  124. - /someCommand
  125. - /otherCommand
  126. aliases:
  127. /newcommand: /originalcommand
  128. /new spawn command: /original spawn command
Advertisement
Add Comment
Please, Sign In to add comment