Changes
Page history
Create skills/mechanics/removetag
authored
Aug 11, 2020
by
Ashen
Show whitespace changes
Inline
Side-by-side
skills/mechanics/removetag.md
0 → 100644
View page @
19d8da02
Mechanic: RemoveTag
===================
Removes a scoreboard tag from the target.
This is used in conjunction with the
**hastag condition**
(see
[
Conditions
](
/conditions/start
)
). You can also use the vanilla command
"/scoreboard players tag
<
player name
>
remove [Tag Name] " to do
the same thing.
Attributes
----------
| Attribute | Aliases | Description | Default Value |
|-----------|---------|----------------------------|---------------|
| tag | t | The string-name of the tag | default |
Examples
--------
This skill would give the casting mob the tag "Test".
TagSkill
Skills:
- removetag{t=Test} @self
This skill would only run on the mob if it had the tag, "Test".
TagTest:
Conditions:
- hastag{t=Test}
Skills:
- suicide @self