Started by
thesleever
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a custom command, but i don't quite understand how to do so every time if some specific player executes it, only he gets affected by the command.
Help?
There's a procedure block that says something like run command as event/target entity. If you use that and use @s as the target in the command it will target the event/target entity.