config.yml
#----------------------------------------------------------------
#____ __.
#| |/ |____ _____ _____ ____ __ __ ____
#| < \__ \ / \ / \ / _ \| | \/ \
#| | \ / __ \ | Y Y \ Y Y ( <_> ) | / | \
#|____|__ (____ /__|_| /__|_| /\____/|____/|___| /
# | Name: Setting Plus
# | Version: 1.0.0
# | Author: Kammoun <3
#----------------------------------------------------------------
Prefix: "&7[&cSettingsPlus&7] &f"
#----------------------------------------------------------------
# | Remote databases - require connection information to be configured below
# |=> MySQL
#
# | Flatfile/local database - don't require any extra configuration
# |=> SQLite
#
# | Readable & editable text files - don't require any extra configuration
# |=> YAML (.yml files)
#----------------------------------------------------------------
storage-method: YAML
Data:
host: 'localhost'
port: 3306
database: 'kammoun'
username: 'root'
password: ''
Last updated