some more stuff

also sorry for me impostering chipmunk.,.,,.,. im so sorry
This commit is contained in:
Chayapak 2023-05-23 19:46:32 +07:00
parent ae837c897c
commit 7306377a3f

View file

@ -47,6 +47,9 @@ public class InfoCommand {
.append(Component.text("_ChipMC_", TextColor.fromHexString(client.config().color().secondary()))) .append(Component.text("_ChipMC_", TextColor.fromHexString(client.config().color().secondary())))
.append(Component.text(", ", TextColor.fromHexString(client.config().color().primary()))) .append(Component.text(", ", TextColor.fromHexString(client.config().color().primary())))
.append(Component.text("chayapak", TextColor.fromHexString(client.config().color().secondary()))) .append(Component.text("chayapak", TextColor.fromHexString(client.config().color().secondary())))
.append(Component.text(" (").color(NamedTextColor.DARK_GRAY))
.append(Component.text("<3").color(NamedTextColor.RED))
.append(Component.text(")").color(NamedTextColor.DARK_GRAY))
.append(Component.text(" and contributors", NamedTextColor.GRAY)) .append(Component.text(" and contributors", NamedTextColor.GRAY))
.append(Component.newline()) .append(Component.newline())
.append(Component.text("Original Repository: ", NamedTextColor.GRAY)) .append(Component.text("Original Repository: ", NamedTextColor.GRAY))