mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-24 18:18:29 +01:00
Add white color after each name to prevent coloration of the next name.
This commit is contained in:
parent
5027198010
commit
fdb46f60fd
@ -102,6 +102,7 @@ public class Commandlist extends EssentialsCommand
|
||||
groupString.append("§7[HIDDEN]§f");
|
||||
}
|
||||
groupString.append(user.getDisplayName());
|
||||
groupString.append("§f");
|
||||
}
|
||||
sender.sendMessage(groupString.toString());
|
||||
}
|
||||
@ -142,6 +143,7 @@ public class Commandlist extends EssentialsCommand
|
||||
onlineUsers.append("§7[HIDDEN]§f");
|
||||
}
|
||||
onlineUsers.append(user.getDisplayName());
|
||||
onlineUsers.append("§f");
|
||||
}
|
||||
sender.sendMessage(onlineUsers.toString());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user