Skip to content

Staff Chat

Oliver Martin edited this page Feb 3, 2019 · 6 revisions

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: Mod Chat Example

ADMIN CHAT: Admin Chat Example

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:

Minecraft Format Codes

(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

Color Changing

And here is an example of the toggles being enabled and disabled:

StaffChat Toggles

Now you know about these, group chats act similarly. I recommend looking at the group chat pages next. Click Here