mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-05 23:08:23 +00:00
parent
ba35efd021
commit
8e61753894
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ public class EssentialsChatPlayerListenerLowest extends EssentialsChatPlayer {
|
|||
String world = user.getWorld().getName();
|
||||
|
||||
Player player = user.getBase();
|
||||
String prefix = ess.getPermissionsHandler().getPrefix(player);
|
||||
String suffix = ess.getPermissionsHandler().getSuffix(player);
|
||||
String prefix = FormatUtil.replaceFormat(ess.getPermissionsHandler().getPrefix(player));
|
||||
String suffix = FormatUtil.replaceFormat(ess.getPermissionsHandler().getSuffix(player));
|
||||
Team team = player.getScoreboard().getPlayerTeam(player);
|
||||
|
||||
String format = ess.getSettings().getChatFormat(group);
|
||||
|
|
Loading…
Reference in a new issue