Started by
Ghost0fHerobrine
on
Topic category: Help with Minecraft modding (Java Edition)
Basically, what I am doing is making a Death Note mod, and I am trying to make it so when I put the name in the name slot and press kill, it waits 40 seconds then kills them, but in the procedure I made, everything was going perfectly when I realised that the "Execute command / <> at x: x y: y z: z" has only 1 slot, but what I was trying to do was make it do "/kill" and "Get text inside textfield <Name>", but I can't do that since there is only 1 slot and the logic procedure thing only has =, not "AND" so please help me I am stuck, here is a picture of the issue.
Hello!
Use the create text with: block.
first field you put your "kill"(Make Sure to add a space at the end)
second field put the text field block.
GalaxyGaming2000, thank you so much actually I appreciate it a lot, it works just as I needed it to, and you helped me out a whole lot, thank you so much.