Table of Contents

Config

Universal

Available in all configs no matter the platform.

debug

Toggle some debugging log messages.

messenger-type

Default: plugin_messages

Possible values:

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.