Advertisement
MarcusBG

Untitled

Aug 5th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.66 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: false
  14. cancel_warmup_on_sprint: true
  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. syntax_blocker_enabled: true
  24. units:
  25. seconds: seconds
  26. minutes: minutes
  27. hours: hours
  28. messages:
  29. warmup_cancelled_by_damage: '&6Your command has been cancelled due to receiving damage.&f'
  30. warmup_cancelled_by_move: '&6Your command has been cancelled due to moving.&f'
  31. warmup_cancelled_by_sprint: '&6Your command has been cancelled due to sprinting.&f'
  32. warmup_cancelled_by_sneak: '&6Your command has been cancelled due to sneaking.&f'
  33. warmup_cancelled_by_gamemode_change: '&6Your command has 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: '&6Price of&e &command& &6was&e %s &6and you now have&e %s'
  44. paid_items_for_command: '&6Price of&e &command& &6was &e%s'
  45. paid_xp_for_command: '&6Price of&e &command& &6was &e%s levels'
  46. insufficient_items: '&6You have not enough items!&e &command& &6needs &e%s'
  47. insufficient_xp: '&6You have not enough XP!&e &command& &6needs &e%s'
  48. limit_achieved: '&6You cannot use this command anymore!&f'
  49. limit_reset: '&6Wait&e &seconds& &unit&&6 before your limit for command&e &command&
  50. &6is reset.&f'
  51. limit_reset_now: '&6Reseting limits for command&e &command& &6now!&f'
  52. limit_list: '&6Limit for command &e&command&&6 is &e&limit&&6. You can still use
  53. it &e&times&&6 times.&f'
  54. interact_blocked_during_warmup: '&6You can''t do this when command is warming-up!&f'
  55. cannot_create_sign: '&6You are not allowed to create this kind of signs!&f'
  56. cannot_use_sign: '&6You are not allowed to use this sign!&f'
  57. invalid_command_syntax: '&6You are not allowed to use command syntax /<pluginname>:<command>!'
  58. confirmation_message: '&6Would you like to use command&e &command& &6?'
  59. confirmation_price_of_command: '&6its price is&e &price& &6and you now have &e&balance&'
  60. confirmation_item_price_of_command: '&6its price is&e &itemprice& &itemname&'
  61. confirmation_limit_of_command: '&6it is limited to&e &limit& &6uses and you can still use it&e &uses& &6times'
  62. confirmation_xp_price_of_command: '&6its price is&e &xpprice& experience levels'
  63. confirmation_confirm_command_execution: 'Yes'
  64. confirmation_cancel_command_execution: 'No'
  65. confirmation_command_cancelled: '&6Execution of command&e &command& &6was cancelled'
  66. commands:
  67. groups:
  68. member:
  69. /spawn:
  70. warmup: 3
  71. /tpa:
  72. warmup: 3
  73. /home:
  74. warmup: 3
  75. /wild:
  76. warmup: 2
  77. overlord:
  78. /spawn:
  79. warmup: 3
  80. /tpa:
  81. warmup: 3
  82. /home:
  83. warmup: 3
  84. /f home:
  85. warmup: 3
  86. /wild:
  87. warmup: 2
  88. /feed:
  89. cooldown: 5 minute
  90. titan:
  91. /spawn:
  92. warmup: 3
  93. /tpa:
  94. warmup: 3
  95. /home:
  96. warmup: 3
  97. /wild:
  98. warmup: 2
  99. /back:
  100. cooldown: 1 minute
  101. price: 10000
  102. /fixall:
  103. cooldown: 10 minute
  104. price:5000
  105. /fix:
  106. cooldown: 1 minute
  107. price:500
  108. /feed:
  109. cooldown: 5 minute
  110. champion:
  111. /spawn:
  112. warmup: 3
  113. /tpa:
  114. warmup: 3
  115. /home:
  116. warmup: 3
  117. /wild:
  118. warmup: 2
  119. /back:
  120. cooldown: 1 minute
  121. price: 5000.0
  122. /fixall:
  123. cooldown: 10 minute
  124. price:2500
  125. /fix:
  126. cooldown: 1 minute
  127. price:250
  128. /near:
  129. cooldown: 15
  130. /feed:
  131. cooldown: 5 minute
  132. aliases:
  133. /f who: /f f $1
  134. global:
  135. /test:
  136. limit_reset_delay: 1 hour
  137. /original *:
  138. limit_reset_delay: 360 minutes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement