forked from nisovin/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 69
TagEntitySpell
JasperLorelai edited this page Nov 24, 2024
·
1 revision
spell-class: ".targeted.TagEntitySpell"
Value | Supported |
---|---|
entity |
true |
location |
false |
entity_from_location |
false |
Manages scoreboard tags of the targeted entity.
Since 4.0 Beta 13 these options support dynamic values through numeric or string expressions.
Option | Description | Type | Default |
---|---|---|---|
tag |
Defines the tag name. Supports variable replacement (of caster's variables). | String | |
operation |
Valid operations: add (or insert ), remove (or take ), and clear . |
String | "add" |