mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-06-29 10:31:38 +00:00
Fixing trade sign messages
Unifying tree/spawnmob code for block selection Adding TL notes
This commit is contained in:
parent
5a1ea77019
commit
040e2bee86
8 changed files with 23 additions and 58 deletions
|
@ -45,6 +45,7 @@ public class Commandlist extends EssentialsCommand
|
|||
}
|
||||
}
|
||||
charge(sender);
|
||||
//TODO: move these to messages file
|
||||
StringBuilder online = new StringBuilder();
|
||||
online.append(ChatColor.BLUE).append("There are ").append(ChatColor.RED).append(server.getOnlinePlayers().length - playerHidden);
|
||||
if (showhidden && playerHidden > 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue