Config.yml
// Some code
# config.yml
# More to come soon!
# Get support
permission-message: "You don't have permission to use this command."
defaultjoin: "defaultJoinAnimation"
defaultleave: "defaultLeaveAnimation"
defaultdeath: "defaultDeathAnimation"
database:
enabled: false
host: localhost
port: 3306
name: minecraft
username: root
password: password
# Config option to switch the event trigger for the join animation
trigger-on-join-event: true
JoinAnimDelay: 5
Last updated