Advertisement
Guest User

Untitled

a guest
Feb 24th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. # You can create generators as much as you want.
  2. # Important: All generators should be named "generator1", "generator2", etc.
  3. # You can define the spawnrates of any block in the blocks-section.
  4. # The spawnrates are in percent, for example 57.3 are 57,3%.
  5. # All values together should be 100%. If all values together are higher or lower as 100, the plugin would'nt work correctly.
  6. # The permissions are custom, so you can make a generator for VIPS, and give them the permission "oregen.vip".
  7. # Are you finish with configuring? Just type /customoregen to reload the plugin!
  8.  
  9. # Note: If the Island's owner is offline, the cobblestone generator would be choose the first Generator-Config.
  10. # Bukkit Blocknames: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  11.  
  12. generators:
  13. generator1:
  14. blocks:
  15. - COBBLESTONE:100.0
  16. permission: ''
  17. unlock_islandLevel: 1
  18. generator2:
  19. blocks:
  20. - COBBLESTONE:49.0
  21. - diamond_block:1.0
  22. - iron_ore:15.0
  23. - diamond_ore:10.0
  24. - COAL_ORE:25.0
  25. permission: ''
  26. unlock_islandLevel: 10
  27. generator3:
  28. blocks:
  29. - diamond_block:5.0
  30. - diamond_ore:15.0
  31. - redstone_ore:10.0
  32. - IRON_ORE:20.0
  33. - COAL_ORE:10.0
  34. - cobblestone:40.0
  35. permission: ''
  36. unlock_islandLevel: 30
  37. generator4:
  38. blocks:
  39. - COBBLESTONE:30.0
  40. - diamond_ore:20.0
  41. - redstone_ore:15.0
  42. - IRON_ORE:14.0
  43. - COAL_ORE:9.0
  44. -LAPIS_ORE:5
  45. - diamond_block:7
  46. permission: ''
  47. unlock_islandLevel: 50
  48. generator5:
  49. blocks:
  50. - diamond_ore:25.0
  51. - redstone_ore:14.0
  52. - iron_ore:15.0
  53. - IRON_ORE:13.0
  54. - coal_ore:10.0
  55. - LAPIS_ORE:15.0
  56. - DIAMOND_BLOCK:8.
  57. permission: ''
  58. unlock_islandLevel: 100
  59. generator6:
  60. blocks:
  61. - diamond_ore:70.0
  62. - diamond_block:10.0
  63. - COBBLESTONE: 20
  64. permission: ''
  65. unlock_islandLevel: 30000
  66.  
  67. # Here you can define worlds where the generator should not work
  68. disabled-worlds:
  69. - "world_nether"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement