Friend command:
+ /friends - command alias for /friend
Message command:
+ /w - command alias for /msg
+ /message - command alias for /msg
Party command:
+ /pc <message> - command alias for /party chat <message>
- updated default Party.Help part in the config.yml
+ Party.NoChatMessage - error message if no message for the chat command is defined (config.yml)
- handles both /pc <message> and /party chat <message> command
Message system:
+ MessageSystem.Monitor.Enabled - enable/disable the monitoring of private messages (config.yml)
- MessageSystem.Monitor got replaced by MessageSystem.Monitor.Text in order to work with new options
+ MessageSystem.Enabled - enable/disable the network wide messaging system (config.yml)
+ MessageSystem.Disabled - message which gets displayed when user try to send a message while system is disabled (config.yml)
-
You need to regenerate the CBMFC.MessageSystem part in your config (delete the part so the server can generate the new one)
Reply command:
+ /reply <message> - reply to the last received private message
+ /r - command alias for /reply
- requires CBMFC.Message permission
+ MessageSystem.Reply.NoMessage - error message if user has no messages to reply to (config.yml)