mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 12:13:54 -07:00
Added spacing to BanListCommand output.
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user