# You can create generators as much as you want.
# Important: All generators should be named "generator1", "generator2", etc.
# You can define the spawnrates of any block in the blocks-section.
# The spawnrates are in percent, for example 57.3 are 57,3%.
# All values together should be 100%. If all values together are higher or lower as 100, the plugin would'nt work correctly.
# The permissions are custom, so you can make a generator for VIPS, and give them the permission "oregen.vip".
# Are you finish with configuring? Just type /customoregen to reload the plugin!
# Note: If the Island's owner is offline, the cobblestone generator would be choose the first Generator-Config.
# Enable this when you also want random blocks from stone generators (lava floats on water vertically)
enable-stone-generator: false
generators:
generator1:
# default generator
# name of the generator (does not need to be set, just for placeholders)
label: "beginner"
blocks:
# Please use Bukkit-Blocknames. List:
- COBBLESTONE:88.5
- LAPIS_ORE:3.0
- REDSTONE_ORE:3.0
- COAL_ORE:4.0
- IRON_ORE:1.5
permission: ''
# You can also define from what level the generator should be activated. Example: Leave all permissions empty and
# only work with the island Level. The plugin would only consider the islandLevel then.
unlock_islandLevel: 0
generator2:
# default generator
# name of the generator (does not need to be set, just for placeholders)
label: "beginner"
blocks:
# Please use Bukkit-Blocknames. List:
- COBBLESTONE:83.3
- COAL_ORE:5.0
- LAPIS_ORE:4.2
- REDSTONE_ORE:4.0
- IRON_ORE:2.5
- GOLD_ORE:1.0
permission: ''
# You can also define from what level the generator should be activated. Example: Leave all permissions empty and
# only work with the island Level. The plugin would only consider the islandLevel then.
unlock_islandLevel: 250
generator3:
# default generator
# name of the generator (does not need to be set, just for placeholders)
label: "beginner"
blocks:
# Please use Bukkit-Blocknames. List:
- COBBLESTONE:78.0
- COAL_ORE:6.0
- LAPIS_ORE:6.0
- REDSTONE_ORE:5.9
- IRON_ORE:3.0
- GOLD_ORE:1.0
- EMERALD_ORE:0.1
permission: ''
# You can also define from what level the generator should be activated. Example: Leave all permissions empty and
# only work with the island Level. The plugin would only consider the islandLevel then.
unlock_islandLevel: 1500
generator4:
# default generator
# name of the generator (does not need to be set, just for placeholders)
label: "beginner"
blocks:
# Please use Bukkit-Blocknames. List:
- COBBLESTONE:69.5
- COAL_ORE:8.0
- LAPIS_ORE:8.0
- REDSTONE_ORE:8.0
- IRON_ORE:3.5
- GOLD_ORE:2.0
- EMERALD_ORE:1.0
permission: ''
# You can also define from what level the generator should be activated. Example: Leave all permissions empty and
# only work with the island Level. The plugin would only consider the islandLevel then.
unlock_islandLevel: 5000
generator5:
# default generator
# name of the generator (does not need to be set, just for placeholders)
label: "beginner"
blocks:
# Please use Bukkit-Blocknames. List:
- COBBLESTONE:67.5
- COAL_ORE:8.0
- LAPIS_ORE:8.0
- REDSTONE_ORE:8.0
- IRON_ORE:3.1
- GOLD_ORE:2.5
- EMERALD_ORE:2.0
- DIAMOND_ORE:0.9
permission: ''
# You can also define from what level the generator should be activated. Example: Leave all permissions empty and
# only work with the island Level. The plugin would only consider the islandLevel then.
unlock_islandLevel: 15000