final
This commit is contained in:
parent
dee00eac5b
commit
118172aeda
4 changed files with 393 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue