Advertisement
MrJayse

Untitled

Mar 19th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.52 KB | None | 0 0
  1. options:
  2. options:
  3. #should warmups be enabled?
  4. warmups_enabled: true
  5. #should cooldowns be enabled?
  6. cooldowns_enabled: true
  7. #should prices be enabled?
  8. prices_enabled: true
  9. #should item costs be enabled?
  10. item_cost_enabled: true
  11. #should xp costs be enabled?
  12. xp_cost_enabled: true
  13. #should player points prices be enabled?
  14. player_points_prices_enabled: true
  15. #should limits be enabled?
  16. limits_enabled: true
  17. #do not ever use this if you like your server
  18. auto_save_enabled_CAN_CAUSE_BIG_LAGS: false
  19. #if you have enabled the forbidden option above, this is how often in minutes will your server lag
  20. save_interval_in_minutes: 15
  21. #should warmups be canceled when player takes damage?
  22. cancel_warmup_on_damage: false
  23. #should warmups be canceled when player moves?
  24. cancel_warmup_on_move: false
  25. #should warmups be canceled when player toggles sneak?
  26. cancel_warmup_on_sneak: false
  27. #should warmups be canceled when player starts sprinting?
  28. cancel_warmup_on_sprint: false
  29. #should warmups be canceled when player changes gamemode?
  30. cancel_warmup_on_gamemode_change: false
  31. #should container access be disable during warmups?
  32. block_interact_during_warmup: false
  33. #should cooldowns be cleared on server restart?
  34. clear_on_restart: false
  35. #should limits (counts of how many times player used limited command) be cleared on server restart?
  36. clear_uses_on_death: false
  37. #should cooldowns be cleared on players death?
  38. clear_cooldowns_on_death: false
  39. #should cooldowns be started on players death?
  40. start_cooldowns_on_death: false
  41. #should command usages be logged to console? (not needed as spigot logs it already)
  42. command_logging: false
  43. #should commands signs be enabled?
  44. command_signs: false
  45. #should syntax blocker (blocks usage of commands with syntax /pluginname:command) be enabled?
  46. syntax_blocker_enabled: true
  47. #should command confirmations (when command has price, xp price or itemcost) be enabled?
  48. command_confirmation: true
  49. units:
  50. #time unit for seconds that will be shown in messages
  51. seconds: seconds
  52. #time unit for minutes that will be shown in messages
  53. minutes: minutes
  54. #time unit for hours that will be shown in messages
  55. hours: hours
  56. messages:
  57. warmup_cancelled_by_damage: '&6Warm-ups have been cancelled due to receiving damage.&f'
  58. warmup_cancelled_by_move: '&6Warm-ups have been cancelled due to moving.&f'
  59. warmup_cancelled_by_sprint: '&6Warm-ups have been cancelled due to sprinting.&f'
  60. warmup_cancelled_by_sneak: '&6Warm-ups have been cancelled due to sneaking.&f'
  61. warmup_cancelled_by_gamemode_change: '&6Warm-ups have been cancelled due to changing
  62. gamemode.&f'
  63. cooling_down: '&6Wait&e &seconds& &unit&&6 before you can use command&e &command&
  64. &6again.&f'
  65. warming_up: '&6Wait&e &seconds& &unit&&6 before command&e &command& &6has warmed
  66. up.&f'
  67. warmup_already_started: '&6Warm-Up process for&e &command& &6has already started.&f'
  68. paid_error: '&6An error has occured:&e %s'
  69. insufficient_funds: '&6You have insufficient funds!&e &command& &6costs &e%s &6but
  70. you only have &e%s'
  71. paid_for_command: '&6Price of&e &command& &6was&e %s &6and you now have&e %s'
  72. paid_items_for_command: '&6Price of&e &command& &6was &e%s'
  73. paid_xp_for_command: '&6Price of&e &command& &6was &e%s levels'
  74. paid_player_points_for_command: '&6Price of&e &command& &6was &e%s PlayerPoints &6and you now have&e %s PlayerPoints'
  75. insufficient_items: '&6You have not enough items!&e &command& &6needs &e%s'
  76. insufficient_xp: '&6You have not enough XP!&e &command& &6needs &e%s'
  77. insufficient_xp_requirement: '&6Your level is too low to use this!&e &command& &6needs &e%s'
  78. insufficient_player_points: '&6You have not enough PlayerPoints!&e &command& &6needs &e%s'
  79. limit_achieved: '&6You cannot use this command anymore!&f'
  80. limit_reset: '&6Wait&e &seconds& &unit&&6 before your limit for command&e &command&
  81. &6is reset.&f'
  82. limit_reset_now: '&6Reseting limits for command&e &command& &6now!&f'
  83. limit_list: '&6Limit for command &e&command&&6 is &e&limit&&6. You can still use
  84. it &e&times&&6 times.&f'
  85. interact_blocked_during_warmup: '&6You can''t do this when command is warming-up!&f'
  86. cannot_create_sign: '&6You are not allowed to create this kind of signs!&f'
  87. cannot_use_sign: '&6You are not allowed to use this sign!&f'
  88. invalid_command_syntax: '&6You are not allowed to use command syntax /<pluginname>:<command>!'
  89. confirmation_message: '&6Would you like to use command&e &command& &6?'
  90. confirmation_price_of_command: '&6its price is&e &price& &6and you now have &e&balance&'
  91. confirmation_item_price_of_command: '&6its price is&e &itemprice& &itemname&'
  92. confirmation_limit_of_command: '&6it is limited to&e &limit& &6uses and you can still use it&e &uses& &6times'
  93. confirmation_xp_price_of_command: '&6its price is&e &xpprice& experience levels'
  94. confirmation_price_of_command: '&6its price is&e &ppprice& PlayerPoints &6and you now have &e&ppbalance& PlayerPoints'
  95. confirmation_confirm_command_execution: 'Yes'
  96. confirmation_confirm_command_execution_hint: 'Click to confirm'
  97. confirmation_cancel_command_execution: 'No'
  98. confirmation_cancel_command_execution_hint: 'Click to cancel'
  99. confirmation_command_cancelled: '&6Execution of command&e &command& &6was cancelled'
  100. confirmation_toggle_disable: 'Confirmation messages are now disabled for you!'
  101. confirmation_toggle_enable: 'Confirmation messages are now enabled for you!'
  102. commands:
  103. groups:
  104. vip:
  105. /near:
  106. cooldown: 1800
  107. /firework:
  108. cooldown: 1800
  109. /tpa:
  110. cooldown: 1800 seconds
  111. /feed:
  112. cooldown: 3600 seconds
  113. premium:
  114. /near:
  115. cooldown: 900 seconds
  116. /tpa:
  117. cooldown: 300 seconds
  118. /feed:
  119. cooldown: 900 seconds
  120. /back:
  121. cooldown: 900 seconds
  122. /heal:
  123. cooldown: 900 seconds
  124. grand:
  125. /top:
  126. cooldown: 600 seconds
  127. /near:
  128. cooldown: 300 seconds
  129. /feed:
  130. cooldown: 300 seconds
  131. /back:
  132. cooldown: 300 seconds
  133. /heal:
  134. cooldown: 300 seconds
  135. /repair:
  136. cooldown: 43200 seconds
  137. legend:
  138. /repair:
  139. cooldown: 3600 seconds
  140. /repair all:
  141. cooldown: 43200 seconds
  142. /tppos:
  143. cooldown: 3600 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement