mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2025-04-18 16:47:06 +00:00
fix color
This commit is contained in:
parent
3c4e45dfe2
commit
b88202ae38
@ -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 = ">>>>>";
|
||||
|
Loading…
Reference in New Issue
Block a user