Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Minecraft Command Block Island Maker
- You need a Command Block
- How ever many trees you want as armor stands named tree and how ever much grass you want under 10 as armor stands named grass.
- This is set to Arcacia Trees. When Placing Ore this is the chance to restricted Ore or give more.
- All command blocks need to be executed on the same spot for this to work. All Happens 100 - 128 blocks above the spot you execute from. It could collide with pre built structures.
- Box
- fill ~16 ~100 ~16 ~-16 ~128 ~-16 glass
- TnT Top
- fill ~1 ~120 ~1 ~-1 ~120 ~-1 tnt
- Redstone 119
- setblock ~ ~119 ~ redstone_block
- TnT Tower
- fill ~0 ~112 ~0 ~0 ~114 ~ tnt
- Redston114
- setblock ~ ~114 ~ redstone_block
- Plate
- fill ~16 ~100 ~16 ~-16 ~100 ~-16 glass 0
- Bedrock112
- setblock ~ ~112 ~ bedrock
- Bat 113
- summon bat ~ ~113 ~
- Ore's
- execute @e[type=bat,x=~,y=~115,z=~,r=16] ~ ~ ~ setblock ~ ~ ~ obsidian 0
- execute @e[type=bat,x=~,y=~115,z=~,r=16] ~ ~ ~ setblock ~ ~ ~ emerald_ore
- execute @e[type=bat,x=~,y=~115,z=~,r=16] ~ ~ ~ setblock ~ ~ ~ lapis_ore
- execute @e[type=bat,x=~,y=~115,z=~,r=16] ~ ~ ~ setblock ~ ~ ~ redstone_ore
- execute @e[type=bat,x=~,y=~115,z=~,r=16] ~ ~ ~ setblock ~ ~ ~ diamond_ore
- execute @e[type=bat,x=~,y=~115,z=~,r=16] ~ ~ ~ setblock ~ ~ ~ gold_ore
- execute @e[type=bat,x=~,y=~115,z=~,r=16] ~ ~ ~ setblock ~ ~ ~ iron_ore
- execute @e[type=bat,x=~,y=~115,z=~,r=16] ~ ~ ~ setblock ~ ~ ~ coal_ore
- Land
- Stone
- fill ~16 ~100 ~16 ~-16 ~118 ~-16 stone 0 replace air 0
- Gravel
- fill ~16 ~119 ~16 ~-16 ~119 ~-16 gravel 0 replace air 0
- Sand
- fill ~16 ~120 ~16 ~-16 ~120 ~-16 sand 0 replace air 0
- Grass
- fill ~16 ~121 ~16 ~-16 ~128 ~-16 grass 0 replace air 0
- Water Hole
- fill ~1 ~124 ~1 ~-1 ~128 ~-1 air
- Water
- fill ~1 ~124 ~1 ~-1 ~124 ~-1 water
- Plate
- fill ~16 ~98 ~16 ~-16 ~98 ~-16 glass 0
- Break Glass
- fill ~16 ~100 ~16 ~-16 ~128 ~-16 air 0 replace glass 0
- Delete Plate
- fill ~16 ~98 ~16 ~-16 ~101 ~-16 air 0
- Spread tree armor stands
- spreadplayers ~2 ~-2 3 7 @e[name=tree]
- Place Trees
- execute @e[name=tree] ~ ~ ~ fill ~ ~ ~ ~ ~ ~ sapling 4 replace
- Spread grass armor stands
- spreadplayers ~1 ~-1 1 8 @e[name=grass]
- Place Grass
- execute @e[name=grass] ~ ~ ~ fill ~ ~ ~ ~ ~ ~ tallgrass 0 replace
- Clean Up
- Kill @e[type=item]
- Kill armour stands
- kill @e [name=tree]
- kill @e [name=grass]
Add Comment
Please, Sign In to add comment