/BungeeCordExploitFixer

Fixes various exploits that exists in BungeeCord.

Primary LanguageJava

BungeeCordExploitFixer

Fixes various exploits that exists in BungeeCord. (Compatible with Waterfall, too!)

Features

How to use

  • 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

How to build

  • Clone Waterfall
  • Build Waterfall using ./waterfall p and mvn install
  • Build this project