Advertisement
Guest User

PrisonUtils -- EzBlocks config

a guest
Jun 9th, 2017
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.45 KB | None | 0 0
  1. #--PrisonUtils--
  2. #
  3. # Name: PrisonUtils
  4. # Author: mrCookieSlime
  5. #
  6. # Do not modify the Config while the Server is running
  7. # otherwise bad things might happen!
  8. #
  9. # This Plugin also requires CS-CoreLib to run!
  10. # If you don't have it installed already, its going to be
  11. # automatically installed for you
  12. #
  13. # This Plugin utilises an Auto-Updater. If you want to turn that off,
  14. # simply set options -> auto-update to false
  15. mining:
  16. auto-smelt: true
  17. enable-fortune: true
  18. straight-to-inventory: true
  19. backpacks: true
  20. prefer-backpacks: true
  21. unbreakable-pickaxes: false
  22. auto-block: false
  23. block-whitelist: []
  24. autosmelt-blacklist:
  25. - LOG
  26. - LOG_2
  27. - STONE
  28. block-counter: false
  29. soulbound-pickaxes: true
  30. soulbound-backpacks: false
  31. autosell:
  32. summary-every: 100
  33. pickaxe:
  34. name:
  35. enabled: false
  36. prefix: '&7({DURABILITY}) &b{PLAYER}''s '
  37. suffix: ' &8[&6{BLOCKSBROKEN} Blocks broken&8]'
  38. lore:
  39. enabled: false
  40. lines:
  41. - '&7Pickaxe Owner: &e{PLAYER}'
  42. - '&7Blocks broken: &e{BLOCKSBROKEN}'
  43. - '&7Durability: &e{DURABILITY}'
  44. - ''
  45. shovel:
  46. name:
  47. enabled: false
  48. prefix: '&7({DURABILITY}) &b{PLAYER}''s '
  49. suffix: ' &8[&6{BLOCKSBROKEN} Blocks broken&8]'
  50. lore:
  51. enabled: false
  52. lines:
  53. - '&7Shovel Owner: &e{PLAYER}'
  54. - '&7Blocks broken: &e{BLOCKSBROKEN}'
  55. - '&7Durability: &e{DURABILITY}'
  56. - ''
  57. axe:
  58. name:
  59. enabled: false
  60. prefix: '&7({DURABILITY}) &b{PLAYER}''s '
  61. suffix: ' &8[&6{BLOCKSBROKEN} Blocks broken&8]'
  62. lore:
  63. enabled: false
  64. lines:
  65. - '&7Axe Owner: &e{PLAYER}'
  66. - '&7Blocks broken: &e{BLOCKSBROKEN}'
  67. - '&7Durability: &e{DURABILITY}'
  68. - ''
  69. full-inventory:
  70. sound: true
  71. title: true
  72. actionbar: false
  73. allow-breaking-blocks: true
  74. silktouch-whitelist:
  75. - STONE
  76. fortune:
  77. use-whitelist: true
  78. block-whitelist:
  79. - COAL_ORE
  80. - REDSTONE_ORE
  81. - GLOWING_REDSTONE_ORE
  82. - LAPIS_ORE
  83. - QUARTZ_ORE
  84. - DIAMOND_ORE
  85. - EMERALD_ORE
  86. - IRON_ORE
  87. - COAL_ORE
  88. - STONE
  89. - LAPIS_BLOCK
  90. - IRON_BLOCK
  91. - GOLD_BLOCK
  92. - DIAMOND_BLOCK
  93. - EMERALD_BLOCK
  94. - BRICK_BLOCK
  95. - PRISMARINE
  96. - GOLD_ORE
  97. - OBSIDIAN
  98. world-blacklist:
  99. - world_nether
  100. - plots
  101. level-modifier: 0.6
  102. min-modifier: 0.2
  103. regions:
  104. use-whitelist: false
  105. whitelist:
  106. - a
  107. - b
  108. - c
  109. backpacks:
  110. name:
  111. normal: '&eBackpack'
  112. soulbound: '&eReinforced Backpack'
  113. exp:
  114. whitelist:
  115. - COAL_ORE
  116. - REDSTONE_ORE
  117. - DIAMOND_ORE
  118. auto-exp: true
  119. environment:
  120. fly-on-join: false
  121. permanent-effects:
  122. - ''
  123. prevented-damage:
  124. - FALL
  125. - SUFFOCATION
  126. enable-weather: false
  127. options:
  128. auto-update: true
  129. debug: false
  130. world-blacklist:
  131. - world_the_end
  132. - world_nether
  133. - plots
  134. block-rewards:
  135. enabled: false
  136. repeating:
  137. '1': []
  138. standard:
  139. '100':
  140. - say '{PLAYER} broke a hundred blocks'
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151. #--Ezblocks--
  152. # EZBlocks version 1.4.1 Main configuration file.
  153. # database: true/false
  154. # If you choose to use MySQL, set this to true and
  155. # enter your MySQL credentials
  156. # save_interval: how often (in minutes) should EZBlocks save to file/MySQL
  157. # enabled_worlds: what worlds should EZBlocks be enabled in, use 'all' for all worlds
  158. # pickaxe_never_breaks: should EZBlocks prevent pickaxes from breaking
  159. # only_track_below_y: should we only track blockbreaks below a certain y coordinate
  160. # pickaxe_counter:
  161. # This section lets you choose how to display the pickaxe specific blockbreak counter
  162. # If useDisplayName: true, Do not add Blocks broken: to the format
  163. # the format specified will be added on any pickaxe with a displayname present
  164. # if useDisplayName: false, the format will be added in the lore of the pickaxe
  165. #
  166. # global_rewards:
  167. # this is where you can give rewards when players reach x amount of global blockbreaks
  168. # this does not reward depending on the pickaxe counter, only global blockbreaks
  169. #
  170. # interval_rewards:
  171. # this is where you can give rewards every x blocks mined
  172. # this does not reward depending on the pickaxe counter, only global blockbreaks
  173. database:
  174. enabled: false
  175. hostname: localhost
  176. port: 3306
  177. database: ezblocks
  178. prefix: ''
  179. username: root
  180. password: ''
  181. integration:
  182. tokenenchant_blockexplodeevent: true
  183. save_interval: 1
  184. blockbreakevent_priority: HIGHEST
  185. enabled_worlds:
  186. - world
  187. - world_nether
  188. survival_mode_only: true
  189. pickaxe_never_breaks: false
  190. only_track_below_y:
  191. enabled: false
  192. coord: 50
  193. pickaxe_counter:
  194. enabled: true
  195. useDisplayName: true
  196. format: '&7[&a%blocks%&7]'
  197. global_rewards:
  198. default:
  199. blocks_needed: 1000000000000000000000000
  200. reward_commands:
  201. - eco give %player% 1
  202. - ezmsg &bYou Found The Secret Blocks Broken!!! GG!
  203. interval_rewards:
  204. default:
  205. every: 10000
  206. reward_commands:
  207. - te add %player% 1
  208. - ezmsg &a&l+1 Token for mining 10k blocks.
  209. pickaxe_global_rewards:
  210. default:
  211. blocks_needed: 100000000000000000000000
  212. reward_commands:
  213. - eco give %player% 1
  214. - ezmsg &bCongrats You mined 100 blocks with this pickaxe!
  215. pickaxe_interval_rewards:
  216. default:
  217. every: 5000
  218. reward_commands:
  219. - gems add %player% 1
  220. - ezmsg &a&l+1 Gem for mining 5k blocks.
  221. blocks_broken_command_enabled: true
  222. blocks_broken_message: '&bYou have broken &e%blocksbroken%&b blocks!'
  223. material_blacklist:
  224. - DIRT
  225. - GRASS
  226. blacklist_is_whitelist: false
  227. tracked_tools:
  228. - WOOD_PICKAXE
  229. - STONE_PICKAXE
  230. - IRON_PICKAXE
  231. - GOLD_PICKAXE
  232. - DIAMOND_PICKAXE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement