JustTags (JTags)
A lightweight tag system that lets players equip custom tags as prefixes or suffixes. Players can equip multiple tags and arrange them in any order.
Requires: PlaceholderAPI
Setup
- Install PlaceholderAPI on your server.
- Use the placeholder
%jtags_container%in your tab, scoreboard, or chat plugin to display a player's equipped tags.
Creating Tags
/jtags create <identifier> <format>- identifier — internal name for the tag (used for granting/equipping, not displayed)
- format — the display text for the tag, supports color codes
TIP
If using as a suffix, prepend &r (with a space) to add spacing after the player's rank. If using as a prefix, append &r instead.
Example:
/jtags create vip &r &6[VIP]Granting Tags to Players
/jtags grant <identifier>This gives the player access to the tag. They still need to equip it to use it.
Equipping Tags
/jtags equip <identifier>The player must have the tag granted before they can equip it. Players can equip multiple tags (up to the configured limit) and arrange them in their preferred order.