Skip to content

Commands

All main commands use /misttags with alias /mt.

Staff Commands

CommandDescription
/mt addprefix <player> <duration> <tag/anim:id>Add or replace a player's prefix.
/mt addsuffix <player> <duration> <tag/anim:id>Add or replace a player's suffix.
/mt removeprefix <player>Remove a player's active MistTags prefix.
/mt removesuffix <player>Remove a player's active MistTags suffix.
/mt listList all active tags.
/mt list <player>View one player's active tags.
/mt check <player>Open the staff manage menu for a player.
/mt statsShow counts for active tags, animations, cache, storage, and display mode.
/mt preview <tag>Show a tag above your hotbar for 5 seconds.
/mt reloadReload config, messages, animations, and integrations.

Legacy command aliases are also available:

CommandDescription
/addprefix <player> <duration> <tag/anim:id>Same as /mt addprefix.
/addsuffix <player> <duration> <tag/anim:id>Same as /mt addsuffix.
/removeprefix <player>Same as /mt removeprefix.
/removesuffix <player>Same as /mt removesuffix.

Duration Examples

ValueMeaning
10m10 minutes
2h2 hours
7d7 days
permPermanent
permanentPermanent
foreverPermanent
neverPermanent

Animation Examples

Use an animation from animations.yml by writing anim:<id>.

text
/mt addprefix Steve 30m anim:rainbow
/mt addsuffix Alex perm anim:pulse

Template animations can use {text} in animations.yml, then the command supplies the text:

text
/mt addprefix MistDig 1m anim:gradient_chroma VIP
/mt addsuffix MistDig 1m anim:gradient_chroma IMMORTAL

Manage Menu

/mt check <player> opens the staff manage menu.

It shows:

  • rendered prefix and suffix
  • delete prefix/suffix buttons
  • edit prefix/suffix buttons
  • prefix/suffix time buttons

On Paper builds with Dialog UI support, MistTags opens a native dialog. Edit dialogs include both the tag text and duration, so edits do not silently become permanent.

Rows in /mt list are clickable for players and open the same menu.

Custom Command Aliases

plugins/MistTags/commands.yml can add extra command names while keeping the same MistTags behavior.

yaml
commands:
  misttags:
    target: "misttags"
    aliases:
      - "misttags"
      - "mt"
      - "tags"

With that example, /tags list acts like /mt list.

Permissions

PermissionDescriptionDefault
misttags.manageFull access to add/remove prefixes and suffixes for any player.op
misttags.manage.addprefixAdd or edit a prefix for any player.op
misttags.manage.addsuffixAdd or edit a suffix for any player.op
misttags.manage.removeprefixRemove any player's prefix.op
misttags.manage.removesuffixRemove any player's suffix.op
misttags.customLet a player manage only their own tag within config limits.false
misttags.reloadUse /mt reload.op
misttags.listUse /mt list.op
misttags.checkUse /mt check.op
misttags.statsUse /mt stats.op
misttags.previewUse /mt preview.true
misttags.custom.duration.1dExample self-service duration tier.false
misttags.custom.duration.10dExample self-service duration tier.false
misttags.custom.duration.monthExample self-service duration tier.false
misttags.custom.duration.yearExample self-service duration tier.false

Released as a beta build. Test on your server before using in production.