General Settings

Configuration explanation

Prefix

Settings:
  prefix: TEXT

Legend of values:

  • TEXT = Set the plugin prefix text

The Plug-in supports HEX color codes, if the spigot version is 1.16+

Hooks

Settings:
  hooks:
    PlaceholderAPI: BOOLEAN
    WorldGuard: BOOLEAN
    Vault: BOOLEAN

Legend of values:

  • BOOLEAN = true / false

To understand what they do, visit the Hooks section.

Storage

Storage:
  type: VALUE
  mysql:
    database: DATABASE
    hostname: ADDRESS
    port: PORT NUMBER
    user: USER
    password: PASSWORD
    advanced:
      customURI: 'jdbc:mysql://%host%:%port%/%database%?useSSL=false'

Type

The available types you can put are: SQLite, MySQL

MySQL

If you entered MySQL as "Type", you need to fill in the various information to connect your database type:

  • DataBase Name

  • Hostname

  • Port (Default 3306)

  • User Name

  • Password

Last updated