TChat
Tect.host
  • Introduction
  • General
    • Addons
    • Basic chat
    • Commands and permissions
    • Utils
    • Placeholders
  • Autobroadcast
    • Configuration
    • Command
  • BannedCommands
    • Configuration
    • Command
  • BannedWords
    • Configuration
    • Command
  • Channels
    • Configuration
    • Command
  • Chat Color
    • Configuration
    • Command
    • Menu
  • Chat Games
    • Configuration
      • Key words
    • Command
  • Custom Commands
    • Configuration
      • Conditionals
      • Loops
  • Ignore
    • Configuration
    • Command
  • Invsee
    • Configuration
  • Levels
    • Configuration
  • Me formatter
    • Configuration
    • Command
  • Polls
    • Configuration
    • Command
  • Print formatter
    • Configuration
    • Command
  • Show Ender Chest
    • Configuration
  • Tags
    • Configuration
    • Menu configuration
    • Command
  • Worlds
    • Configuration
Powered by GitBook
On this page
  • Default file
  • Tags configuration
  1. Tags

Configuration

Default file

# #################################################################
# ┌─────────────────────────────────────────────────────────────┐ #
# │                             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

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%)

Last updated 8 months ago