With this plugin, you can create different chat channels!
>> This plugin is for Bungeecord servers only <<
Commands: /chat <channel>
/chat reload
Permissions: - chatcommand.reload
Default config:
Code (YAML):
# Configure chat switch message ChatSwitched: "&aYou are now in the &e{chat} &achannel"
# Do you want player to be on the 'all' channel when he leaves? (yes/no) LeaveDefault: yes
# Define chat Chats: - party
- clan
# You here configure the chat channels. This is the format per channel. # The <id> can be whatever you want as long as you don't make it the same as # another channel. # # <id>_name: <Chat name defined above> # <id>_command: <A command to run if player is in the channel> # 0_name: party
# Chat name defined 0_command: party chat
{msg
}# The command run when player chats in that channel 1_name: clan
1_command: clan chat
{msg
} some other stuff