You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.append(Component.text(" joined the server for the first time.", NamedTextColor.WHITE)));
166
+
.append(Component.text(" has joined the server for the first time.", NamedTextColor.WHITE)));
174
167
}
175
168
}
176
-
player.sendMessage(Statements.getPrefix().append(Component.text("Willkommen auf diesem Server! Habe Spaß und genieße es.", NamedTextColor.GOLD, TextDecoration.BOLD)));
177
-
ComponentLanguageText = getLanguageText();
178
-
player.sendMessage(LanguageText);
179
-
player.sendMessage(Statements.getPrefix().append(Component.text("Falls du Hilfe brauchst nutze die Serverfunktion: ", NamedTextColor.GOLD))
169
+
170
+
player.sendMessage(Statements.getPrefix().append(
171
+
Component.text("Welcome to this server! Have fun and enjoy your time.", NamedTextColor.GOLD, TextDecoration.BOLD)
172
+
));
173
+
174
+
ComponentlanguageText = getLanguageText();
175
+
player.sendMessage(languageText);
176
+
177
+
player.sendMessage(Statements.getPrefix()
178
+
.append(Component.text("If you need help, use the server function (Noch keine Zeit gehabt o7): ", NamedTextColor.GOLD))
0 commit comments