Update config.

This commit is contained in:
BONNe1704 2019-01-30 17:08:54 +02:00
parent 3854617fca
commit 2122fd31e9

View File

@ -58,6 +58,7 @@ world:
# This is cave... no height... only depth. Max 256. # This is cave... no height... only depth. Max 256.
# Should not be less then island height. # Should not be less then island height.
world-depth: 256 world-depth: 256
generation-tries: 2
# World settings. # World settings.
normal: normal:
# Make over world roof of bedrock, if false, it will be made from stone # Make over world roof of bedrock, if false, it will be made from stone
@ -67,20 +68,19 @@ world:
# Main block of which world will be generated. # Main block of which world will be generated.
main-block: STONE main-block: STONE
# Rare blocks that will be randomly placed around world. 1-material, 2-rarity, 3-pack size # Rare blocks that will be randomly placed around world. 1-material, 2-rarity, 3-pack size
# F.E. DIAMOND_ORE:1:3 means that diamond has ~0.1% chance being spawned and max of 3 blocks. # F.E. DIAMOND_ORE:1:3 means that diamond has ~1% chance being spawned and max of 3 blocks.
# Rarity index can be over 100. It will be summed and rarity for block will be BLOCK_RARITY/RARITY_SUM * 10.
blocks: blocks:
- MATERIAL:DIAMOND_ORE:1:3 - MATERIAL:DIAMOND_ORE:1:3
- MATERIAL:GOLD_ORE:5:4 - MATERIAL:GOLD_ORE:5:4
- MATERIAL:IRON_ORE:5:4 - MATERIAL:IRON_ORE:5:4
- MATERIAL:COAL_ORE:10:6 - MATERIAL:COAL_ORE:10:6
- MATERIAL:EMERALD_ORE:1:1 - MATERIAL:EMERALD_ORE:1:1
- MATERIAL:CLAY:3:6 - MATERIAL:CLAY:10:6
- MATERIAL:DIRT:3:10 - MATERIAL:DIRT:10:10
- MATERIAL:GRAVEL:3:6 - MATERIAL:GRAVEL:20:6
- MATERIAL:GRANITE:7:10 - MATERIAL:GRANITE:20:10
- MATERIAL:ANDESITE:7:10 - MATERIAL:ANDESITE:20:10
- MATERIAL:DIORITE:12:8 - MATERIAL:DIORITE:30:8
nether: nether:
# Generate Nether - if this is false, the nether world will not be made and access to # Generate Nether - if this is false, the nether world will not be made and access to
# the nether will not occur. Other plugins may still enable portal usage. # the nether will not occur. Other plugins may still enable portal usage.
@ -104,13 +104,13 @@ world:
# Main block of which world will be generated. # Main block of which world will be generated.
main-block: NETHERRACK main-block: NETHERRACK
# Rare blocks that will be randomly placed around world. 1-material, 2-rarity, 3-pack size # Rare blocks that will be randomly placed around world. 1-material, 2-rarity, 3-pack size
# F.E. DIAMOND_ORE:1:3 means that diamond has ~0.1% chance being spawned and max of 3 blocks. # F.E. DIAMOND_ORE:1:3 means that diamond has ~1% chance being spawned and max of 3 blocks.
# Rarity index can be over 100. It will be summed and rarity for block will be BLOCK_RARITY/RARITY_SUM * 10.
blocks: blocks:
- MATERIAL:QUARTZ_ORE:10:5 - MATERIAL:QUARTZ_ORE:30:5
- MATERIAL:SOUL_SAND:6:10 - MATERIAL:SOUL_SAND:40:10
- MATERIAL:MAGMA_BLOCK:1:3 - MATERIAL:MAGMA_BLOCK:10:3
- MATERIAL:LAVA:1:1 - MATERIAL:GLOWSTONE:20:8
- MATERIAL:LAVA:10:1
# Nether spawn protection radius - this is the distance around the nether spawn # Nether spawn protection radius - this is the distance around the nether spawn
# that will be protected from player interaction (breaking blocks, pouring lava etc.) # that will be protected from player interaction (breaking blocks, pouring lava etc.)
# Minimum is 0 (not recommended), maximum is 100. Default is 25. # Minimum is 0 (not recommended), maximum is 100. Default is 25.