Database Settings

Complete your first Installation

This plugin supports both MySQL and SQLite (Enabled by Default) storing system. After inserting your licence the server can be started and by default SQLite is selected. If you want use MySQL change:

database:
  online: false    

this to true.

Then you have to configure your database connection data.

database:
  online: true
  address: localhost
  port: 3306
  name: database
  username: root
  password: 1234
  settings:
    connection_pool_size: 12
    connection_pool_idle: 12
    connection_pool_lifetime: 1800000
    connection_pool_keeplive: 30000
    connection_pool_timeout: 20000

NOTE: Remember that if you change storage system the data will not be trasferred.

Others plugin dependencies.

This plugin does't have mandatory dependencies. But you could install: - Vault: Used to manage players' group Prefix. - DiscordSRV: Used to manage chats from discord. for more features.

Last updated