Minecraft – How to give everyone except for me a potion effect

minecraft-bedrock-editionminecraft-commands

I need help making it so everyone in the server gets an effect except for me when I drop my specific item. I am using the execute command.

Best Answer

on top of what Nik said, i believe you can also use the name selector to it, making it something like;

execute as @a[name=!<your_ign>] if entity <entity_to_check> run effect give @s <effect> <duration>