Skip to content

Group Chats

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

Group chats function similarly to the staff chats. Players can create group chats whenever they need and join as many as they want.

You can see a detailed list of group chat commands by using /group in game. Below are the basic commands:


/group create/make <group name> [password]

Creates a new group chat with the specified group name. You can specify an optional password that players will require to join the chat.

Permission: multichat.group.create


Unlike the mod chat and admin chat commands, the /group colour commands are specific to an entire group chat.

So if I created a group called TEST, and I changed the colours using /group color TEST 6 f, then this would display to all members in the group chat, not just yourself!

There are 2 kinds of group chats that players can create:

  • Informal group chats
  • Formal group chats

INFORMAL GROUPS

All group chats are by default are informal. In an informal group chat, people can join and leave as they wish, and anyone can change things such as group colours.

NOTE: If you are the person who created the group then you are the group owner and cannot leave the group without transferring ownership to another member of the group using

/group transfer <group name> <player>

You can delete the group at any time if you are the group owner by using

/group delete <group name>

FORMAL GROUPS

If you want a more controlled group chat then a formal group is for you. Simply run the /group formal command.

NOTE: This command is irreversible! Formal groups cannot be converted back to informal ones! This command can also only be run by the group owner!

When you convert to a formal group, you become a group admin instead of the group owner. You can appoint new admins using the command:

/group admin <group> <player>

You can have as many as you like. You CANNOT remove admins from a group, they must step down as an admin by using the above command on themselves. Admins can leave a group chat as long as they aren't the only admin left. In order to leave they need to add a new admin to the group or leave the group.

What are the benefits of a formal group?

  • Only group admins can change the colours of the group
  • Group admins name's will display in italics
  • You can ban players from the group to stop them joining!
  • Multiple admins can be assigned.

To list the formal group chat commands in game do /group help 2

GroupHelp2

GROUP USE EXAMPLE:

GroupUseExample

MORE GROUP COMMANDS

You can use /groups to list all group chats! (Need multichat.staff.listgroups)

If your staff require to monitor all player chat including that in messaging commands and group chats, then you will need to turn on the spy option. We recommend this is only used in very important situations as it is nice to give the players some privacy.

/group spy <group name>

Will allow you to see all messages in a specific group, and:

/group spy all

Will show you all group chat messages on the whole network You will need multichat.staff.spy

The next section is on the global chat, so I recommend you view that next!