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

44 lines
1.2 KiB
YAML
Raw Normal View History

2022-10-20 17:48:16 +02:00
# Nicko ${project.version} - Config:
# 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
###########
# GENERAL #
###########
common:
storage:
# SQL database's address
address: "localhost"
# SQL database's username.
2022-10-20 17:48:16 +02:00
username: ""
# SQL database's password.
2022-10-20 17:48:16 +02:00
password: ""
#################
# BUKKIT/SPIGOT #
#################
bukkit:
# Nicko's messages prefix.
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.
local_storage: true
# Enables Bungeecord support, switching through servers will transfer player's disguise.
# Accepted values: false (Disabled), true (Enabled)
use_bungeecord: false
# 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.
use_custom_locale: false