Skip to content

1.9 Command Update

Compare
Choose a tag to compare
@herby2212 herby2212 released this 31 Mar 15:16
80c50e4

Friend command

  • /friends - command alias for /friend

Message command

  • /w - command alias for /msg
  • /message - command alias for /msg

Party command

  • /pc - command alias for /party chat
  • 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 and /party chat 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 - 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)