Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. # EZBlocks version 1.4-custom 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: true
  24. hostname: 149.202.65.87
  25. port: 3306
  26. database: EzBlocksPRISON
  27. prefix: ''
  28. username: alfacraft
  29. password: 2zbGwapJ9sxZmJc7
  30. save_interval: 5
  31. blockbreakevent_priority: HIGHEST
  32. enabled_worlds:
  33. - void
  34. - world_nether
  35. - all
  36. - spawn
  37. - alfamines
  38. survival_mode_only: true
  39. pickaxe_never_breaks: false
  40. only_track_below_y:
  41. enabled: false
  42. coord: 50
  43. pickaxe_counter:
  44. enabled: true
  45. useDisplayName: true
  46. format: '&8[&c%blocks%&8]'
  47. global_rewards:
  48. default:
  49. blocks_needed: 50000
  50. reward_commands:
  51. - te add %player% 1
  52. - ezmsg &3Felicidades por 50000 bloques rotos!Has recibido tus tokens!
  53. interval_rewards:
  54. default:
  55. every: 100000
  56. reward_commands:
  57. - te add %player% 5
  58. - ezmsg &3Has minado 100000 bloques!Has recibido tus tokens!
  59. pickaxe_global_rewards:
  60. default:
  61. blocks_needed: 50000
  62. reward_commands:
  63. - te add %player% 1
  64. - ezmsg &bFelicidades,has minado 50000 bloques con este pico!Has recibido tus tokens!
  65. pickaxe_interval_rewards:
  66. default:
  67. every: 100000
  68. reward_commands:
  69. - te add %player% 5
  70. - ezmsg &2Felicidades.Has minado 100000 bloques con este pico! Has recibido tus tokens!
  71. blocks_broken_command_enabled: true
  72. blocks_broken_message: '&bHas minado &e%blocksbroken%&b bloques!'
  73. material_blacklist:
  74. - GRASS
  75. blacklist_is_whitelist: false
  76. tracked_tools:
  77. - WOOD_PICKAXE
  78. - STONE_PICKAXE
  79. - IRON_PICKAXE
  80. - GOLD_PICKAXE
  81. - DIAMOND_PICKAXE
  82. - DIAMOND_SPADE
  83. - DIAMOND_AXE
  84. - GOLD_SPADE
  85. - GOLD_AXE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement