Skip to content

Export Last startup/end and server status (online/offline) to MySQL DB

Notifications You must be signed in to change notification settings

xap3y/Bungee-Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bungee status exporter

Proxy server status exporter to MySQL

Setup:

1, Setup MySQL database.
2, Create schema named servers_info
3, Put .jar to yours proxy ./plugins folder
4, Edit plugins/Logger/config.json to your MySQL details
5, Restart server

How can I use it?

Idk its kinda random but I think it may be useful.

To view MySQL

U can use simple SQL query SELECT * FROM `proxy`;
Or you can select each value using neither Last_Launch, Last_End or status. (status is always 1 or 0, 1=online and 0=offline)
Etc.: SELECT Last_End FROM `proxy`;

About

Export Last startup/end and server status (online/offline) to MySQL DB

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages