Config

Configuration for the server.

Constructors

this
this(UUID uuid)
Undocumented in source.

Members

Classes

Hub
class Hub

Configuration for the hub.

Node
class Node

Configuration for the node.

Functions

load
void load()

Loads the configuration for the first time.

reload
void reload()

Reloads the configuration.

save
void save()

Saves the configuration.

Variables

files
Files files;
Undocumented in source.
hub
Hub hub;
Undocumented in source.
lang
LanguageManager lang;
Undocumented in source.
node
Node node;
Undocumented in source.
uuid
UUID uuid;
Undocumented in source.

Meta