ServerSwitch 1.3.2
on Aug 11, 2025Version 1.3.2 – Velocity API Update & Stability Fixes
Updated for latest Velocity API: Replaced deprecated ServerConnectEvent with modern ServerPreConnectEvent for full compatibility with current Velocity versions.
Improved target server detection: The final destination server is now correctly identified before connection, even when redirects occur.
Pre-join blacklist and limit checks: Players are now blocked before switching servers, preventing unnecessary connections.
Stability improvements: Minor internal optimizations and improved logging for better maintainability.
ServerSwitch 1.3.1
on Aug 6, 2025Changelog – ServerSwitch 1.3.1
Changes & Improvements
-
Java 21 Support: Full compatibility with Java 21 for all supported server types (Spigot/Paper, BungeeCord, Velocity).
-
Velocity: Added missing
loadConfig()
method to properly support reloading and configuration changes. -
Reload Command: Implemented
/serverswitch reload
for Spigot/Paper, BungeeCord, and Velocity. -
MySQL: Modernized the JDBC URL and updated the MySQL driver.
-
Bug Fixes:
- Fixed issues with table handling (PRIMARY KEY) and configuration processing.
- Improved error handling for database connections.
- Enhanced blacklist and limit validation.
-
New Features:
- Optional settings for auto-update and logging.
- Update checker for all platforms.
- Velocity: Added blacklist, API key verification, free-limit handling, and custom table name support in line with other platforms.
Notes
- This version is a beta release and may contain bugs.
- If you encounter any issues, please join the Discord server for support.
ServerSwitch 1.3
on May 15, 2025ServerSwitch – Version 1.3 🚀
Date: May 15, 2025
What’s New ✨
Clear distinction between Free & Pro versions: Pro users unlock advanced features like server switch validation, API key authentication, and full database integration. Free users enjoy basic functionality with usage limits and no custom table support.
Improved Blacklist Management:
Blacklists are now reliably loaded from the config and enforced on player login.
Automatic Database Connection Monitoring:
Ensures stable MySQL connections with automatic reconnection for Pro users.
Built-in Update Checker:
Runs in the background to notify about new plugin versions, keeping your server up to date.
Customizable Join & Leave Messages:
Enhanced support for placeholders and easy disabling of join/quit messages.
Bug Fixes 🐞
Fixed issues with database connections and queries that caused instability in earlier versions.
Correct handling of kick messages when unauthorized server switches are attempted.
Various minor performance improvements and stability fixes.
Miscellaneous 🛠️
Cleaner code with clear separation of features based on user type (Free vs Pro).
Foundations laid for future feature expansions and enhancements.
ServerSwitchVelocity 1.0.1 | JSMySQLFix required!
on Oct 10, 2024Fixed all MySQL errors! JSMySQLFix needed!!
ServerSwitch 1.2.1 | Velocity removed
on Oct 9, 2024Velocity was removed due to a dependency outage and related errors.
ServerSwitch 1.2
on Jun 24, 2024Changes made:
- Velocity support has been added.
Info:
- The file size has increased due to the added dependencies.
ServerSwitch 1.1.2 Beta
on Jun 24, 2024Changes:
- 1.21 Support
- Database connection error fixed
ServerSwitch 1.1.1
on May 19, 2024Version 1.1.1 (May 20, 2024)
Changes:
Simplified MySQL connection configuration in the config file. General code optimization.