fix color

This commit is contained in:
mohammed jasem alaajel 2024-04-26 20:36:00 +04:00
parent 3c4e45dfe2
commit b88202ae38
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ public class CommandRedisBungee extends AdventureBaseCommand {
@Subcommand("show")
public void showProxies(CommandIssuer issuer, String[] args) {
final String closer = "<color:gold>========================================";
final String pageTop = "<color:yellow>Page: <color:green><current>/<max> <color:yellow>Network ID: <color:green><network> Proxies online: <proxies>";
final String pageTop = "<color:yellow>Page: <color:green><current>/<max> <color:yellow>Network ID: <color:green><network> <color:yellow>Proxies online: <color:green><proxies>";
final String proxy = "<color:yellow><proxy><here> : <color:green><players> online";
final String proxyHere = " (#) ";
final String nextPage = ">>>>>";