Create your own dungeon in vanilla minecraft
Randomized chests Mob spawner creator My google+ /scoreboard objectives add dungeon dummy Adds a score called dungeon /execute @a[score_dungeon_min=20000] ~ ~ ~ execute @r[type=Bat] ~ ~ ~ clone x y z x y z ~ ~-1 ~ Executes a player with the score setted at 20000...
read moreQuintuple chest and always opened chest in vanilla minecraft
/setblock ~ ~-1 ~ chest 0 REMEMBER TO FOLLOW VIDEO INDICATIONS Be sure to activate the command, and to have placed everything in the right way
read moreDungeon Items series- Spikes in one command
Simple steps to install this command in your minecraft world 1 copy this command (mac: cmd+c/windows: ctrl+c) 2 open in-game chat (press T) 3 write /give @p minecraft:command_block 4 place the command block 5 go on the text section 6 paste the command (mac:...
read moreTameable guardians in one command
Simple steps to install this command in your minecraft world 1 copy this command (mac: cmd+c/windows: ctrl+c) 2 open in-game chat (press T) 3 write /give @p minecraft:command_block 4 place the command block 5 go on the text section 6 paste the command (mac:...
read moreClimb like a spider in minecraft vanilla
/scoreboard objectives add shift stat.sneakTime Adds a scoreboard called shift that increases when you shift /execute @a[score_shift_min=1] ~ ~ ~ detect ~0.5 ~ ~ air 0 execute @a[score_shift_min=1,r=1] ~ ~ ~ detect ~-0.5 ~ ~ air 0 execute @a[score_shift_min=1,r=1] ~ ~...
read moreFloor crafting in minecraft
By this one command you can cratf items by dropping ingredients on the ground
read morePaintballs and enemies
/execute @e[type=ThrownEnderpearl] ~ ~ ~ fill ~-3 ~-1 ~-1 ~3 ~1 ~1 stained_hardened_clay 3 replace stained_hardened_clay Executes enderpearls the action to fill a parallelepipedal area around it, but only replacing other kinds of clay (replace). If you want to change...
read moreAutomatic Parkour generator in one command
Type "/give @p command_block" in chat (open with 't')Copy the following command with cntrl+c (windows) or cmnd+c (mac)Place the commandCopy it inside the command block with cntrl+v (windows) or cmnd+v (mac)Click the "needs redstone" buttonClick the "done" buttonEnjoy...
read moreWorking mario bros flames in vanilla minecraft
/execute @e[type=ArmorStand,name=flame,score_c_min=60] ~ ~ ~ summon FallingSand ~ ~ ~ {TileID:51,Time:1,Motion:[0.0,1.0,0.0]} The execute command makes an entity (in this case an armor stand "type=ArmorStand", with 'flame' as name "name=flame" and with a score called...
read more
Recent Comments