Configuration
Configuration file: modules/groups.yml
General
modules:
# Allows you to configure prefixes, suffixes, formats, and other options by permission-based groups
#
# Group module loaded from modules/groups.yml
group: trueModule
groups:
example: #<-- Group name
permission: tchat.group.example #<-- Example permission
priority: 1 #<-- Group priority
prefix: "" #<-- This group don't have a prefix
suffix: "" #<-- This group don't have a suffix
format: "%tchat_prefix% <gray> %tchat_nick% </gray> <yellow>></yellow> <white><message></white>" #<-- Example formatLast updated