Features
- Server Info Logging - Server Online time and Rcon information are logged against the Server Key
- Player Info Logging - Player EOS Id, In Game Name, Tribe Id, Tribe Name and Online Time are logged with the ServerKey
- Database Integration - MySQL database storage for easy integration with external Plugins, Bots and systems
Configuration
Code:
{
"RconIP": "", // The RCON IP address for this server
"Mysql": {
"Host": "", // MySQL server hostname or IP
"User": "", // MySQL username
"Password": "", // MySQL password
"Database": "sh_info_system", // Database name (default: sh_info_system)
"Port": 3306 // MySQL port (default: 3306)
}
}
Configuration Settings
| Setting | Description ||---------|-------------|
|
RconIP | The RCON IP address for identifying this server ||
Mysql.Host | MySQL server hostname or IP address ||
Mysql.User | MySQL username for database connection ||
Mysql.Password | MySQL password for database connection ||
Mysql.Database | Database name to store information ||
Mysql.Port | MySQL server port |
Notes
- Server offline detection will only work when using Our ShadowBot, as the Discord bot detects when the Server goes Offline and marks it as such
- Ensure your MySQL database is properly configured and accessible from your game server
- The database schema will be created automatically on first run