Config

# Nicky config - www.okicore.com

# Storage type "sqlite" or "mysql"
type: 'sqlite'

# MySQL connection settings.
host: 'localhost'
port: '3306'
user: 'root'
password: 'password'
database: 'nicky'

# Change name tags if TagAPI is installed?
tagapi: true

# Should names in the tablist be updated?
tab: true

# Should all nicknames be unique?
unique: true

# Add a prefix before nicknames? (Set to '' to disable)
prefix: '&e~'

# The max number of characters in a nickname, including color codes.
length: 20

# RegEx for characters allowed in a nickname, set to '' for any, or leave default for only letters and numbers.
characters: '[^a-zA-Z0-9ยง]'

# Words that cannot appear in any nickname.
blacklist:
  - Melonking
  - Admin

Comments

Posts Quoted:
Reply
Clear All Quotes