Changelog
All notable changes to the BetterWhitelist plugin will be documented in this file.
[1.0] - 2024-01-08
Added
- Initial release
- Case-insensitive username matching
- Offline player whitelisting support
- Tab completion for commands
- Customizable messages in messages.yml
- Auto-save functionality
- Basic commands:
/bwhitelist add <player>- Add a player to whitelist/bwhitelist remove <player>- Remove a player from whitelist/bwhitelist list- List all whitelisted players/bwhitelist reload- Reload the whitelist
- Permission system:
betterwhitelist.adminfor command access
- Configuration options:
- Case-insensitive matching toggle
- Auto-save toggle
- Auto-save interval setting
Technical
- Support for Minecraft 1.21.5
- Proper error handling and logging
- Null-safety checks
- File creation safeguards
- Tab completion for better UX:
- Command suggestions
- Online player suggestions for add command
- Whitelisted player suggestions for remove command



