change stuff a bit
This commit is contained in:
@@ -64,7 +64,7 @@ public class HelpCommand implements Command {
|
||||
.append(Component.text("(").color(NamedTextColor.DARK_GRAY))
|
||||
.append(Component.text("Public ").color(NamedTextColor.GREEN))
|
||||
.append(Component.text("Trusted ").color(NamedTextColor.RED))
|
||||
.append(Component.text("Owner").color(NamedTextColor.DARK_RED))
|
||||
.append(Component.text("Admin").color(NamedTextColor.DARK_RED))
|
||||
.append(Component.text(") - ").color(NamedTextColor.DARK_GRAY))
|
||||
.append(Component.join(JoinConfiguration.separator(Component.space()), list));
|
||||
}
|
||||
|
||||
@@ -57,7 +57,7 @@ public class NetMessageCommand implements Command {
|
||||
.append(Component.text("Click here to copy the server host and port to your clipboard").color(NamedTextColor.GREEN))
|
||||
)
|
||||
),
|
||||
context.displayName().color(NamedTextColor.GRAY),
|
||||
Component.text(context.sender().profile().getName()).color(NamedTextColor.GRAY),
|
||||
Component.text(String.join(" ", args)).color(NamedTextColor.GRAY)
|
||||
).color(NamedTextColor.DARK_GRAY);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user