remove "Length: "
This commit is contained in:
parent
32b19c2610
commit
d30de87fcc
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ public class HelpCommand implements Command {
|
|||
return Component.empty()
|
||||
.append(Component.text("Commands ").color(NamedTextColor.GRAY))
|
||||
.append(Component.text("(").color(NamedTextColor.DARK_GRAY))
|
||||
.append(Component.text("Length: ").color(NamedTextColor.GRAY))
|
||||
.append(Component.text(list.size()).color(NamedTextColor.GREEN))
|
||||
.append(Component.text(") ").color(NamedTextColor.DARK_GRAY))
|
||||
.append(Component.text("(").color(NamedTextColor.DARK_GRAY))
|
||||
|
|
Loading…
Reference in a new issue