2022-10-20 17:48:16 +02:00
|
|
|
# Nicko ${project.version} - Config:
|
|
|
|
|
2023-01-28 16:39:34 +01:00
|
|
|
###########
|
|
|
|
# GENERAL #
|
|
|
|
###########
|
|
|
|
|
2023-01-29 22:02:26 +01:00
|
|
|
# SQL database's address
|
|
|
|
# Accepted values: valid IP address (e.g. localhost, 127.0.0.1)
|
|
|
|
address: "localhost"
|
|
|
|
# SQL database's username.
|
|
|
|
# Accepted values: any string
|
2023-01-30 18:39:47 +01:00
|
|
|
username: "username"
|
2023-01-29 22:02:26 +01:00
|
|
|
# SQL database's password.
|
|
|
|
# Accepted values: any string
|
2023-01-30 18:39:47 +01:00
|
|
|
password: "password"
|
2022-10-20 17:48:16 +02:00
|
|
|
|
2023-01-28 16:39:34 +01:00
|
|
|
#################
|
|
|
|
# BUKKIT/SPIGOT #
|
|
|
|
#################
|
2022-12-17 12:28:57 +01:00
|
|
|
|
2023-01-29 22:02:26 +01:00
|
|
|
# Nicko's messages prefix.
|
|
|
|
# Accepted values: any string
|
|
|
|
prefix: "§8[§6Nicko§8] "
|
|
|
|
|
|
|
|
# Indicates wherever the data will be stored
|
|
|
|
# locally through a .json file or a (My)SQL database.
|
|
|
|
# Accepted values: false (Disabled), true (Enabled)
|
|
|
|
local: true
|
|
|
|
|
|
|
|
# Nicko will copy the English locale as "lang.yml"
|
|
|
|
# and will use the translations in that file when "Server Custom"
|
|
|
|
# is selected as the player's locale.
|
|
|
|
# Accepted values: false (Disabled), true (Enabled)
|
|
|
|
customLocale: false
|