change stuff a bit

This commit is contained in:
ChomeNS
2023-04-25 18:16:49 +07:00
parent a5359b705a
commit 31ea107bc7
3 changed files with 14 additions and 16 deletions

View File

@@ -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));
}

View File

@@ -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);