A powerful and flexible server management tool for game servers.
- Server monitoring and management
- Player tracking and statistics
- Web interface for administration
- Command system with permissions
- Plugin system for extending functionality
- Account linking between web and game
The system includes two different token commands:
-
Regular Token Command (
!token)- For regular players to link their game accounts with web accounts
- Can be used to generate or consume tokens
-
Admin Setup Token (
!st)- Special one-time use token for admin account linking
- Links the admin's game account with their web admin account
- See Admin Token System for details
When first setting up the system:
- Start the server once to create the initial admin account
- Run
check-admin-token.batto see your admin setup token - Join the game and use the command
!st <your-token>to link your admin account - Use the web interface for further configuration
scripts/diagnostic/check-admin-token.bat- Check the current admin tokenscripts/diagnostic/setup-admin-token.bat- Generate a new admin tokenscripts/diagnostic/test-token-commands.bat- Test the token commands
The project uses a plugin-based architecture that allows for easy extension of functionality. Commands are now centralized in the command manager for better organization and extension.