Commands :
- /tags (Or aliase in config.yml)
- Allow user accessing tag selector Gui (Need customtag.user permission)
- /ct reload (/customtag reload)
- Reload CustomTag settings / Reload tags.yml (Need customtag.admin permission)
- /ct <player> set <tag>
- Set player tag
- /ct <player> remove
- Remove player tag
- /ct <player> info
- Show player tag info
- /ct
- Check if plugin loaded and show version
Code (YAML):
lang
: en_US
tag : '&r [&6CustomTag&r ] '
gui-name : '&6CustomTags'
tag : '&r [&6CustomTag&r ] '
gui-name : '&6CustomTags'
Go in your tags.yml and edit like this :
Code (YAML):
tagname:
name : ' #ff8f00Tag in Gui'
tag : ' #ff8f00Tag in Placeholder'
tag-female : ' #ff8f00Tag for women in Placeholder'
price : 20.0
unavailable-message : "You should buy VIP for this."
hide : false
permission : true
name : ' #ff8f00Tag in Gui'
tag : ' #ff8f00Tag in Placeholder'
tag-female : ' #ff8f00Tag for women in Placeholder'
price : 20.0
unavailable-message : "You should buy VIP for this."
hide : false
permission : true
- name
- This text showed in ./tag
- tag
- This text replace CustomTag PlaceHolder
- tag-female
- This text replace CustomTag PlaceHolder for player select Women gender
- price
- Set a price if this is buyable
- unavailable-message
- Set a custom unavailable message for your tag
- hide
- If true your tag not showed if is not available
- permission
- If true player need permission customtag.use.tagname for using this tag
For more customization you can now create your own condition in tags.yml with all placeholder like that :
Code (YAML):
conditions:
condition1:
placeholder : "%player_name%"
operator : "=="
value : "K0bus"
condition2:
placeholder : "%player_health%"
operator : "<="
value : "10"
condition1:
placeholder : "%player_name%"
operator : "=="
value : "K0bus"
condition2:
placeholder : "%player_health%"
operator : "<="
value : "10"
All the available operator are :
- == : Text / number
- >= : Number only
- <= : Number only
- != : Number only
- > : Number only
- < : Number only
- contains : Text only
Placeholder
For using CustomTag PlaceHolder is : %customtag_tag%
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.16
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
⚡ CustomTag ⚡ Customizable Player Tag (PlaceHolderAPI / Hex Color) is a free Minecraft Java mod. Compatible with Minecraft 1.16. Downloaded 1,372 times (via Spigot). Download it and open it directly in the game.