Advertisement
Guest User

percentages

a guest
Aug 19th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. generators:
  2. generator1:
  3. # default generator
  4. # name of the generator (does not need to be set, just for placeholders)
  5. label: "beginner"
  6. blocks:
  7. # Please use Bukkit-Blocknames. List: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  8. - STONE:95.0
  9. - COAL_ORE:5.0
  10. permission: ''
  11. # You can also define from what level the generator should be activated. Example: Leave all permissions empty and
  12. # only work with the island Level. The plugin would only consider the islandLevel then.
  13. unlock_islandLevel: 0
  14. generator2:
  15. # default generator
  16. # name of the generator (does not need to be set, just for placeholders)
  17. label: "new"
  18. blocks:
  19. # Please use Bukkit-Blocknames. List: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  20. - STONE:90.0
  21. - COAL_ORE:5.0
  22. - IRON_ORE:5.0
  23. permission: ''
  24. # You can also define from what level the generator should be activated. Example: Leave all permissions empty and
  25. # only work with the island Level. The plugin would only consider the islandLevel then.
  26. unlock_islandLevel: 10
  27. generator3:
  28. # vip generator, VIPS need generators.vip permission
  29. label: "VIP"
  30. blocks:
  31. - STONE:85.0
  32. - COAL_ORE:10.0
  33. - IRON_ORE:4.0
  34. - LAPIS_ORE:1.0
  35. permission: ''
  36. unlock_islandLevel: 30
  37. generator4:
  38. # default generator
  39. # name of the generator (does not need to be set, just for placeholders)
  40. label: "Better"
  41. blocks:
  42. # Please use Bukkit-Blocknames. List: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  43. - STONE:73.5
  44. - COAL_ORE:15.0
  45. - IRON_ORE:10.0
  46. - LAPIS_ORE:1.0
  47. - DIAMOND_ORE:0.5
  48. permission: ''
  49. # You can also define from what level the generator should be activated. Example: Leave all permissions empty and
  50. # only work with the island Level. The plugin would only consider the islandLevel then.
  51. unlock_islandLevel: 70
  52. generator5:
  53. # default generator
  54. # name of the generator (does not need to be set, just for placeholders)
  55. label: "best"
  56. blocks:
  57. # Please use Bukkit-Blocknames. List: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  58. - STONE:50.0
  59. - COAL_ORE:23.5
  60. - IRON_ORE:23.0
  61. - LAPIS_ORE:2.0
  62. - DIAMOND_ORE:1.0
  63. - EMERALD_ORE:0.5
  64. permission: ''
  65. # You can also define from what level the generator should be activated. Example: Leave all permissions empty and
  66. # only work with the island Level. The plugin would only consider the islandLevel then.
  67. unlock_islandLevel: 100
  68. # Here you can define worlds where the generator should not work
  69. disabled-worlds:
  70. - "world_nether"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement