2022-10-20 17:48:16 +02:00
|
|
|
# Nicko ${project.version} - Config:
|
|
|
|
|
|
|
|
prefix: "§8[§6Nicko§8] "
|
|
|
|
|
|
|
|
bungeecord:
|
2022-12-17 12:28:57 +01:00
|
|
|
# Enables Bungeecord support, switching through servers will transfer player's disguise.
|
2022-10-27 18:39:25 +02:00
|
|
|
# Accepted values: false (Disabled), true (Enabled)
|
2022-10-20 17:48:16 +02:00
|
|
|
enabled: false
|
|
|
|
redis:
|
|
|
|
username: ""
|
|
|
|
password: ""
|
|
|
|
# Time To Live, the time the data will be stored on a player-by-player basis.
|
|
|
|
ttl: -1
|
|
|
|
|
2022-10-27 18:39:25 +02:00
|
|
|
# Localisation:
|
2022-12-17 12:28:57 +01:00
|
|
|
locale:
|
2023-01-11 17:00:44 +01:00
|
|
|
# Nicko will copy the English locale as "lang.yml"
|
2022-12-17 12:28:57 +01:00
|
|
|
# and will use the translations in that file when "Server Custom"
|
2023-01-11 17:00:44 +01:00
|
|
|
# is selected as the player's locale.
|
2022-12-17 12:28:57 +01:00
|
|
|
use_custom_locale: false
|
|
|
|
|
2022-10-20 17:48:16 +02:00
|
|
|
|
|
|
|
storage:
|
|
|
|
# Indicates wherever the data will be stored
|
|
|
|
# locally through a .json file or a (My)SQL database.
|
|
|
|
local: true
|
|
|
|
# SQL database's address
|
|
|
|
address: "localhost"
|
|
|
|
# SQL database's username.
|
|
|
|
username: ""
|
|
|
|
# SQL database's password.
|
|
|
|
password: ""
|