3
Make a SPECIFIC block kill you in Minecraftbuild
I'm new to command blocks and don't know anything.
How do I make a specific block kill you if you step on it?
The map i'm making is Singleplayer.
Anyone? :3
How do I make a specific block kill you if you step on it?
The map i'm making is Singleplayer.
Anyone? :3
4
that is what a plugin is for
Give yourself a command block:
Put in this:
Done, repeat for each block that should kill you =)
/give @s command_blockPut it down, open it and set it to Repeating, Unconditional, Always ActivePut in this:
/execute as @a[gamemode=survival] at @s if block ~ ~-1 ~ <put your block id here> run kill @sPress F3 + H in the game to show block ids underneath the names of blocks in the inventory.Done, repeat for each block that should kill you =)
Omg thank you so much!
It worked! :D
It worked! :D
Im not good with cmd blocks but I guess there is a way to check if a player is on specific coordinates, but idk how to do that
and if there isnt you could use pressure plates
and if there isnt you could use pressure plates
