Description
Targets a specific player by their UUID. Can be a placeholder.
Attributes
Attribute | Aliases | Description | Default |
---|---|---|---|
uuid | u | The uuid of the entity | 0 |
Examples
The following mob will remeber the uuid of the player that first hit it after it spawned, and will continue to ignite them every 10 seconds after that
VengefulMob:
Type: ZOMBIE
Skills:
- setvariable{var=caster.targetedentity;type=STRING;val=<trigger.uuid>} @self ~onDamaged =100% ?~isLiving
- ignite @UniqueIdentifier{uuid=<caster.var.targetedentity>} ~onTimer:200 ?variableisset{var=caster.targetedentity}
Aliases
- uuid