Skip to content

Version 2.9.8 for Minecraft 1.21.2 - 1.21.3

Compare
Choose a tag to compare
@Earthcomputer Earthcomputer released this 30 Nov 15:02
· 13 commits to fabric since this release
9915b8d
  • 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.