Main Configuration (config.yml)

# This plugin is created by DingoBruh(discord: dingo1647)
#
#  ███████╗██╗     ██╗████████╗███████╗            ██████╗ ███████╗ ██████╗ ███████╗███╗   ██╗
#  ██╔════╝██║     ██║╚══██╔══╝██╔════╝            ██╔══██╗██╔════╝██╔════╝ ██╔════╝████╗  ██║
#  █████╗  ██║     ██║   ██║   █████╗              ██████╔╝█████╗  ██║  ███╗█████╗  ██╔██╗ ██║
#  ██╔══╝  ██║     ██║   ██║   ██╔══╝              ██╔══██╗██╔══╝  ██║   ██║██╔══╝  ██║╚██╗██║
#  ███████╗███████╗██║   ██║   ███████╗            ██║  ██║███████╗╚██████╔╝███████╗██║ ╚████║
#  ╚══════╝╚══════╝╚═╝   ╚═╝   ╚══════╝            ╚═╝  ╚═╝╚══════╝ ╚═════╝ ╚══════╝╚═╝  ╚═══╝

language: "en" # Language file to use (default: en.yml)

database:
  enabled: true # Enable or disable database usage
  type: "SQLITE" # or "MYSQL"
  sqlite:
    file: "data.db" # SQLite database file name
  mysql:
    host: "localhost" # MySQL host
    port: 3306 # MySQL port
    database: "eliteregen" # MySQL database name
    username: "root" # MySQL username
    password: "password" # MySQL password
file-download
2KB

Last updated