nicko/nicko-core/src/main/resources/config.yml

32 lines
856 B
YAML
Raw Normal View History

2022-10-20 17:48:16 +02:00
# Nicko ${project.version} - Config:
prefix: "§8[§6Nicko§8] "
bungeecord:
# Enables Bungeecord support, switching through servers will transfer player's disguise.
# 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
# Localisation:
locale:
2023-01-11 17:00:44 +01:00
# Nicko will copy the English locale as "lang.yml"
# 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.
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: ""