Skip to content

Commit

Permalink
Use bungee chat color for tracker message
Browse files Browse the repository at this point in the history
  • Loading branch information
MetallicGoat committed Jan 15, 2025
1 parent 4ded639 commit 7604dd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void run() {
// Send distance message
sendHotbarMessage(player, Message.build(MainConfig.tracker_hotbar_message)
.placeholder("distance", DECIMAL_FORMAT.format(nearestEnemy.getValue()))
.placeholder("team-color", enemyTeam.getBukkitColor()) // TODO Bungee?
.placeholder("team-color", enemyTeam.getBungeeChatColor())
.placeholder("team", enemyTeam.getDisplayName(player)));
}
}
Expand Down

0 comments on commit 7604dd2

Please sign in to comment.