Default configuration

Configuration file: modules/groups.yml

# ╔══════════════════════════════════════════════════════════════╗
# ║                             TChat                            ║
# ║                      tect.host | by Alex                     ║
# ║                                                              ║
# ║                          groups.yml                          ║
# ╚══════════════════════════════════════════════════════════════╝

# DON'T TOUCH THIS!
config-version: 0

groups:

  op:
    permission: tchat.group.op
    # Lower number means higher priority
    priority: 1
    prefix: "&4&lOWNER"
    suffix: ""
    # If empty, this group format is considered disabled
    # You can use placeholders from the PlaceholderAPI
    # Preferably use MiniMessage colors, although legacy colors (&) will also work
    format: "%tchat_prefix% <reset><hover:show_text:'<gray>Player: <yellow>%tchat_nick%'><white>%tchat_nick%</white></hover> <yellow>></yellow> <white><message></white>"

  admin:
    permission: tchat.group.admin
    # Lower number means higher priority
    priority: 2
    prefix: "&c&lADMIN"
    suffix: ""
    # If empty, this group format is considered disabled
    # You can use placeholders from the PlaceholderAPI
    # Preferably use MiniMessage colors, although legacy colors (&) will also work
    format: "%tchat_prefix% <reset><hover:show_text:'<gray>Player: <yellow>%tchat_nick%'><white>%tchat_nick%</white></hover> <yellow>></yellow> <white><message></white>"

Last updated