Skip to Content

Commands

Reference

CommandPermissionDescription
/tagsaquatags.useOpen the tag menu.
/tags listaquatags.useList tags you can equip.
/tags set <id>aquatags.useEquip a tag without the GUI.
/tags clearaquatags.useRemove your current tag.
/tags reloadaquatags.reloadReload config.yml and tags.yml.
/tags give <player> <id>aquatags.giveForce-equip a tag on someone.
/tags info <id>aquatags.infoShow a tag’s raw definition.

aquatags.admin grants every node above.

Equipping without the GUI

/tags set vip

Useful in command blocks, NPC scripts or as a reward from a crate:

crate-rewards.yml
commands: - "tags give %player% vip" - "lp user %player% permission set aquatags.tag.vip true"

/tags give equips the tag but does not grant the permission. If the player does not hold aquatags.tag.<id>, the tag is removed the next time they log in. Grant the node too.

Errors

SituationMessage
Tag id does not exist&cUnknown tag: &f{id}
Player lacks the tag node&cYou haven't unlocked that tag yet.
Target offline for /tags give&cPlayer not found: &f{player}
Storage unreachable&cCouldn't save your tag — try again in a moment.

When storage is unreachable the tag still applies for the current session. It is re-synced automatically once the database answers again.

Last updated on