How do I target a specific player Ex. SerpTheJester

Started by SerpTheJester on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Mar 2022
Points:
466

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
How do I target a specific player Ex. SerpTheJester

I would like to give my friends special particles if they use my mod, how would I go about doing that?

Active 4 days ago
Joined Feb 2018
Points:
2015

User statistics:

  • Modifications: 1
  • Forum topics: 166
  • Wiki pages: 0
  • MCreator plugins: 3
  • Comments: 795
You could maybe get the UUID…
Wed, 03/22/2023 - 08:43

You could maybe get the UUID of your Friends and then check if these UUIDs are in the World.

 

You can find the UUIDs of your Friends with this Website.

Active 4 days ago
Joined Feb 2018
Points:
2015

User statistics:

  • Modifications: 1
  • Forum topics: 166
  • Wiki pages: 0
  • MCreator plugins: 3
  • Comments: 795
One Question do you want to…
Wed, 03/22/2023 - 08:44

One Question do you want to give your Friends one Time Effect if they join a Server/World? Or do you want to give them a permanent Effect?

Active 4 days ago
Joined Feb 2018
Points:
2015

User statistics:

  • Modifications: 1
  • Forum topics: 166
  • Wiki pages: 0
  • MCreator plugins: 3
  • Comments: 795
Also to get the UUID you…
Wed, 03/22/2023 - 08:47

Also to get the UUID you need to use the Plugin Damage Source.