Started by
derpy588
on
Mon, 06/07/2021 - 23:58
Topic category: Help with modding (Java Edition)
Hello,
I am new to MCreator, but I am creating a GUI and made a text label and I want to set the label to the players name. How can I do that. Thank you!
Use a global variable with a player scope and then, set this variable to the player’s name when the action you want is executed.
Okay thank you. It worked.