Name | scoreboard_tags |
Object | EntityTag |
Input | ListTag |
Related Tags | <EntityTag.scoreboard_tags> Returns a list of the scoreboard tags on the entity.
|
Description | Adds the list of the scoreboard tags to the entity.
To clear existing scoreboard tags, use EntityTag.clear_scoreboard_tags. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityScoreboardTags.java#L97 |