# Configuration

## Default file

```yaml
# #################################################################
# ┌─────────────────────────────────────────────────────────────┐ #
# │                             Tags                            │ #
# └─────────────────────────────────────────────────────────────┘ #
# #################################################################

tags:
  example:
    permission: tchat.tag.example
    display: "&a&lEXAMPLE"
  vip:
    permission: tchat.tag.vip
    display: "&#1E90FF&l[&#FF69B4&lVIP&#1E90FF&l]"
  staff:
    permission: tchat.admin
    display: "&#FF4500&l[&#FFD700&lSTAFF&#FF4500&l]"
  # Add more tags
```

## Tags configuration

```yaml
tags:
  # Tag name
  example:
    # Permission to use the tag
    permission: tchat.tag.example
    # The tag displayname
    display: "&a&lEXAMPLE"
```

* **Name:** The tag name (%tchat\_tag%)
* **Permission:** The permission to use the tag (you can use `tchat.tags.all` for access to all tags)
* **Display:** The tag displayname (%tchat\_tag\_displayname%)
