Select Page

Spawn your structures in your world

scoreboard objectives add spawn dummy #Adds a scoreboard called spawn that can only be changed by commands execute @e[type=pig] ~ ~ ~ scoreboard players add @r[type=pig] spawn 1 #Every pig adds 1 to the score of a random pig execute @e[type=pig,score_spawn_min=1000] ~...

read more

Mountain Generator in vanilla minecraft [1.12 pre 7]

Remember to put the folder into: •Windows path %appdata%/.minecraft/saves/yourworld/data/functions •Apple path Application Support/minecraft/saves/yourworld/data/functions Here are all the explenations of the settings in this custom mod: Amount: the amount of...

read more
Tower Videogame in Only One Command

Tower Videogame in Only One Command

summon falling_block ~ ~1 ~ {Block:stone,Time:1,Passengers:[{id:falling_block,Block:redstone_block,Time:1,Passengers:[{id:falling_block,Block:activator_rail,Time:1,Passengers:[{id:commandblock_minecart,Command:"/tellraw @a...

read more
Tower Videogame in Only One Command

Tower Videogame in Only One Command

summon falling_block ~ ~1 ~ {Block:stone,Time:1,Passengers:[{id:falling_block,Block:redstone_block,Time:1,Passengers:[{id:falling_block,Block:activator_rail,Time:1,Passengers:[{id:commandblock_minecart,Command:gamerule commandBlockOutput...

read more
Learn Recipes in vanilla minecraft [1.12 snapshot]

Learn Recipes in vanilla minecraft [1.12 snapshot]

/gamerule doLimitedCrafting true Activates the gamerule /give @p minecraft:knowledge_book 1 0 {Recipes:["minecraft:jungle_planks","minecraft:stick"]} Gives to a player a knowledge book with a list of recipes (just add a ,"minecraft:your recipe" to add a recipe) /clear...

read more