SteamWar/SpigotCore
Archiviert
13
0

Bungee-SchemGUI #63

Geschlossen
Chaoscaot möchte 16 Commits von bungee-schemgui nach master mergen
Nur Änderungen aus Commit 31a44e410f werden angezeigt - Alle Commits anzeigen

Datei anzeigen

@ -48,8 +48,8 @@ public class SWException {
reasons.add("To change this, set \"online-mode\" to \"true\" in the server.properties file.");
reasons.add("This crash report has been saved to:");
reasons.add("Could not pass event PlayerQuitEvent to WorldEditSUI");
reasons.add("[ViaVersion] ");
reasons.add("[ViaBackwards] ");
reasons.add("[ViaVersion] Failed to remove injection handler");
reasons.add("[ViaBackwards] Metadata for entity id");
reasons.add("Something went wrong upgrading!");
reasons.add("Tried to load unrecognized recipe");
reasons.add("Invalid BlockState in palette:");
@ -57,8 +57,8 @@ public class SWException {
reasons.add("Can't keep up! Is the server overloaded?");
reasons.add("\tat ");
reasons.add("java.lang.Exception");
reasons.add("An exceptionCaught()");
reasons.add("Exception verifying");
reasons.add("[ViaVersion] Ignoring");
reasons.add("[ViaBackwards] Ignoring");
ignorereasons = Collections.unmodifiableList(reasons);
}