You will need to reset your config file for this update
- Added an option in the config to specify if you want captcha on join. More events will be added in the future, for now:
Code (YAML):
requireCaptcha
:
#Captcha test can be asked in these events
onJoin
: true
- Added dependencies section in the config where you can configure some settings about the dependencies Captcha uses. The forceDisable can fix errors caused if AuthMe login is disabled.
Code (YAML):
dependencies
:
#Various information about the dependencies that can be used
AuthMe
:
#Settings for AuthMe
forceDisable
: false
#Enable this, if for example you have disabled login for AuthMe
- Added zh_TW language file.
- Fixed a bug where in 1.14 an error would be thrown with the map captchas.
- Fixed some spelling and coloring mistakes in the language files.