Editing Tags..
A Guidance to modify the tags.
DeluxeTags Wiki Guide
This page explains how to create, manage, remove, and assign tags to players using DeluxeTags. This guide is designed for server admins and staff to manage tags efficiently while keeping everything professional and clear.
Overview
DeluxeTags is a Minecraft plugin that allows you to give players custom chat tags based on permissions. Tags can be displayed in chat, GUIs, tab lists, and anywhere your server supports placeholders.
With DeluxeTags, you can:
Create new tags for your server.
Manage existing tags with descriptions, colors, and order.
Remove tags safely.
Assign tags to players individually or force tags globally.
Integrate tags with chat plugins using PlaceholderAPI.
Creating a Tag
To create a tag, follow these steps:
Open your DeluxeTags
config.ymlfile located at:
plugins/DeluxeTags/config.ymlAdd a new tag under
deluxetags:. Example:
Explanation of fields:
order: The priority of the tag. Lower numbers appear first.tag: The display text of the tag with color codes.description: The tooltip or info shown in GUIs.permission: The permission node for players to access this tag.
Save the file and reload DeluxeTags:
Managing a Tag
You can update or edit a tag without deleting it:
Locate the tag in
config.ymlunderdeluxetags:.Edit the desired fields, for example:
Save and reload the plugin to apply changes.
Tip: Always keep order consistent to maintain tag display priority.
Removing a Tag
To remove a tag safely:
Open
config.yml.Locate the tag you want to remove, e.g.,
epic:.Delete the tag section entirely:
Save the file.
Reload DeluxeTags:
Important: Removing a tag will also remove it from any player who had it.
Assigning a Tag to a Player
There are multiple ways to assign a tag:
1. Using Commands
Basic command format:
<tagID>→ The ID of the tag (as defined inconfig.yml).[player]→ Optional. If omitted, assigns the tag to yourself.
Example: Assign epic tag to yourself:
Assign epic tag to another player:
2. Using Permissions
You can allow players to access tags automatically by giving them the correct permissions:
Permission format:
Example:
Players with this permission can use the tag via
/tagsGUI.Optional permission to view without selecting:
Viewing Tags
Players can view available tags using:
Shows only tags the player has permission to use.
Admin command to see all tags
Last updated