A DisplayController is a system that make your group perform actions based on the actions of an entity
Smoothly Respect Entity Looking Direction
Animation States based on entity actions (Idle, Walk, Death, etc...)
Spawn a group to ride a spawned MythicMob, with a config
Use a group as equipment
Use a group as a custom entity model
Copy the plugins/DisplayEntityUtils/displaycontrollers/examplecontroller.yml file with a unique name
plugins/DisplayEntityUtils/displaycontrollers/examplecontroller.yml
At the top of the file, give your controller a unique ID
In mobs, list the identifiers for each MythicMob that should utilize the controller
mobs
The group section determines what group should be spawned riding the newly spawned MythicMob, while also choosing if the group should be packet-based
group
Explore the next pages for setting up different sections of the controller file
Last updated 4 days ago