Started by
Zorkandor1998
on
Topic category: Help with Minecraft modding (Java Edition)
I want to give every player on the game glowing effect when a specific item right clicked but the option I have "Event/target entity" is only allowing me to give the effect to the person
uses the item. So how do I give every player on the game glowing effect? Should I use Entity Iterator instead of Event/target entity or something?
SOLVED : If anyone wonders. I couldn't able to find a working command the way I was going to do it. But still I managed to solve the problem. I used "Execute command /" procedure under World management tab and I wrote /effect give @a minecraft:glowing 90 just like in minecraft. So It worked.