How to make a command that interacts with a certain player?

Started by imgdawgmaster on

Topic category: Help with MCreator software

Last seen on 15:33, 21. Mar 2022
Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a command that interacts with a certain player?

I'm trying to make a command that extinguishes a certain player but I haven't figured out how to get the command parameter 0 to be the source/event target. Does anyone know how to do this?

You could iterate players …
Sat, 02/06/2021 - 16:44

You could iterate players (for each player in server) and select them based on your desired condition.