💥Known Errors/Issues

  • Using ViaVersion (including Rewind and Backwards) directly on the proxy, while possible, is generally considered bad practice and can cause significant issues with your server. Additionally, it MAY prevent FallbackServer from functioning correctly.

  • Various weird forks, such as Aegis, can break not only my plugin but also others.

  • Incorrectly configured firewall rules could be blocking FallbackServer's ping, which may cause connection issues.

  • Geyser (along with FloodGate) MIGHT also lead to compatibility problems.

  • Plugins that manipulate packets, like Protocolize, are not recommended for handling your proxy as they may introduce instability.

  • Lastly, LibreLogin could be kicking your players from the proxy. I'm still not able to replicate this issue.

java.lang.IllegalArgumentException

If you face this error, add this string to your startup script: -Duser.language=en

(Credit to @LoneDev)

Could not load plugin from file plugins/FallBackServer-X.X.X-(Beta).jar
java.util.zip.ZipException: zip file is empty
	at java.util.zip.ZipFile$Source.zerror(ZipFile.java:1598) ~[?:?]
	at java.util.zip.ZipFile$Source.findEND(ZipFile.java:1382) ~[?:?]
	at java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1477) ~[?:?]
	at java.util.zip.ZipFile$Source.<init>(ZipFile.java:1315) ~[?:?]
	at java.util.zip.ZipFile$Source.get(ZipFile.java:1277) ~[?:?]
	at java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:709) ~[?:?]
	at java.util.zip.ZipFile.<init>(ZipFile.java:243) ~[?:?]
	at java.util.zip.ZipFile.<init>(ZipFile.java:172) ~[?:?]
	at java.util.jar.JarFile.<init>(JarFile.java:347) ~[?:?]
	at java.util.jar.JarFile.<init>(JarFile.java:318) ~[?:?]
	at java.util.jar.JarFile.<init>(JarFile.java:284) ~[?:?]

This error is typically caused by a faulty jar file, often due to a corrupted download. To resolve this, simply visit the Spigot page and re-download the file.

Last updated