Skip to content

Admin Commands

Oliver Martin edited this page Sep 11, 2018 · 13 revisions

MultiChat 1.3 comes loaded with many powerful administration commands to keep your server on the top.

/multichat

Will display plugin version info.

/multichat help

and

/multichat help 2

will display all the commands needed to use MultiChat. (Note to use the above commands you need the 'multichat.admin' permission node.)

/multichat reload

This will read in any changes to the config file and apply them. If you delete your config then it will also produce a new one.

/multichat save

This will save plugin data such as staff chat preferences, any group chats created, which staff members have social spy or group spy on etc. The plugin will automatically backup all this same data every 60 minutes as well.

/display <message>

Will display the message to all players on the network. You may use any color or format codes in this message. It will default to just white text. You need the 'multichat.staff.display' permission node to use this.

/staff

Will list all staff members currently on the network ordered according to their server. The servers are automatically obtained from bungeecord. You need 'multichat.staff.list' to use this. To be displayed in the list you must have the multichat.staff permission!

StaffListExample

/groups

Lists all group chats created on the server. You need 'multichat.staff.listgroups'. You can view the members of a group by doing

/group list <group name>

even if you are not a group member yourself, if you have the 'multichat.staff.spy' permission.

/socialspy

This will toggle socialspy which is off by default. This allows you to see all private messages sent between players on network. Need 'multichat.staff.spy'.

/freezechat

Finally /freezechat will stop all chat messages being sent in the global chat until the same command is used. Need 'multichat.chat.freeze' You can bypass this if you have the 'multichat.chat.always' permission node.

If you haven't already, now is a good time to move on to the staff chat commands