2022-10-20 17:48:16 +02:00
|
|
|
# Nicko ${project.version} - Config:
|
|
|
|
|
2023-01-28 16:39:34 +01:00
|
|
|
# This is the Nicko configuration file.
|
|
|
|
# This file contains all the configuration for
|
|
|
|
# the Bukkit AND Bungeecord versions of Nicko.
|
|
|
|
# Nicko is smart and will only read its configuration
|
|
|
|
# section based on what it's enabled as.
|
|
|
|
# For example, if Nicko is enabled as a Bukkit plugin,
|
|
|
|
# it will only read the "Bukkit" section of the config file.
|
|
|
|
# As a result, modifying any other section is useless.
|
2022-10-20 17:48:16 +02:00
|
|
|
|
2023-01-28 16:39:34 +01:00
|
|
|
###########
|
|
|
|
# GENERAL #
|
|
|
|
###########
|
|
|
|
|
|
|
|
common:
|
|
|
|
storage:
|
|
|
|
# SQL database's address
|
2023-01-28 16:55:59 +01:00
|
|
|
# Accepted values: valid IP address (e.g. localhost, 127.0.0.1)
|
2023-01-28 16:39:34 +01:00
|
|
|
address: "localhost"
|
|
|
|
# SQL database's username.
|
2023-01-28 16:55:59 +01:00
|
|
|
# Accepted values: any string
|
2022-10-20 17:48:16 +02:00
|
|
|
username: ""
|
2023-01-28 16:39:34 +01:00
|
|
|
# SQL database's password.
|
2023-01-28 16:55:59 +01:00
|
|
|
# Accepted values: any string
|
2022-10-20 17:48:16 +02:00
|
|
|
password: ""
|
|
|
|
|
2023-01-28 16:39:34 +01:00
|
|
|
#################
|
|
|
|
# BUKKIT/SPIGOT #
|
|
|
|
#################
|
2022-12-17 12:28:57 +01:00
|
|
|
|
2023-01-28 16:39:34 +01:00
|
|
|
bukkit:
|
|
|
|
# Nicko's messages prefix.
|
2023-01-28 16:55:59 +01:00
|
|
|
# Accepted values: any string
|
2023-01-28 16:39:34 +01:00
|
|
|
prefix: "§8[§6Nicko§8] "
|
2022-10-20 17:48:16 +02:00
|
|
|
|
|
|
|
# Indicates wherever the data will be stored
|
|
|
|
# locally through a .json file or a (My)SQL database.
|
2023-01-28 16:55:59 +01:00
|
|
|
# Accepted values: false (Disabled), true (Enabled)
|
|
|
|
local: true
|
2023-01-28 16:39:34 +01:00
|
|
|
|
2023-01-28 16:55:59 +01:00
|
|
|
# Enables Bungeecord support, switching
|
|
|
|
# servers will transfer player's disguise.
|
2023-01-28 16:39:34 +01:00
|
|
|
# Accepted values: false (Disabled), true (Enabled)
|
2023-01-28 16:55:59 +01:00
|
|
|
bungeecord: false
|
2023-01-28 16:39:34 +01:00
|
|
|
|
|
|
|
# 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.
|
2023-01-28 16:55:59 +01:00
|
|
|
# Accepted values: false (Disabled), true (Enabled)
|
|
|
|
customLocale: false
|