Started by
Darth Feanor
on
Topic category: Help with Minecraft modding (Java Edition)
I wanted to know if you can set a procedure to only ocur when a certain player(s) use it. Can you tie it to their usernames? Or perhaps to their UUID? if so, how would I do such a thing.
You can get the player username using get entity name procedure block.
I tried with a "if then do" block and attached to the "if" that the entity display name had to match (player name) but it didnt work.