Skip to content

Database Structure (Advanced)

Red_Epicness edited this page May 20, 2017 · 1 revision

Here you can view the structure on how RManager saves all it's configuration into the database.

Keys are "leveled" in the database using : as the separator. On this page, each indentation is a new level

Example: rmanager:servers:static:staticServer1

rmanager (root key, all keys in database start with this)


  • settings

    A hashmap containing most setting that can be expressed as text


  • servers

    • static
      • staticServer1

        Contains information about the static server

      • staticServer2
      • ...
    • online
      • onlineServer1

        Contains informations about each online server

      • onlineServer2
      • ...
    • lobby

      Contains setting for lobby server

    • game
      • gameServer1

        Contains information for a game server to be ran in multiple instances

      • gameServer2
      • ...
    • bungee

      Contains information about BungeeCord

Clone this wiki locally