TagEntitySpell - TheComputerGeek2/MagicSpells GitHub Wiki
spell-class: ".targeted.TagEntitySpell"
targeting cast argument values:
| Value | Supported |
|---|---|
entity |
true |
location |
false |
entity_from_location |
false |
Description:
Manages scoreboard tags of the targeted entity.
Configuration:
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" |