ServerInfo is a PaperMC plugin that sends server information to MySQL or MySQL-Compatible server.
Features
- Sends CPU usage, RAM usage to MySQL or MySQL-Compatible server
- Data size limit function for saving disk space
- Pause/Resume function
- Configure plugin ingame (v2.0b+)
- Sample interval configurable (v2.0b+)
Before you use this plugin...
- Copy the plugin file to the server plugin directory.
- Run the server once or load with the "plugin manager" plugin.
- Edit plugins/ServerInfo/config.yml file and change the file to :
sql:
host: <MySQL hostname>
port: <MySQL server port>
database: <MySQL database name>
username: <MySQL username>
password: <MySQL password>
table: <MySQL table name> - Run command "/si reload"
- Link with other software whatever works with the MySQL server.
Command Usage
- /serverinfo|si help : Prints help message
- /serverinfo|si reload : Reloads plugin
- /serverinfo|si pause|resume : Pauses/Resumes uploading information
- /serverinfo|si config <ConfigurationNode> [Value] : Configures the plugin (v2.0b+)
- <ConfigurationNode> : Node key
- [Value] : Node value to set. If this value is not set, the plugin will show the values from node.
Source storage
Visit my GitHub repository.