mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 09:17:36 +01:00
Added spacing to BanListCommand output.
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
parent
7e5c1baee9
commit
f2ec9604cb
@ -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…
Reference in New Issue
Block a user