Configuration reference
This is the config.yml ChattyChannels writes on first start, comments included. Every key you see here is the key the plugin reads; there are no hidden ones. Change a value, reload, and it applies.
Top-level sections: language, server-name, mysql, logging, friends, config-version.
# ChattyChannels configuration
# Main plugin settings are in channels.yml
# Active language. ISO-639-1 two-letter code (lowercase).
# Bundled out of the box: es (Spanish), en (English).
language: en
# Unique name for this server instance. Shown in /friend list when MySQL is active.
server-name: "survival"
# MySQL connection. Set enabled: true and fill credentials to unlock cross-server features.
mysql:
enabled: false
host: "localhost"
port: 3306
database: "chatchannels"
username: "root"
password: ""
pool-size: 5
# Chat logging. Writes a daily-rotated log to plugins/ChattyChannels/logs/chat-YYYY-MM-DD.log
logging:
enabled: true
# Friends system settings.
friends:
max-friends: 50
request-ttl-days: 7
notify-on-join: true
config-version: 2