-
Notifications
You must be signed in to change notification settings - Fork 1
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
-
A hashmap containing most setting that can be expressed as text
-
- static
- staticServer1
Contains information about the static server
- staticServer2
- ...
- staticServer1
- online
- onlineServer1
Contains informations about each online server
- onlineServer2
- ...
- onlineServer1
- lobby
Contains setting for lobby server
- game
- gameServer1
Contains information for a game server to be ran in multiple instances
- gameServer2
- ...
- gameServer1
- bungee
Contains information about BungeeCord
- static