Server

Generic server with a configuration and plugins.

Members

Properties

config
const(Config) config [@property getter]

Gets the server's configuration.

files
const(Files) files [@property getter]

Gets the server's files (assets and temp files).

lang
const(LanguageManager) lang [@property getter]

Gets the server's language manager.

logger
Logger logger [@property getter]

Gets the server's logger.

plugins
const(Plugin)[] plugins [@property getter]

Gets the plugins actived on the server.

Meta