How can I target an entity that has a period in its type ID? (1.8 minecraft)
-
I'm currently making an adventure map with custom mods. My modded mobs have id's like "zssaddon.landOctorok" instead of simply "Zombie". Because of this, commands like
/kill @e[type=zssaddon.landOctorok]
simply do not work, and return saying that the UUID is invalid. I have tried quotes, as well as apostrophies.
-
Custom mob IDs will not work with /kill as Minecraft doesn’t allow them.