How Do I Do - When Item Right Clicked In The Air Give Glowing Effect to Every Player?

Started by Zorkandor1998 on

Topic category: Help with modding (Java Edition)

Last seen on 17:10, 12. May 2021
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How Do I Do - When Item Right Clicked In The Air Give Glowing Effect to Every Player?

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?

Last seen on 17:10, 12. May 2021
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
SOLVED : If anyone wonders…
Wed, 05/12/2021 - 17:12

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.