Advertisement
Guest User

Creative testing setup 2

a guest
Feb 5th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. summon FallingSand ~ ~1.5 ~ {Motion:[0.0d,-1.0d,0.0d],Time:1,DropItem:0,Block:redstone_block,Passengers:[
  2. {id:FallingSand,Time:1,DropItem:0,Block:activator_rail},
  3. {id:MinecartCommandBlock,Command:gamerule commandBlockOutput false},
  4. {id:MinecartCommandBlock,Command:gamerule doDaylightCycle false},
  5. {id:MinecartCommandBlock,Command:time set 6000},
  6. {id:MinecartCommandBlock,Command:gamerule doMobSpawning false},
  7. {id:MinecartCommandBlock,Command:gamerule logAdminCommands false},
  8. {id:MinecartCommandBlock,Command:gamerule keepInventory true},
  9. {id:MinecartCommandBlock,Command:gamemode 1 @a},
  10. {id:MinecartCommandBlock,Command:defaultgamemode creative},
  11. {id:MinecartCommandBlock,Command:give @a command_block},
  12. {id:MinecartCommandBlock,Command:give @a chain_command_block},
  13. {id:MinecartCommandBlock,Command:give @a repeating_command_block},
  14. {id:MinecartCommandBlock,Command:give @a redstone_block},
  15. {id:MinecartCommandBlock,Command:"title @a title [\"\",{\"text\":\"Creative testing enabled\",\"color\":\"red\"}]"},
  16. {id:MinecartCommandBlock,Command:"give @a minecraft:command_block 1 0 {BlockEntityTag:{auto:1b,Command:\"kill @e[type=ArmorStand,c=1,r=3]\"},display:{Name:\"Destroy Marker\"},HideFlags:1,ench:[{id:48,lvl:1}]}"},
  17. {id:MinecartCommandBlock,Command:setblock ~ ~-2 ~ command_block 0 replace {SuccessCount:0b,auto:1b,Command:fill ~ ~ ~ ~ ~2 ~ air}},
  18. {id:MinecartCommandBlock,Command:kill @e[type=MinecartCommandBlock,r=0]}
  19. ]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement