How to make a procedure that gives effects to all players?

Started by GamesTopicYT on

Topic category: Help with MCreator software

Last seen on 20:00, 25. Nov 2020
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a procedure that gives effects to all players?

I'm trying to make a procedure that gives glowing to all players, how would I do this?

You could use execute…
Sun, 09/20/2020 - 08:12

You could use execute command block for this and use command that gives potion to @a[entity=player] <- pseudocode, might need changes