So I’m trying to find a command for the PS4 Minecraft version 1.14.41 that will kill you if you step on red red concrete. Is there a code for that?
English
#Offtopic
-
1 ReplyEdited by Riven’s No.1 Cookie Baker: 3/27/2020 5:21:40 PMThat’s really complicated... I assume you’re trying to make a mini game? I recommend just using pressure plates... otherwise you’d have to look it up. I’m a bit rusty on the execute commands.
-
The easiest way is to place a command block under the block and use a pressure plate. Then put in the command /kill @p If that doesn't work/isn't what you are looking for I don't have any other advice.
-
Edited by Sylver: 3/27/2020 12:41:33 PMTrying place an invisible, noai mob on top of the red concrete and using an execute command to kill players in a 1 block vicinity of said mob. Or, if you’re willing to replace the red concrete with a command block and place red wool on it, you can just set a continuous /kill @a[r=1] Edit: if you don’t know, the summon command would look a little like /summon minecraft:bat ~ ~ ~ {Silent:1, Invisible:1.NoAI:1} Those data tags may have been changed over the years. I’m not sure as to execute because that’s most definitely been changed in formatting.
-
Edited by Caggus: 3/27/2020 4:17:40 AMUnless you put the command block directly underneath it then no I don’t think so. Maybe you could mess around with codes that are utilised in adventure maps where being in a certain area triggers dialogue?
-
Idk, I have never tried that, may be a future experiment I need to do...