This repository was archived by the owner on May 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Dkrieger edited this page Apr 3, 2019
·
2 revisions
The standard configuration file.
- Advanced mode
- Storage settings
- Security settings
- Synchronisation settings
- Servergroup settings
- Display name settings
If the advanced mode in DKPerms is enabled, the advanced mode brings extra feature for managing permissions on different servers.
-
advancedIf the advanced mode is enabled.
Example:
advanced: true
Which storage DKPerms should use, see here for more information.
Example:
storage:
type: MYSQL
folder: "plugins/DKPerms/datas/"
mysql:
host: localhost
port: '3306'
user: root
password: password
database: DKPerms
Permission security options on your network.
-
security-
operator.enabledEnable or disable operator (/op), we recommend to disable the default minecraft operator mode. -
disablecommandsDisable all permission commands from DKPerms, if you use BungeeCord, we recommend to disable all permission commands on your spigot servers.
-
Example:
security:
operator:
enabled: false
disablecommands: false
You are able to configure the network synchronisation.
-
synchronise-
taskSynchronisation rhythm.-
enabledIf the synchronisation task is enabled. -
delayIn which rhythm the network is synchronized.
-
-
groups-
onfirstplayerjoinIf all groups should be reloaded when the first player joined the server. -
onlastplayerleaveIf all groups should be reloaded when the lat player leaved the server.
-
-
channelIf the network should be synchronized over network channels, we recommend to use this feature for a optimal usage.
-
Example:
synchronise:
task:
enabled: false
delay: 10
groups:
onfirstplayerjoin: true
onlastplayerleave: false
channel: true
Settings for server groups (not permission groups).
-
servergroup-
splitWhere a server group is splited.
-
Bedwars-1 Bedwars-2 = Group Bedwars Bedwars-3
Example:
servergroup:
split: '-'
Settings for the default display name.
-
displayname-
enabledIf the default display mode should be changed by DKPerms. -
formatThe display format.
-
Example:
player:
displayname:
enabled: true
format: '[color][player]'