SuperChatsBungee is a bungeecord plugin that allows players to have private chats depending on their rank. You can have all the VIPs talk to each other or have a private chat for all the staff.
Command: /superchatsbungee Description: The Main Plugin Command Permission: superchatsbungee.reload
Command: /chat <rank> [message] Description: Chat Between a Rank Permission: superchatsbungee.<rank>
To add a chat, put it (in lowercase) in the config.yml in Groups, and set Enabled, Prefix, Message-format and Suffix.
Code (YAML):
Config:
Groups: #Replaceable strings: #%Name%-> name of the player #%DisplayName%-> displayname of the player #%MESSAGE%-> Message admin:
Enabled: true
#Display's before the content. Prefix: "&7[&4A&cC&7]&r" #Please, don't include the prefix and the sufix in that string. Message-format: "%DisplayName% &a>&e>&4>&r %MESSAGE%" #Display's after the content if you don't want to have a prefix leaved null. Suffix: "" #If true, the message will be sent to players that only are on the server who the sender is. Per-server: false
#Servers who can use this chat. Servers: -
"Lobby" -
"Survival" staff:
Enabled: true
Prefix: "&7[&aS&2C&7]&r" Message-format: "%DisplayName% &a>&e>&4>&r %MESSAGE%" Suffix: "" Per-server: false
Servers: -
"Lobby" -
"Survival" vip:
Enabled: true
Prefix: "&7[&eV&6C&7]&r" Message-format: "%DisplayName% &a>&e>&4>&r %MESSAGE%" Suffix: "" Per-server: false
Servers: -
"Lobby" -
"Survival" vipplus:
Enabled: true
Prefix: "&7[&eV+&6C&7]&r" Message-format: "%DisplayName% &a>&e>&4>&r %MESSAGE%" Suffix: "" Per-server: false
Servers: -
"Lobby" -
"Survival" Messages: #Replaceable strings: #%CHAT%-> name of the player's active chat. Enable: "&a%CHAT%chat enabled." Disable: "&b%CHAT%chat disabled." No-perms: "&cYou don't have permission to chat in %CHAT%" Chat-not-exists: "&c%CHAT%chat doesn't exist" Chat-not-set: "&eUse: /chat <chat> [<message>]" Chat-not-permitted-on-server: "&cYou can't use that chat here."