# 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) 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: # 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 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: ""