Skip to content

Configuration

Frank van der Heijden edited this page May 2, 2021 · 1 revision

config.yml

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: []

settings.disable-plugins-command (Bukkit only)

Description: Whether ServerUtils should not override the default /pl command.
Values: Boolean
Default: false

settings.check-updates-boot

Description: Whether ServerUtils should check for updates when the server boots.
Values: Boolean
Default: true

settings.check-updates-login

Description: Whether ServerUtils should check for updates when an admin with permission serverutils.notification.update logs in.
Values: Boolean
Default: false

settings.download-updates-boot

Description: Whether ServerUtils should download updates when the server boots.
Values: Boolean
Default: false

settings.download-updates-login

Description: Whether ServerUtils should download updates when an admin with permission serverutils.notification.update logs in.
Values: Boolean
Default: false

settings.install-updates-boot

Description: Whether ServerUtils should install updates (reload) when the server boots.
Values: Boolean
Default: false

settings.install-updates-login

Description: Whether ServerUtils should install updates (reload) when an admin with permission serverutils.notification.update logs in.
Values: Boolean
Default: false


settings.disabled-commands (Bukkit only)

Description: This setting configures the commands unloaded when ServerUtils boots. Format: The format is either - "plugin:command" or - "command".
Values: String Array
Default: []