Please consider leaving a good review for the plugin.
Fixed false alt-account history entries on failed joins.
IP history is now only recorded after a player successfully connects to their initial backend server, instead of during the earlier login phase.- Improved max-accounts detection accuracy.
Recent successful connections are now used for account checks, helping reduce false positives from older or stale IP history.- Fixed same-house alt group handling.
Configured same-house alt accounts are now checked only against their own group instead of mixing with alt accounts from other configured households.- Fixed max IP online edge cases.
The plugin now handles unset or disabled max IP online values more safely.- General stability and login-flow improvements.
Adjusted connection tracking logic to better match real network joins and reduce incorrect alt-account blocks.
Discord Support
- Stopped doing file saves while players join/leave, so it won’t slow down the main server loop.
- Made saving happen in the background and “batch up” lots of changes into one save.
- Made saves safer so files don’t get half-written or corrupted if the server stops suddenly.
- Made sure what gets saved is a stable snapshot, not changing mid-save.
- Removed the old extra save system so there’s only one clean way of saving.
- Made sure the plugin still saves one last time properly when the server shuts down.
Please consider leaving a good review for the plugin.
Discord Support
For the new velocity version.
Fixed the plugin not starting (startup error).
Fixed the plugin “logger” issue that caused a crash on boot.
Made the plugin create its data folder safely.
Improved config file creation/loading so it won’t crash if the config is missing.
Fixed a setup problem so Velocity can load the plugin correctly.
Added safer handling for missing settings to prevent random errors.
Please consider leaving a good review for the plugin.
Discord Support
- Made history entries more resistant to potential corruction for various edge cases or crashes.
- Incase the plugin finds a corrupt entry, it will provide a report and continue to work correctly regardless.
Please consider leaving a good review for the plugin.
Discord Support
- Fixed: Alias cooldowns now properly save/load from alias_cooldowns.json (previously stored in the wrong file).
- Fixed: Per-IP cooldowns now mark data dirty on use, improving persistence after restarts/crashes.
- Added: Configurable update notification message (settings.update-available-message) + corrected typo.
- Internal: Reduced duplicate command handler instantiation.
Please consider leaving a good review for the plugin.
Discord Support
Fixed rare database error for batch writes.
Better performance.
Small organization improvements.
Please consider leaving a good review for the plugin.
Discord Support
- Fixed mysql database error.
- Updated drivers.
Please consider leaving a good review for the plugin.
Discord Support
- Made the interval that run once per day to check and clean old ip history entries based on the config option to be run async.
- New config option added to completely disable that system.
- Yes the plugin is still compatible with 1.21.5 since day one.
ADD TO YOUR CONFIGS
YAML:# The number of days after which IP history data is purged. purge-enabled: true purge-interval-days: 7
Please consider leaving a good review for the plugin.
Discord Support
