⚙️config.yml
#=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶
#
# ███████╗██████╗░██╗░█████╗░████████╗██████╗░░█████╗░██╗██╗░░░░░░██████╗
# ██╔════╝██╔══██╗██║██╔══██╗╚══██╔══╝██╔══██╗██╔══██╗██║██║░░░░░██╔════╝
# █████╗░░██████╔╝██║██║░░╚═╝░░░██║░░░██████╔╝███████║██║██║░░░░░╚█████╗░
# ██╔══╝░░██╔═══╝░██║██║░░██╗░░░██║░░░██╔══██╗██╔══██║██║██║░░░░░░╚═══██╗
# ███████╗██║░░░░░██║╚█████╔╝░░░██║░░░██║░░██║██║░░██║██║███████╗██████╔╝
# ╚══════╝╚═╝░░░░░╚═╝░╚════╝░░░░╚═╝░░░╚═╝░░╚═╝╚═╝░░╚═╝╚═╝╚══════╝╚═════╝░
#
# By MistEU
#
#=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶=̶
# Current version.
# Do not change this setting manually.
config-version: 1.0.0
#=========================================================================================================
# DATABASE SETTINGS
#=========================================================================================================
# Database options: YAML, SQLITE, MYSQL
# The default database is YAML. In the event of failed database connection, this will be reverted back to.
database:
enabled: true # Set to true to use the specified storage type
type: yaml # Storage type: 'yaml', 'sqlite', or 'mysql'
mysql:
host: localhost # MySQL server hostname
port: 3306 # MySQL server port
database: epictrails # Database name
username: root # Database username
password: "secretpassword" # Database password
#=================================================
# GENERAL SETTINGS
#=================================================
settings:
# Enables trail message logging in console.
debug: false
# How often trails are updated in tick intervals.
# Higher values will increase performance.
trail-update-interval: 2
# The distance of how far other players see trails.
# Lower values increase performance.
render-distance: 32.0
# The max trails for each player.
max-trails: 3
# Setting this to true disables trails during PVP combat.
combat: true
# Setting this to true disables trails during Mob combat.
mob: true
# Setting this to true disables trails whilst in vanish.
vanish: true
Last updated