Skip to content

Commit

Permalink
added uuid in ExecuteCommandAction
Browse files Browse the repository at this point in the history
  • Loading branch information
FireInstall committed Jan 13, 2025
1 parent 0b24cc0 commit f3affae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ private String replacePlayerTags(MinigamePlayer player, String string) {

return string
.replace("{player}", player.getName())
.replace("{uuid}", player.getUUID().toString())
.replace("{dispplayer}", player.getDisplayName())
.replace("{px}", String.valueOf(player.getLocation().getX()))
.replace("{py}", String.valueOf(player.getLocation().getY()))
Expand Down

0 comments on commit f3affae

Please sign in to comment.