Name - s99889989/CustomDisplay GitHub Wiki

Changing the name displayed on the head does not affect the server name setting, it is only displayed on the client. Changes cannot be applied to players.

Attributes

Attribute Aliases Description Default
Message m Content Target Name
Always Always show, or show when pointing at the monster false
Healtconver The content of the health bar health-monster

Examples

NameDisplayAttackMonster:
  Action:
  - Condition[entityTypeList=Monster]
  - Loop[onTime=NameDisplayAttackMonster-Time;period=40;duration=unlimited]
NameDisplayAttackMonster-Time:
  Action:
   - Name[m={cd_health_conversion}{target_name}{cd_target_health};Always=true;healthConver=health-monster-name]