when your in gamemode creative mode you should not die with commands.when you do /kill @e in creative mode
Comments 2
Cleaning up old tickets: This ticket has not been updated recently (~1 year+) so is being closed as Cannot Reproduce. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki
This will be a "Works as Intended".
Has been this way in Java Edition forever. @e selects ALL entities. Here are two ways around it:
Don't target players:
/kill @e[type=!player]
Or, don't target creative players:
/kill @e[m=!1]