forked from ChomeNS/chomens-bot-java
ops
This commit is contained in:
parent
5e460a2d76
commit
72577f23de
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ public class TrustedPlugin extends PlayersPlugin.Listener {
|
|||
Time: %s
|
||||
Online players: %s""",
|
||||
Component.text(target.profile().getName()).color(ColorUtilities.getColorByString(bot.config().colorPalette().username())),
|
||||
Component.text(formattedTime).color(ColorUtilities.getColorByString(bot.config().colorPalette().username())),
|
||||
Component.text(formattedTime).color(ColorUtilities.getColorByString(bot.config().colorPalette().string())),
|
||||
Component.text(bot.players().list().size()).color(ColorUtilities.getColorByString(bot.config().colorPalette().number()))
|
||||
).color(NamedTextColor.GREEN);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue