🌍General

General Settings

You can set a prefix for all plugin messages.

# ------------------
# General Settings
Settings:
  prefix: '&eBetterSecurity ┃ &7'

To see the prefix in messages, just use the placeholder %prefix%

You can set a different language for the plugin, you can also create your own by copying the default language "en_US.yml" and pasting it with your nationality. Example: fr_FR.yml

# ------------------
# General Settings
Settings:
  prefix: '&eBetterSecurity ┃ &7'
  # Available languages: en_US, it_IT
  locale: en_US

You can find the language files HERE.

You can enable the check for updates, and decide whether to notify you only, or download it automatically.

# ------------------
# General Settings
Settings:
  prefix: '&eBetterSecurity ┃ &7'
  # Available languages: en_US, it_IT
  locale: en_US
  check_update:
    enabled: true
    # Types Available: NORMAL, DOWNLOAD
    type: NORMAL

You can enable hooks if you have the following plugins on the server.

# ------------------
# General Settings
Settings:
  prefix: '&eBetterSecurity ┃ &7'
  # Available languages: en_US, it_IT
  locale: en_US
  check_update:
    enabled: true
    # Types Available: NORMAL, DOWNLOAD
    type: NORMAL
  hooks:
    PlaceholderAPI: false
    ProtocolLib: false

It is optional, you can decide whether to activate it to use it during the execution of a performer, during a punishment, etc.

ProtocolLib is only required if you want to block the complete command tab for 1.8.x-1.12.x

Last updated