Skip to content

What are DisplayControllers

Jay edited this page Dec 31, 2025 · 1 revision

Note

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 config defined group to ride a spawned MythicMob

Make a Display Controller

  • Copy the plugins/DisplayEntityUtils/displaycontrollers/examplecontroller.yml file and paste it with a new name

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

    image

Setting MythicMobs

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

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

    image

Setting Controller File Properties

Explore the other Wiki Pages for information on different sections of the controller file

Clone this wiki locally