mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-03 12:31:46 +00:00
Add white color after each name to prevent coloration of the next name.
This commit is contained in:
parent
5027198010
commit
fdb46f60fd
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue