Skip to content

Commit d184bab

Browse files
authored
Create README.md
1 parent cd768ae commit d184bab

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<h1>Bungee status exporter</h1>
2+
<h2>Proxy server status exporter to MySQL</h2>
3+
4+
<h3>Setup:</h3>
5+
1, Setup MySQL database. <br>
6+
2, Create schema named servers_info <br>
7+
3, Put .jar to yours proxy ./plugins folder <br>
8+
4, Edit plugins/Logger/config.json to your MySQL details <br>
9+
5, Restart server <br>
10+
11+
<h3>How can i use it?</h3>
12+
Idk its kinda random but i think it may be useful.
13+
14+
<h3>To view MySQL</h3>
15+
16+
U can use simple SQL query <code><b>SELECT * FROM &#96;proxy&#96;;</b></code> <br>
17+
Or u can select each value using neither Last_Launch, Last_End or status. (status is always 1 or 0, 1=online and 0=offline) </br>
18+
Etc.: <code><b>SELECT Last_End FROM &#96;proxy&#96;;</b></code><br>

0 commit comments

Comments
 (0)