Player Tags
Player Tags is a feature players can set a tag and setting tag changes the placeholder and applies that tag, so you could use it so players can pick their own tag next to their name!
Configuration Location
# EasyChat Player Tags
# Configure tags that players can use in chat
# Use MiniMessage format for tag text: https://docs.advntr.dev/minimessage/format.html
# Players can use the command /ec tag <tagname> to select a tag
# Set default_tag: true to automatically assign this tag when no tag is selected
# Default tag (displayed when no tag is selected)
default:
text: "<gray>[Player]</gray>"
permission: "default"
default_tag: true
# VIP tier tags
vip:
text: "<gradient:#FFD700:#FFA500>VIP</gradient>"
permission: "easychat.tag.vip"Custom Tag Sets
Overview
Configuration Location
Last updated