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 Velocity platform support with a dedicated module for proxy server integration, enabling centralized staff activity tracking across multiple servers.
Introduced proxy mode allowing Bukkit servers to work in conjunction with Velocity proxy for unified staff monitoring.
Enhanced modular architecture by separating core functionality into dedicated modules (core, bukkit, velocity) for better maintainability.
New Features
Proxy integration - Bukkit servers can now operate in proxy mode to share staff data with Velocity proxy servers.
Automatic command prefix handling - Commands are now automatically prefixed with "/" if not already present.
Activity entry creation - System now automatically creates activity entries when they don't exist.
Timestamp support for actions - All actions now include precise timestamps for better tracking.
Configuration Changes
Added MySQL storage support as an alternative to flat file storage for better scalability.
New proxy mode configuration with automatic validation to ensure MySQL is used when proxy mode is enabled.
Enhanced action display in GUI with timestamp information showing when messages and commands were sent.
Project Structure
Reorganized into multi-module structure with separate bukkit and velocity modules extending shared core functionality.
Improved build system with centralized version management and module-specific configurations.
Better .gitignore handling with improved pattern matching for run directories.
Documentation
Added Modrinth and SpigotMC badges to README for better project visibility.
Updated installation instructions with detailed proxy server setup guide.
Enhanced usage documentation explaining the new proxy integration capabilities.
Technical Improvements
Upgraded to light-platform 2.0.2 for improved stability and performance.
Better error handling with warnings for invalid proxy mode configurations.
Optimized database operations with support for both MySQL and flat file storage.