Add support for hovers in chat and update default config

This commit is contained in:
destro174
2021-08-07 16:20:01 +02:00
parent 32f323ff41
commit 76c24828dd
3 changed files with 4 additions and 3 deletions
@@ -93,6 +93,7 @@ public class ChatListener implements Listener, ChatRenderer {
List<Template> templates = new ArrayList<>(List.of(
Template.of("sender", user.getDisplayName()),
Template.of("sendername", player.getName()),
Template.of("prefix", user.getPrefix()),
Template.of("prefixall", user.getPrefixAll()),
Template.of("staffprefix", user.getStaffPrefix()),