AnimationCore
  • 👋Welcome to Animation Core
  • BEGIN
    • 🏗️Installation
    • 📋Assign Permissions
  • Animations
    • Ban Animations
    • Join / Leave / Death / Respawn Animations
  • Configuration
    • 🎨Joins Configuration
    • 🎨Respawns Configuration
    • 🎨Deaths Configuration
    • 🎨Leaves Configuration
    • 🎨Bans Configuration
    • 🎨MythicMobs setup
  • Config.yml
Powered by GitBook
On this page

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
PreviousMythicMobs setup

Last updated 10 months ago