Added spacing to BanListCommand output.
This commit is contained in:
parent
26a6a1edf4
commit
8d19709c5a
@ -17,7 +17,7 @@ public class BanListCommand extends VanillaCommand {
|
||||
public boolean execute(CommandSender sender, String currentAlias, String[] args) {
|
||||
if (!testPermission(sender)) return true;
|
||||
|
||||
StringBuilder message = new StringBuilder().append(ChatColor.GRAY).append("Ban list:");
|
||||
StringBuilder message = new StringBuilder().append(ChatColor.GRAY).append("Ban list: ");
|
||||
|
||||
int count = 0;
|
||||
for (OfflinePlayer p : Bukkit.getServer().getBannedPlayers()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user