Last active
July 16, 2018 10:57
-
-
Save cnaude/6715d01d263429d849faa2f6d2e910bd to your computer and use it in GitHub Desktop.
Minecraft Dungeon Commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# inititalize | |
/effect @p 15 1000000 2 | |
/playsound record.13 block @a ~ ~ ~ | |
/say @p has entered the Dungeon! | |
/setblock -262 169 314 chest 5 destroy {Items:[{Count:1,Slot:1,id:iron_sword}]} | |
/setblock -259 169 311 trapped_chest 3 destroy {Items:[{Count:2,Slot:1,id:rotten_flesh},{Count:4,Slot:3,id:rotten_flesh},{Count:6,Slot:7,id:cooked_fish}]} | |
/setblock -245 159 315 chest 4 destroy {Items:[{Count:1,Slot:1,id:diamond_sword},{Count:1,Slot:2,id:beetroot_soup},{Count:1,Slot:3,id:beetroot_soup}]} | |
/setblock -252 174 306 trapped_chest 2 destroy {Items:[{Count:1,Slot:1,id:emerald},{Count:1,Slot:2,id:emerald},{Count:1,Slot:3,id:emerald},{Count:1,Slot:4,id:emerald}]} | |
/setblock -248 173 296 trapped_chest 5 destroy {Items:[{Count:1,Slot:1,id:iron_axe},{Count:1,Slot:3,id:mushroom_stew},{Count:1,Slot:6,id:mushroom_stew},{Count:1,Slot:5,id:mushroom_stew}]} | |
/setblock -252 185 298 chest 3 destroy {Items:[{Count:1,Slot:0,id:diamond_block},{Count:1,Slot:9,id:emerald_block},{Count:1,Slot:18,id:gold_block}]} | |
/setblock -258 185 315 chest 2 destroy {LootTable:"minecraft:chests/end_city_treasure"} | |
/setblock -240 179 305 chest 4 destroy {LootTable:"minecraft:chests/end_city_treasure"} | |
/setblock -249 180 308 chest 3 destroy {LootTable:"minecraft:chests/woodland_mansion"} | |
/setblock -251 190 312 chest 2 destroy {LootTable:"minecraft:chests/simple_dungeon"} | |
/setblock -252 190 312 chest 2 destroy {LootTable:"minecraft:chests/end_city_treasure"} | |
/fill -247 168 317 -246 169 317 stonebrick 2 | |
/kill @e[type=!player] | |
/summon zombie_villager -244 170 303 | |
# room 1 | |
/summon witch -260 169 314 | |
# room 2 | |
/summon zombie -250 161 315 | |
# room 3 (emerald pressure plate escape) | |
/summon Skeleton -253 174 301 | |
# room 4 (secret passage open) | |
/fill -247 168 317 -246 169 317 air | |
/playsound block.iron_door.open block @a ~ ~ ~ 1 0.5 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment