File Details
Captcha System
- R
- Jun 15, 2026
- 17.11 KB
- 1
- 26.1.2+41
File Name
antiautofishing-2.0.jar
Supported Versions
- 26.1.2
- 26.1.1
- 26.1
- 1.21.11
- 1.21.10
- 1.21.9
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.4
- 1.21.3
- 1.21.2
- 1.21.1
- 1.21
- 1.20.6
- 1.20.5
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
- 1.18.2
- 1.18.1
- 1.18
- 1.17
- 1.16
- 1.15
- 1.14
- 1.13
- 1.12
- 1.11
- 1.10
- 1.9
- 1.8.3
- 1.8.1
- 1.8
+ Added a new captcha inventory system where you click the emerald to continue.
+ Added checks for captcha inventory close and click events.
+ Added a new section to the config.yml file:
```
# Player captcha appears where they need to click on the emerald to continue
fishing-captcha:
enabled: true
captcha-item: 'EMERALD' # Type of item they need to click on
inventory-name: "Click the emerald to verify!"
inventory-size: 36
success-message: '&aYou have successfully verified.'
exploit-numbers:
- 5
```
+ Fixed the plugin not working with other fishing plugins.
+ Changed default config to use to new captcha methods.
+ Improved code in some areas of plugin.

