wftgeuhjor

This commit is contained in:
ZeroEpoch1969
2020-04-22 01:23:51 -07:00
parent bc8ff3cd7f
commit a523cc313c
9 changed files with 58 additions and 35 deletions

View File

@ -41,6 +41,7 @@ public class Command_say extends FreedomCommand
}
FUtil.bcastMsg(String.format("[Server:%s] %s", sender.getName(), message), ChatColor.LIGHT_PURPLE);
plugin.dc.messageChatChannel(String.format("[Server:%s] \u00BB %s", sender.getName(), message));
return true;
}