Code:
command /test [<text>]:
trigger:
set {_player} to arg-1 parsed as player
message "%{_player}%" to player
The input is a UUID, but i want the output to be the player name
It works fine if the player is on the server, but it dosen't work then the player is offline
[doublepost=1583278600,1583278206][/doublepost]Okay well i found out just do this:
Code:
{_minecraft:UUID} parsed as offline player
Code:
command /test [<text>]:
trigger:
set {_player} to arg-1 parsed as offline player
message "%{_player}%" to player