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

Started by imgdawgmaster on

Topic category: Help with MCreator software

Active 3 years ago
Joined Nov 2019
Points:
671

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
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.