Skip to content

MrCheatEugene/BungeeCord-Mapmod

 
 

Repository files navigation

BotFilter, but with an image in the background!

Maven Build

Videos

Captcha+Falling check:

Only captcha

Falling check:

Only captcha

Download

You can download .jar from the latest successful workflow.

Changing the image

Because the project is very far from being perfect, you can change the image only by re-compiling this project. But, here's a way how to do it easily:

  1. Fork this repo(not clone, fork!)
  2. Go to "Actions" and enable workflows.
  3. Edit file "BungeeCord-Mapmod/proxy/src/main/java/ru/leymooo/botfilter/captcha/generator/map/CraftMapCanvas.java"
  4. Set base64Image variable's value to base64-encoded PNG, 128x128 image. Not the URL, but the base64 itself.
  5. Commit
  6. Go to "Actions" and wait for all jobs to finish. If some of them fails on "upload artifact", try re-running failed jobs
  7. Download .jar artifact
  8. Done!

In future, I'll add an easier way for changing background image.

About

BotFilter, but with an image in the background!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.6%
  • Other 0.4%