# Config ## Universal Available in all configs no matter the platform. ### debug Toggle some debugging log messages. ### messenger-type *Default:* `plugin_messages` *Possible values:* - `plugin_messages` No additional setup required. Will not be able to send messages from/to server without any players online. - `redis` Use Redis pubsub, set it up in the `redis` section. Does not require online players. ### redis Section to setup the Redis messenger if selected. ``` redis: host: localhost port: 6379 timeout: 60 password: password1 ``` ## Bukkit/Spigot Bukkit/Spigot specific sections options. ### group *Default:* `global` The name of the group that this server is in ### server-name The name of this server, should be the same as the name in the proxy's config to work properly! Will fall back to the work directory name if not changed.