Fixes various exploits that exists in BungeeCord. (Compatible with Waterfall, too!)
- Fixes
unexpected packet received during login process!
lags - Blocks oversized packets
- Run the jar using one of these
- Run directly (Requires JDK, not JRE):
java -Xmx2G -D"jdk.attach.allowAttachSelf=true" -jar BungeeCordExploitFixer.jar BungeeCord.jar
- Run as javaagent:
java -Xmx2G -javaagent:BungeeCordExploitFixer.jar -jar BungeeCord.jar
- Run directly (Requires JDK, not JRE):
- Clone Waterfall
- Build Waterfall using
./waterfall p
andmvn install
- Build this project