Musterd

Minecraft Island Generator Bedrock Command Blocks

May 26th, 2019
2,482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. Minecraft Command Block Island Maker
  2.  
  3. You need a Command Block
  4. 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.
  5. This is set to Arcacia Trees. When Placing Ore this is the chance to restricted Ore or give more.
  6. 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.
  7.  
  8. Box
  9. fill ~16 ~100 ~16 ~-16 ~128 ~-16 glass
  10.  
  11. TnT Top
  12. fill ~1 ~120 ~1 ~-1 ~120 ~-1 tnt
  13.  
  14. Redstone 119
  15. setblock ~ ~119 ~ redstone_block
  16.  
  17. TnT Tower
  18. fill ~0 ~112 ~0 ~0 ~114 ~ tnt
  19.  
  20. Redston114
  21. setblock ~ ~114 ~ redstone_block
  22.  
  23. Plate
  24. fill ~16 ~100 ~16 ~-16 ~100 ~-16 glass 0
  25.  
  26.  
  27.  
  28. Bedrock112
  29. setblock ~ ~112 ~ bedrock
  30.  
  31. Bat 113
  32. summon bat ~ ~113 ~
  33.  
  34.  
  35. Ore's
  36. execute @e[type=bat,x=~,y=~115,z=~,r=16] ~ ~ ~ setblock ~ ~ ~ obsidian 0
  37.  
  38. execute @e[type=bat,x=~,y=~115,z=~,r=16] ~ ~ ~ setblock ~ ~ ~ emerald_ore
  39.  
  40. execute @e[type=bat,x=~,y=~115,z=~,r=16] ~ ~ ~ setblock ~ ~ ~ lapis_ore
  41.  
  42. execute @e[type=bat,x=~,y=~115,z=~,r=16] ~ ~ ~ setblock ~ ~ ~ redstone_ore
  43.  
  44. execute @e[type=bat,x=~,y=~115,z=~,r=16] ~ ~ ~ setblock ~ ~ ~ diamond_ore
  45.  
  46. execute @e[type=bat,x=~,y=~115,z=~,r=16] ~ ~ ~ setblock ~ ~ ~ gold_ore
  47.  
  48. execute @e[type=bat,x=~,y=~115,z=~,r=16] ~ ~ ~ setblock ~ ~ ~ iron_ore
  49.  
  50. execute @e[type=bat,x=~,y=~115,z=~,r=16] ~ ~ ~ setblock ~ ~ ~ coal_ore
  51.  
  52.  
  53. Land
  54.  
  55. Stone
  56. fill ~16 ~100 ~16 ~-16 ~118 ~-16 stone 0 replace air 0
  57.  
  58. Gravel
  59. fill ~16 ~119 ~16 ~-16 ~119 ~-16 gravel 0 replace air 0
  60.  
  61. Sand
  62. fill ~16 ~120 ~16 ~-16 ~120 ~-16 sand 0 replace air 0
  63.  
  64. Grass
  65. fill ~16 ~121 ~16 ~-16 ~128 ~-16 grass 0 replace air 0
  66.  
  67. Water Hole
  68. fill ~1 ~124 ~1 ~-1 ~128 ~-1 air
  69.  
  70. Water
  71. fill ~1 ~124 ~1 ~-1 ~124 ~-1 water
  72.  
  73.  
  74.  
  75. Plate
  76. fill ~16 ~98 ~16 ~-16 ~98 ~-16 glass 0
  77.  
  78. Break Glass
  79. fill ~16 ~100 ~16 ~-16 ~128 ~-16 air 0 replace glass 0
  80.  
  81. Delete Plate
  82. fill ~16 ~98 ~16 ~-16 ~101 ~-16 air 0
  83.  
  84.  
  85. Spread tree armor stands
  86. spreadplayers ~2 ~-2 3 7 @e[name=tree]
  87.  
  88. Place Trees
  89. execute @e[name=tree] ~ ~ ~ fill ~ ~ ~ ~ ~ ~ sapling 4 replace
  90.  
  91. Spread grass armor stands
  92. spreadplayers ~1 ~-1 1 8 @e[name=grass]
  93.  
  94. Place Grass
  95. execute @e[name=grass] ~ ~ ~ fill ~ ~ ~ ~ ~ ~ tallgrass 0 replace
  96.  
  97. Clean Up
  98.  
  99. Kill @e[type=item]
  100.  
  101. Kill armour stands
  102.  
  103. kill @e [name=tree]
  104.  
  105. kill @e [name=grass]
Add Comment
Please, Sign In to add comment