Guest User

Untitled

a guest
Oct 4th, 2020
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 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.  
  11. # Enable this when you also want random blocks from stone generators (lava floats on water vertically)
  12. enable-stone-generator: false
  13.  
  14. generators:
  15. generator1:
  16. # default generator
  17. # name of the generator (does not need to be set, just for placeholders)
  18. label: "simreal"
  19. blocks:
  20. # Please use Bukkit-Blocknames. List: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  21. - STONE:97.0
  22. - COAL_ORE:1.094
  23. - IRON_ORE:0.657
  24. - GOLD_ORE:0.131
  25. - REDSTONE_ORE:0.875
  26. - LAPIS_ORE:0.079
  27. - EMERALD_ORE:0.055
  28. - DIAMOND_ORE:0.109
  29. permission: ''
  30. # You can also define from what level the generator should be activated. Example: Leave all permissions empty and
  31. # only work with the island Level. The plugin would only consider the islandLevel then.
  32. unlock_islandLevel: 0
  33. # Here you can define worlds where the generator should not work
  34. disabled-worlds:
  35. - "world_nether"
  36.  
Add Comment
Please, Sign In to add comment