
* More stats
    * total time on fire
    * money (via Vault?)

* Integrate with Vault for economy
* Connect to popular global ban lists?
* Provide ban/whitelist checking via API.

* servers table:
    * Insert/update server record when server starts
    * Periodically update server record
    * name
    * MC address(es)
    * started
    * stopped
    * lastSeen
    * player count
    * maximum players
    * maximim players timestamp
    * loaded worlds
    * other server properties like game mode, PVP, spawn monsters?

* bannedPlayers table
    * name
    * added timestamp
    * login attempts
    * last login attempt timestamp

* bannedIPs table
    * address
    * added timestamp
    * login attempts
    * last login attempt timestamp

* whitelistedPlayers table
    * name
    * added timestamp
    * logins
    * last login timestamp


