What are DisplayControllers?

circle-info

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

Make a DisplayController

  • Copy the plugins/DisplayEntityUtils/displaycontrollers/examplecontroller.yml file with a unique name

  • At the top of the file, give your controller a unique ID


Set MythicMobs

  • In mobs, list the identifiers for each MythicMob that should utilize the controller

  • The group section determines what group should be spawned riding the newly spawned MythicMob, while also choosing if the group should be packet-based


Setting Controller Properties

  • Explore the next pages for setting up different sections of the controller file

Last updated