You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added BungeeCord support with a new dedicated module alongside existing Velocity proxy support, providing greater flexibility for proxy server deployments.
Introduced PostgreSQL database support as an additional storage backend option alongside existing MySQL and flat file storage.
Updated minimum requirements to Java 17+ and removed support for legacy Minecraft versions (now supports 1.17.1+).
New Features
Multi-proxy platform support - Both BungeeCord and Velocity now supported with shared staff activity tracking
Enhanced database configuration - Separate user/password fields with clearer URI documentation and support for FLAT, MYSQL, and POSTGRES backends
Modernized dependency management - Consolidated dependencies in core module with proper API/implementation separation
Platform Updates
Upgraded minimum Java version from 16 to 17 and updated supported Minecraft versions from 1.17.1 through 1.21.8
Updated to light-platform 2.2.1 with improved build configuration and PostgreSQL driver support
Project Structure
Added BungeeCord module - New bungee/ directory with complete platform implementation
Multi-platform architecture - All three platforms (Bukkit, Velocity, BungeeCord) share common core functionality
Updated documentation - Installation guide covers both proxy platforms with database setup examples