Started by
MihlanDOta
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, everyone. Could you tell me how to get an entity by nickname? The bottom line is that I have the nickname of a player in a variable of type string, and to this player you need to add points to the scoreboard. How can this be done? Thank you all in advance!
You could do entity in range check and then use additional if to check if the name matches.
U can create an Entity Iteration, the procedure block is in "World Management" tab.