-
Notifications
You must be signed in to change notification settings - Fork 2
Global configuration
Some settings are managed globally, they are detailed here.
database.address: Hostname of the MySQL/MariaDB server
database.port: TCP port to connect to
database.user: Database username for authentication
database.password: Database password for authentication
database.base: Name of the base to use
database.secure: Whether to enable certificate validation or not (default: enabled)
The list of enabled modules is set under the modules.enable setting.
AQLVox (API module) is enabled with the modules.aqlvox.enabled setting (default: enabled).
Note: The module loading mechanism is currently being reworked, modules will soon be loaded just like standard plugins by dropping them in the correct folder.
Here you can specify the ranks and their associated display options.
A rank is determined by the player's primary group according to the permission manager (LuckPerms).
All ranks are listed under players.ranks. Each entry is made up of a name (the key, name of the group) and 3 options:
-
color: The name of the color for this rank -
prefix: A text to display before the player name (can contain color code with '&') -
suffix: Same as prefix but displayed after the player name