Advertisement
Guest User

Untitled

a guest
Jan 11th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. # EZBlocks version 1.4 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: 149.56.73.236
  25. port: 3306
  26. database: ezblocks
  27. prefix: ''
  28. username: root
  29. password: ''
  30. save_interval: 5
  31. blockbreakevent_priority: HIGHEST
  32. enabled_worlds:
  33. - world
  34. - world_nether
  35. survival_mode_only: true
  36. pickaxe_never_breaks: true
  37. only_track_below_y:
  38. enabled: false
  39. coord: 50
  40. pickaxe_counter:
  41. enabled: false
  42. useDisplayName: true
  43. format: '&b&l[&d&l&n%blocks%&b&l]&r'
  44. global_rewards:
  45. default:
  46. blocks_needed: 1000
  47. reward_commands:
  48. - ezmsg &b&l<!> &bCongratulations, you have mined your first &n1000 blocks. &bYour rewards have been added to your inventory!
  49. - givwithdrawn {player} money 1000000
  50. - givewithdrawn {player} tokens 200
  51.  
  52. interval_rewards:
  53. default:
  54. every: 100000
  55. reward_commands:
  56. - ezmsg &b&l<!> &bCongratulations, you have mined &n100000 blocks&b. &bYour rewards have been added to your inventory!
  57. - givewithdrawn {player} money 10000000
  58. - givewithdrawn {player} tokens 500
  59. interval_rewards:
  60. default:
  61. every: 100000000
  62. reward_commands:
  63. - ezmsg &b&l<!> &bCongratulations, you have mined &n100000000 blocks&b. &bYour rewards have been added to your inventory!
  64. - givewithdrawn {player} money 1000000000
  65. - givewithdrawn {player} tokens 750
  66. pickaxe_global_rewards:
  67. default:
  68. blocks_needed: 1000000000000
  69. reward_commands:
  70. - ez &bWow! You mined a lot of blocks.
  71. - ekit {player} lotsofblocks
  72. blocks_broken_command_enabled: true
  73. blocks_broken_message: '&a&l<!> &aYou have broken &n%blocksbroken%&a blocks.'
  74. material_blacklist:
  75. - DIRT
  76. - GRASS
  77. blacklist_is_whitelist: false
  78. tracked_tools:
  79. - WOOD_PICKAXE
  80. - STONE_PICKAXE
  81. - IRON_PICKAXE
  82. - GOLD_PICKAXE
  83. - DIAMOND_PICKAXE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement