Skip to content

Version 0.31.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 22:21
· 194 commits to master since this release
e8e7be7
  • Replaced Epic transport with Steam transport. Should fix a lot of connection issues.
  • Added copy-id command to chat, which copies the Steam ID to the clipboard. (Doesn't work on KCP servers)
  • Added UnityEvent<string, uint> OnChatMessage(); and void SendChatMessage(string message, bool systemMessage, Color color); to the API. Closes #645
    • OnChatMessage is invoked whenever a message appears in chat, excluding the output of commands.
    • SendChatMessage sends a message in chat. If systemMessage is true, the message is prefixed with "QSB: ", otherwise it's prefixed with the local player's name.
  • Updated OWML
  • Updated documentation