server_configuration  
Represents a base configuration datum. Has everything else bundled into it
| Vars | |
| admin | Holder for the admin configuration datum | 
|---|---|
| afk | Holder for the AFK configuration datum | 
| asset_cache | Holder for the asset cache configuration datum | 
| custom_sprites | Holder for the custom sprites configuration datum | 
| database | Holder for the DB configuration datum | 
| discord | Holder for the Discord configuration datum | 
| event | Holder for the Event configuration datum | 
| gamemode | Holder for the gamemode configuration datum | 
| general | Holder for the general configuration datum | 
| ipintel | Holder for the IPIntel configuration datum | 
| jobs | Holder for the job configuration datum | 
| lighting_effects | Holder for the lighting effects configuration datum | 
| logging | Holder for the logging configuration datum | 
| mc | Holder for the MC configuration datum | 
| metrics | Holder for the metrics configuration datum | 
| movement | Holder for the movement configuration datum | 
| overflow | Holder for the overflow configuration datum | 
| raw_data | Raw data. Stored here to avoid passing data between procs constantly | 
| redis | Holder for the redis configuration datum | 
| ruins | Holder for the ruins configuration datum | 
| system | Holder for the system configuration datum | 
| url | Holder for the URL configuration datum | 
| vote | Holder for the voting configuration datum | 
Var Details
admin  
Holder for the admin configuration datum
afk  
Holder for the AFK configuration datum
asset_cache  
Holder for the asset cache configuration datum
custom_sprites  
Holder for the custom sprites configuration datum
database  
Holder for the DB configuration datum
discord  
Holder for the Discord configuration datum
event  
Holder for the Event configuration datum
gamemode  
Holder for the gamemode configuration datum
general  
Holder for the general configuration datum
ipintel  
Holder for the IPIntel configuration datum
jobs  
Holder for the job configuration datum
lighting_effects  
Holder for the lighting effects configuration datum
logging  
Holder for the logging configuration datum
mc  
Holder for the MC configuration datum
metrics  
Holder for the metrics configuration datum
movement  
Holder for the movement configuration datum
overflow  
Holder for the overflow configuration datum
raw_data  
Raw data. Stored here to avoid passing data between procs constantly
redis  
Holder for the redis configuration datum
ruins  
Holder for the ruins configuration datum
system  
Holder for the system configuration datum
url  
Holder for the URL configuration datum
vote  
Holder for the voting configuration datum