This commit is contained in:
redstone2888 2026-07-06 19:22:47 +04:00
parent dee00eac5b
commit 118172aeda
4 changed files with 393 additions and 1 deletions

View file

@ -23,7 +23,7 @@ public class ChatFormatEvent implements Listener {
String playerName = player.getName();
// EDIT THIS TO CHANGE FORMAT!
String FORMAT = "<gray>{player}</gray>: <white>{message}";
String FORMAT = "<gray>{player}</gray>: <white>{message}</white>";
return MiniMessage.miniMessage().deserialize(FORMAT
.replace("{player}", playerName)