a space works there better actually
All checks were successful
/ build (push) Successful in 37s

This commit is contained in:
Soph :3 2024-05-07 18:28:47 +03:00
parent 6d580fba60
commit 1e6913d260
Signed by: sophie
GPG key ID: EDA5D222A0C270F2

View file

@ -160,6 +160,7 @@ public class Main {
event.getEntity().sendMessage(Component.text("Welcome to The Alliance!").color(TextColor.color(255, 0, 0)));
event.getEntity().sendMessage("");
event.getEntity().sendMessage("Use /server to list the available servers,");
event.getEntity().sendMessage("");
event.getEntity().sendMessage(Component.text("and then join them via ")
.append(Component.text("/server ").color(TextColor.color(255, 0, 0)))
.append(Component.text("<server name>").color(TextColor.color(0, 255, 0))));