-
Notifications
You must be signed in to change notification settings - Fork 34
Configuration
This file is the main configuration file of ServerUtils. The configfiles will be automatically kept up to date, so you don't have to worry about manually updating config entries.
The default configuration:
settings:
check-updates-boot: true
check-updates-login: false
download-updates-boot: false
download-updates-login: false
install-updates-boot: false
install-updates-login: false
In addition, the bukkit config has the following config options:
settings:
disable-plugins-command: false
disabled-commands: []
Description: Whether ServerUtils should not override the default /pl command.
Values: Boolean
Default: false
Description: Whether ServerUtils should check for updates when the server boots.
Values: Boolean
Default: true
Description: Whether ServerUtils should check for updates when an admin with permission serverutils.notification.update logs in.
Values: Boolean
Default: false
Description: Whether ServerUtils should download updates when the server boots.
Values: Boolean
Default: false
Description: Whether ServerUtils should download updates when an admin with permission serverutils.notification.update logs in.
Values: Boolean
Default: false
Description: Whether ServerUtils should install updates (reload) when the server boots.
Values: Boolean
Default: false
Description: Whether ServerUtils should install updates (reload) when an admin with permission serverutils.notification.update logs in.
Values: Boolean
Default: false
Description: This setting configures the commands unloaded when ServerUtils boots.
Format: The format is either - "plugin:command" or - "command".
Values: String Array
Default: []