Skip to content

DionaMC/BungeeCord-BotFilter-ENG

 
 

Repository files navigation

BungeeCord with built in AntiBot protection. (English lang)

Videos

Captcha+Falling check: Only captcha Falling check: Only captcha

Download

You can download this protection at Releases

Credit

Leymooo (Original BotFilter developer)
koloslolya (Help me translate BotFilter)
Maxsimuss (Help me translate BotFilter)

Troubleshooting

Q: Why I get an error when I start the server like this:

java.lang.reflect.InaccessibleObjectException: Unable to make private native java.lang.reflect.Field[] java.lang.Class.getDeclaredFields0(boolean) accessible: module java.base does not "opens java.lang" to unnamed module

A: You need to add this to your JVM arguments:

--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED