Edit

Share via


/tag Command

Manages tags stored in entities.

Permission Level Game Directors
Requires Cheats? Yes

Usage

Add or remove tag

/tag <entity: target> <action: TagChangeAction> <name: TagValues>

Add or remove a tag on an entity.

List tags

/tag <entity: target> list

List all tags on a given entity.

Arguments

  • action: TagChangeAction Change the tags on an entity using the TagChangeAction Enums.
  • entity: target The command's target.
  • name: TagValues The tag name.

Enums

TagChangeAction

Enum of Tag Change Actions

Values

  • add Add a tag to an entity.
  • remove Remove a tag from an entity.