move chat config options from config.yml -> chat.yml

This commit is contained in:
nossr50
2020-10-29 13:06:22 -07:00
parent 4bac586253
commit 8856d2b071
11 changed files with 148 additions and 75 deletions

View File

@ -0,0 +1,20 @@
# Settings for the chat channels in mcMMO
Chat:
# Turn this off if you don't want mcMMO to process any chat (such as party chat or admin chat)
Enable: true
Channels:
Party:
# Enable or disable party chat
Enable: true
# Whether or not to use the current display name of a player
Use_Display_Names: true
Admin:
# Enable or disable party chat
Enable: true
# Whether or not to use the current display name of a player
Use_Display_Names: true
# CUSTOMIZATION INFORMATION
# If you want to customize the look and feel of chat channels, that is handled through localization which is customizeable.
# You can find information on how to handle that in the link below
# https://mcmmo.org/wiki/Locale
# When editing the locale for chat, do a search in the master text file (your local locale override file is empty at first, read the wiki article above) for "chat" and that should lead you right to the locale entries related to chat

View File

@ -575,13 +575,6 @@ Commands:
# If true, require players to have a mcmmo.commands.ptp.world.[WorldName] permission
# to teleport to, from, or within any given world.
World_Based_Permissions: false
partychat:
Chat_Prefix_Format: '[[GREEN]]([[WHITE]]{0}[[GREEN]])'
Use_Display_Names: true
Chat_Prefix_Format_Ally: '[[GREEN]](A)[[RESET]]'
adminchat:
Chat_Prefix_Format: '[[AQUA]][[[WHITE]]{0}[[AQUA]]]'
Use_Display_Names: true
#
# Settings for particles