Update config.yml group-formats (#3025)

Since most (if not all) modern permission plugins only use lowercase group names, the examples should also be lowercase. A note has also been added explaining that group names are case-sensitive.
This commit is contained in:
Jason 2020-02-21 05:24:49 -07:00 committed by GitHub
parent d92f5ce71c
commit 46f4b92ff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -713,10 +713,11 @@ chat:
#format: '&7{PREFIX}&r {DISPLAYNAME}&r &7{SUFFIX}&r: {MESSAGE}' #format: '&7{PREFIX}&r {DISPLAYNAME}&r &7{SUFFIX}&r: {MESSAGE}'
group-formats: group-formats:
# Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}' # default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
# Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}' # admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
# If you are using group formats make sure to remove the '#' to allow the setting to be read. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
# Note: Group names are case-sensitive so you must match them up with your permission plugin.
############################################################ ############################################################
# +------------------------------------------------------+ # # +------------------------------------------------------+ #