Changes
- Added deprecation warning when using text commands
- Improved the register process
- The discord feedback for a null user cache is now more clear
- Refactored translations
- Added
/modify
for admins - Fixed whitelist cache not working
- Fixed whitelist cache not properly removing old entries
- Fixed crash when using the mod with Connector on Forge (1.20.1)
- The NeoForge (1.21.1) support ie being worked on, currently there is a crash I am not able to fix
- Fixed crash on 1.21.2 and 1.21.3
- Added warnings for invalid roles
- Improved messages
- Improved minecraft username validation
- Banned players are now considered as having infinite lock time, locking them with the banned username and preventing abuse
- Dropped support for 1.18.x and 1.19.x
- Removed non-required and suboptimal checks
- Deprecated the automatic migration for AutoWhitelist for Snapshots configs (will be removed on 1.1.0)
- Removed the undocumented
autowhitelist:prefix
placeholder - Added an option to set the mod's command source permission level (defaults to 3)
- Added
/autowhitelist dump mods
that lists all mods - Fixed a bug on the command verification process for
autowhitelist:execute_command
entries - The entry verification is now run on config load/reload
- The configs now load right before the bot instead of earlier
- Fixed silent crash in the periodic updated
- Fixed entry assertion being done after updating the whitelist file
- Replaced the
trackRoleChanges
debug flag with debug log messages
Changes:
- Fix missing dependencies