Skip to content

Commit

Permalink
refactor: modify the default format in chat module to support playe…
Browse files Browse the repository at this point in the history
…r nickname + add: nickname module + refactor: now `realname module` will list all players with nickname
  • Loading branch information
sakurawald committed Jul 16, 2024
1 parent c6fefee commit 0cffe76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class ChatModel {
public class Format {
public HashMap<String, String> player2format = new HashMap<>() {
{
this.put("SakuraWald", "<#FFC7EA>%message%");
this.put("Steve", "<#FFC7EA>%message%");
}
};
}
Expand Down

0 comments on commit 0cffe76

Please sign in to comment.