If this is posted in the wrong section, I'm sorry. Please don't kill me...
I've been trying to set up a security system using command blocks. I've set the command blocks to kill basic enemy mobs, i.e. Zombies, Creepers, etc. However, whenever I go to test the /kill commands, it only kills me. This is the code I've been using:
/kill @e[type=Creeper,r=20]
Naturally I've been substituting the entity name on the different blocks.
If this is posted in the wrong section, I'm sorry. Please don't kill me...
I've been trying to set up a security system using command blocks. I've set the command blocks to kill basic enemy mobs, i.e. Zombies, Creepers, etc. However, whenever I go to test the /kill commands, it only kills me. This is the code I've been using:
/kill @e[type=Creeper,r=20]
Naturally I've been substituting the entity name on the different blocks.
Can anyone tell me what I am doing wrong?
The upgraded /kill command (where you can specify a target) is only available in 1.8. The command is otherwise correct.
I've been trying to set up a security system using command blocks. I've set the command blocks to kill basic enemy mobs, i.e. Zombies, Creepers, etc. However, whenever I go to test the /kill commands, it only kills me. This is the code I've been using:
/kill @e[type=Creeper,r=20]
Naturally I've been substituting the entity name on the different blocks.
Can anyone tell me what I am doing wrong?
-
View User Profile
-
View Posts
-
Send Message
Retired StaffThe upgraded /kill command (where you can specify a target) is only available in 1.8. The command is otherwise correct.