Merge remote-tracking branch 'origin/master'
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Dieser Commit ist enthalten in:
Commit
6508b13100
@ -107,7 +107,7 @@ public class SWCommand extends AbstractSWCommand<CommandSender> {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
message.sendPrefixless("COMMAND_HELP_HEAD", p, command.getName());
|
message.sendPrefixless("COMMAND_HELP_HEAD", p, command.getName().substring(0, 1).toUpperCase() + command.getName().substring(1));
|
||||||
defaultHelpMessages.forEach(s -> message.sendPrefixless(s, p));
|
defaultHelpMessages.forEach(s -> message.sendPrefixless(s, p));
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Bukkit.getLogger().log(Level.WARNING, "Failed to send help message", e);
|
Bukkit.getLogger().log(Level.WARNING, "Failed to send help message", e);
|
||||||
|
@ -147,6 +147,7 @@ public class ErrorHandler extends Handler {
|
|||||||
startsWith.add("You have min/max set to -64/256");
|
startsWith.add("You have min/max set to -64/256");
|
||||||
startsWith.add("This version of ViaBackwards does not fully support 1.19 servers.");
|
startsWith.add("This version of ViaBackwards does not fully support 1.19 servers.");
|
||||||
startsWith.add("Biome with id");
|
startsWith.add("Biome with id");
|
||||||
|
startsWith.add("1.16 and 1.16.1 clients are only partially supported");
|
||||||
ignoreStartsWith = Collections.unmodifiableList(startsWith);
|
ignoreStartsWith = Collections.unmodifiableList(startsWith);
|
||||||
|
|
||||||
List<String> contains = new ArrayList<>();
|
List<String> contains = new ArrayList<>();
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren