Skip to content

RedstoneWorld/ServerStatsDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ServerStatsDB

Simple server stats (currently playercount and ticks) database logger for RedstoneWorld

Builds

http://ci.minebench.de/job/ServerStatsDB/

Config

# Period in seconds between running the stats collector
period: 60
# MySQL config:
storage:
    type: mysql
    host: 127.0.0.1
    port: 3306
    user: minecraft
    pass: password
    database: database
    table: serverstatsdb_log

License

Copyright 2016 Max Lee (https://github.com/Phoenix616/)

This program is free software: you can redistribute it and/or modify
it under the terms of the Mozilla Public License as published by
the Mozilla Foundation, version 2.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Mozilla Public License v2.0 for more details.

You should have received a copy of the Mozilla Public License v2.0
along with this program. If not, see <http://mozilla.org/MPL/2.0/>.

About

Simple server stats database logger for RedstoneWorld

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages