What's New?
1. Player Notifications Players can now receive automatic reminders when their whitelist time is nearly expired.
2. Updated to 1.21.7 Official support and compatibility with Minecraft version 1.21.7.
3. Kick Players on Expiration Added the ability to automatically kick players when their whitelist entry expires.
4. Improved Freeze Logic
New command: /whitelist unfreeze [nickname]
to manually unfreeze players.
The /whitelist freeze
command now correctly handles permanently ("forever") whitelisted users.
5. Reliability and Stability Implemented thorough tests covering freezing, unfreezing, notifications, and reload functionality. Improved internal time-tracking logic for freezing and whitelist durations.
6. Plugin Reloading
New reload system (/whitelist reload
) for dynamically reloading plugin settings without server restarts.
New values will automatically appear in the config. Compatibility with the previous version is not broken.
Enjoy the update! 🎉
- Updated header.svg.
- Edited README.md
- Add CommandsConfig (commands.yml) to centralize command permissions management, thanks issue #41 at github.
- Fixed expiration logic check