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
  1. Chat Color

Menu

Configuration file: menus/chatcolor.yml

Last updated 8 months ago

Important!

The Name and Item must be the same. (Spaces in the Name are replaced with "_" when compared to the Item and everything is changed to lower case). Permissions vary according to the Item name, for example, if we change it to "RED", the permission would become tchat.chatcolor.red.

You can add more items to the menu.

red: # <- Item
  id: "&c"
  material: "RED_WOOL"
  amount: 1
  slot: 19
  name: "&cRED" # <- Name
  lore-perm:
    - "&aYou have permission to use this format"
  lore-no-perm:
    - "&cYou do not have permission to use this format"
  • Item: The item name (must be the same as the Name)

  • ID: The color/format to save on click

  • Material: The that appears in the menu

  • Amount: The amount of items that this slot will have

  • Slot: The slot of the item

  • Name: The name of the item in menu (must be the same as the Item)

  • Lore-perm: The lore for players with permission

  • Lore-no-perm: The lore for players without permission

material