About StaffChatBungee
StaffChatBungee was originally created by Vik1395 however the plugin has not been updated since 2015. I have updated the plugin to use on my own personal server however I thought I would share it to the forum as there are not many plugins like it.
The new version of
StaffChatBungee creates four additional chat streams to the basic public chat, One for all staff, one for Helpers, one for Moderators, and another for Administrators. These streams can be viewed and used by only those who have the permissions. The main advantage of this plugin is that the chat stream can be viewed in
ALL servers connected through BungeeCord, i.e. If a moderator says hello in the Lobby server, people on (for example) the SMP server who have the permission can read it and reply.
Toggle Feature: A toggle feature has been added to this plugin where, when a player toggles one of the chat streams, all their future messages go directly to that chat stream instead of public chat. This continues until the player toggles it again.
Custom Formats: The plugin now allows you to setup your own custom formats for each chat stream. All chat Colours are supported.
If you like the plugin, please consider donating to the original author Vik1395, I would greatly appreciate it.
Permissions
staffchat.staff - Allows you to view and use the general staff chat stream.
staffchat.helper - Allows you to view and use the helper chat stream.
staffchat.mod - Allows you to view and use the moderator chat stream.
staffchat.admin - Allows you to view and use the admin chat stream.
I would recommend using LuckPerms however you can use the Bungeecord config.yml
Commands
For Staff chat stream:
/sc [message]
/[Custom Alias][message]
Toggle Staff chat stream:
/sct
For Helper chat stream:
/hc [message]
/[Custom Alias][message]
Toggle Helper chat stream:
/hct
For Moderator chat stream:
/mc [message]
/[Custom Alias][message]
Toggle Moderator chat stream:
/mctoggle
For Admin chat stream:
/ac [message]
/[Custom Alias][message]
Toggle Admin chat stream:
/actoggle
Config
Here, you can edit the Format of the Chat Tags, Admin, Helper, Mod & Staff chat aliases, and whether you want to allow chat colors in both streams.
When editing the format, make sure you don't remove "{TYPE}", "{NAME}" or "{MESSAGE}". They are a vital part of the config.
Code (Text):
# Type "Allow" to allow players to use chat colors. Else type "Deny."
Chat Color: Allow
#Helper
# An optional alias for /hc. Please Do not leave this empty.
Helper Chat Message Alias: '@'
# This is the format of the chat message that will come up in Helper chat. '&*' represent color codes.
Helper Text Format: '&7[&e{TYPE} Chat&7] &f{NAME} &8&l> &r&e{MESSAGE}'
#MOD
# An optional alias for /mc. Please Do not leave this empty.
Mod Chat Message Alias: '#'
# This is the format of the chat message that will come up in Moderator chat. '&*' represent color codes.
Mod Text Format: '&7[&c{TYPE} Chat&7] &f{NAME} &8&l> &r&c{MESSAGE}'
#Admin
# An optional alias for /ac. Please Do not leave this empty.
Admin Chat Message Alias: '*'
# This is the format of the chat message that will come up in Admin chat. '&*' represent color codes.
Admin Text Format: '&7[&4{TYPE} Chat&7] &f{NAME} &8&l> &r&4{MESSAGE}'
#Staff
# An optional alias for /sc. Please Do not leave this empty.
Staff Chat Message Alias: '^'
# This is the format of the chat message that will come up in Staff chat. '&*' represent color codes.
Staff Text Format: '&7[&2{TYPE} Chat&7] &f{NAME} &8&l> &r&2{MESSAGE}'
{TYPE} = Shows the name of the chat stream (Admin or Mod)
{NAME} = Displays the name of the player who sent the message on the chat stream.
{MESSAGE} = the actual message being sent through the chat stream.
These are all automatically replaced by the plugin itself.
Please leave a comment or rate the plugin, and tell me what you think of it. I would really appreciate it.