mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-01 20:46:41 +00:00
Change command descriptions, as well as simplify some commands
This commit is contained in:
@ -27,7 +27,7 @@ public class Command_stop extends FreedomCommand
|
||||
|
||||
for (Player player : server.getOnlinePlayers())
|
||||
{
|
||||
player.kickPlayer(reason);
|
||||
player.kickPlayer(ChatColor.LIGHT_PURPLE + reason);
|
||||
}
|
||||
|
||||
server.shutdown();
|
||||
|
Reference in New Issue
Block a user