Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 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.
- # Bukkit Blocknames: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
- generators:
- generator1:
- blocks:
- - COBBLESTONE:100.0
- permission: 'LVL0-Generator.SkyBlock'
- unlock_islandLevel: 0
- generator2:
- blocks:
- - COBBLESTONE:50.0
- - STONE:20.0
- - PACKED_ICE:9.0
- - SANDSTONE:11.0
- - COAL_ORE:10.0
- permission: 'LVL1-Generator.SkyBlock'
- unlock_islandLevel: 20
- generator3:
- blocks:
- - COBBLESTONE:40.0
- - STONE:30.0
- - SANDSTONE:15.0
- - IRON_ORE:5.0
- - COAL_ORE:10.0
- permission: 'LVL2-Generator.SkyBlock'
- unlock_islandLevel: 30
- generator4:
- blocks:
- - COBBLESTONE:40.0
- - STONE:30.0
- - GLASS:15.0
- - IRON_ORE:10.0
- - COAL_ORE:5.0
- permission: 'LVL3-Generator.SkyBlock'
- unlock_islandLevel: 50
- generator5:
- blocks:
- - SANDSTONE:5.0
- - COBBLESTONE:40.0
- - STONE:20.0
- - GLASS:12.0
- - IRON_ORE:10.0
- - COAL_ORE:4.9
- - LAPIS_ORE:8.0
- - DIAMOND_BLOCK:0.1
- permission: 'LVL4-Generator.SkyBlock'
- unlock_islandLevel: 70
- generator6:
- blocks:
- - SANDSTONE:7.0
- - COBBLESTONE:40.0
- - STONE:18.0
- - IRON_ORE:10.0
- - COAL_ORE:10.0
- - LAPIS_ORE:10.0
- - REDSTONE_ORE:5.0
- permission: 'LVL5-Generator.SkyBlock'
- unlock_islandLevel: 100
- generator7:
- blocks:
- - COBBLESTONE:40.0
- - STONE:25.0
- - IRON_ORE:5.0
- - COAL_ORE:10.0
- - LAPIS_ORE:10.0
- - REDSTONE_ORE:5.0
- - GOLD_ORE:5.0
- permission: 'LVL6-Generator.SkyBlock'
- unlock_islandLevel: 125
- generator8:
- blocks:
- - COBBLESTONE:30.0
- - STONE:25.0
- - STAINED_GLASS_PANE:10.0
- - IRON_ORE:5.0
- - COAL_ORE:10.0
- - LAPIS_ORE:5.0
- - REDSTONE_ORE:5.0
- - GOLD_ORE:10.0
- permission: 'LVL7-Generator.SkyBlock'
- unlock_islandLevel: 150
- generator9:
- blocks:
- - COBBLESTONE:30.0
- - STONE:25.0
- - STAINED_GLASS_PANE:8.0
- - HARD_CLAY:2.0
- - IRON_ORE:5.0
- - COAL_ORE:10.0
- - LAPIS_ORE:5.0
- - REDSTONE_ORE:3.0
- - GOLD_ORE:10.0
- - DIAMOND_ORE:2.0
- permission: 'LVL8-Generator.SkyBlock'
- unlock_islandLevel: 170
- generator10:
- blocks:
- - COBBLESTONE:30.0
- - STONE:25.0
- - HARD_CLAY:2.0
- - IRON_ORE:10.0
- - COAL_ORE:10.0
- - LAPIS_ORE:5.0
- - REDSTONE_ORE:3.0
- - GOLD_ORE:10.0
- - DIAMOND_ORE:3.0
- - EMERALD_ORE:2.0
- permission: 'LVL9-Generator.SkyBlock'
- unlock_islandLevel: 220
- # Here you can define worlds where the generator should not work
- disabled-worlds:
- - "world"
- - "world_nether"
- - "world_the_end"
- - "SkyBlockSpawn"
- - "ASkyBlock_nether"
- -----------------------------------
- Plugins: ASkyBlock, Orebfuscator3, AutoRestart, CustomOreGen, PermissionsEx, Vault, Citizens, ASkyBlock, ChestCommands, Essentials, EssentialsChat, CommandNPC, Multiverse
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement