Captcha+Falling check:
Falling check:
You can download .jar from the latest successful workflow.
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:
- Fork this repo(not clone, fork!)
- Go to "Actions" and enable workflows.
- Edit file "BungeeCord-Mapmod/proxy/src/main/java/ru/leymooo/botfilter/captcha/generator/map/CraftMapCanvas.java"
- Set
base64Image
variable's value to base64-encoded PNG, 128x128 image. Not the URL, but the base64 itself. - Commit
- Go to "Actions" and wait for all jobs to finish. If some of them fails on "upload artifact", try re-running failed jobs
- Download .jar artifact
- Done!
In future, I'll add an easier way for changing background image.