mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 02:34:42 +02:00
move chat config options from config.yml -> chat.yml
This commit is contained in:
20
src/main/resources/chat.yml
Normal file
20
src/main/resources/chat.yml
Normal 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
|
@ -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
|
||||
|
Reference in New Issue
Block a user