Advertisement
Guest User

Untitled

a guest
Sep 11th, 2017
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. # EZBlocks version 1.5.0 Main configuration file.
  2. # database: true/false
  3. # If you choose to use MySQL, set this to true and
  4. # enter your MySQL credentials
  5. # save_interval: how often (in minutes) should EZBlocks save to file/MySQL
  6. # enabled_worlds: what worlds should EZBlocks be enabled in, use 'all' for all worlds
  7. # pickaxe_never_breaks: should EZBlocks prevent pickaxes from breaking
  8. # only_track_below_y: should we only track blockbreaks below a certain y coordinate
  9. # pickaxe_counter:
  10. # This section lets you choose how to display the pickaxe specific blockbreak counter
  11. # If useDisplayName: true, Do not add Blocks broken: to the format
  12. # the format specified will be added on any pickaxe with a displayname present
  13. # if useDisplayName: false, the format will be added in the lore of the pickaxe
  14. #
  15. # global_rewards:
  16. # this is where you can give rewards when players reach x amount of global blockbreaks
  17. # this does not reward depending on the pickaxe counter, only global blockbreaks
  18. #
  19. # interval_rewards:
  20. # this is where you can give rewards every x blocks mined
  21. # this does not reward depending on the pickaxe counter, only global blockbreaks
  22. database:
  23. enabled: false
  24. hostname: localhost
  25. port: 3306
  26. database: ezblocks
  27. prefix: ''
  28. username: root
  29. password: ''
  30. integration:
  31. tokenenchant_blockexplodeevent: true
  32. save_interval: 5
  33. blockbreakevent_priority: HIGHEST
  34. enabled_worlds:
  35. - MineApollo
  36. - Mines
  37. - Prison
  38. - G-Mine
  39. - world
  40. - world_nether
  41. survival_mode_only: true
  42. pickaxe_never_breaks: false
  43. only_track_below_y:
  44. enabled: false
  45. coord: 50
  46. pickaxe_counter:
  47. enabled: true
  48. useDisplayName: true
  49. format: '&8[&c%blocks%&8]'
  50. command_options:
  51. add:
  52. give_rewards_on_add: true
  53. global_rewards:
  54. default:
  55. blocks_needed: 1000000000000
  56. reward_commands:
  57. - te add %player% 1.5
  58. interval_rewards:
  59. default:
  60. every: 1
  61. reward_commands:
  62. - te add %player% 1.5
  63. pickaxe_global_rewards:
  64. default:
  65. blocks_needed: 100000
  66. reward_commands:
  67. - te add %player% 10000
  68. - ezmsg &4&l(&c&l!&4&l) You have mined 100,000 Blocks, and have been rewarded
  69. with 10,000 Tokens.
  70. pickaxe_interval_rewards:
  71. default:
  72. every: 100000000000
  73. reward_commands:
  74. - te add %player% 1.5
  75. blocks_broken_command_enabled: true
  76. blocks_broken_message: '&5Blocks &8ยป &7You have broken &c%blocksbroken%&7 blocks!'
  77. material_blacklist:
  78. - DIRT
  79. - GRASS
  80. blacklist_is_whitelist: false
  81. tracked_tools:
  82. - WOOD_PICKAXE
  83. - STONE_PICKAXE
  84. - IRON_PICKAXE
  85. - GOLD_PICKAXE
  86. - DIAMOND_PICKAXE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement