You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the autoPrefix config which will auto-prefix all your chat messages with its argument.
For example /cconfig clientcommands autoPrefix set "/teammsg" will send all your subsequent chat messages to team
chat.
To reset your config to default, use /cconfig clientcommands autoPrefix reset.
Added the /creply command (aliased to /cr).
Sends a private message back to the last person you received a private message from.
To prevent accidentally replying to the wrong person, the recipient will only be updated 0.5 seconds after you
receive the message.
This is configurable via /cconfig clientcommands minimumReplyDelaySeconds set <newDelay>
The /cnote command now uses an extended form of markdown. Other commands that work with formatted text will be
changed to use this in the future.
**bold**, *italic*, _italic_, __underlined__, ~~strikethrough~~ and [link](url) are supported.
As before, all types of formatting, including those without a markdown syntax, can be applied using a brace syntax, red{Hello blue{world}!}, click{open_url, https://google.com/, Google}.
Everything can be escaped with the \ backslash.
Some fixes to player RNG banned actions detection. This should work reliably again.