-
-
Notifications
You must be signed in to change notification settings - Fork 28
Staff Chat
MultiChat provides two private chat streams for your server staff. A moderator chat and an administrator chat. These chats can be used with:
/mc [message]
for mod chat and:
/ac [message]
for admin chat.
Using just /ac or /mc on their own will toggle the chat until another chat is toggled or the same command is executed again to toggle it off.
(Permissions: multichat.staff.mod
and multichat.staff.admin
)
The format for these staff chats can be set in the configuration file. The default formats are shown below:
MOD CHAT:
ADMIN CHAT:
To change the colours of the chat you can use
/mcc <chat color code> <name color code>
for mod chat, and
/acc <chat color code> <name color code>
for admin chat.
This will use the standard minecraft color codes as displayed here:
(The chat color and name color refer to the default format. If you edit the format then you can use %CC% to represent the chat color code set by the staff member and %NC% to represent the name color code set by the staff member. You can also change the default color codes for the chat in the config.) Here is an example of a staff member changing their preferences:
/mcc 6 f
/acc 5 7
And here is an example of the toggles being enabled and disabled:
Now you know about these, group chats act similarly. I recommend looking at the group chat pages next. Click Here
MultiChat is developed by Revilo410 (Oliver Martin)
To download the latest release:
Click Here