DeluxeGroups/src/main/resources/config.yml

21 lines
800 B
YAML

# A list of prefixes that can be used to initiate group chat
prefix:
- "$"
- "`"
# To avoid messing up other chat plugins, DG can really only alter the message safely
# So, we have a few options to make players aware of group chat vs global chat
# If you don't want anything, leave these as-is
format:
color: '&b'
# Custom format. The variables <group> and <message> are available and will be
# replaced by the group name and chat message respectively
custom: ''
# Optional formatting for DiscordSRV integration
discord:
# These have the same variables available as custom, but also <author> for the name of the speaker
# Discord to Minecraft. Can include color codes
dtm: '[&bDiscord &f| &b<group>&f] <author> > &b<message>'
# Minecraft to Discord
mtd: '<author> > <message>'