Skip to content

10.0.2

Choose a tag to compare

@kangarko kangarko released this 12 Nov 09:32
· 194 commits to master since this release
5f915b0

UPDATE: Use the "b" version with more debug messages removed: https://github.com/kangarko/ChatControl-Red/releases/tag/10.0.2b

EXTREME bugfix release. You guys really made the plugin suffer some last night!

Note: Please remove your "ChatControl" and "ChatControl_Mail" databases from MySQL if you used those. Also remove your localization/messages_en.yml because we have edited it and fixed broken keys.

Bungee Note: Do not place BungeeChatAPI to your BungeeCord. I have included it in the last file by a mistake, apology. Next version will include the correct "BungeeControl Red" plugin.

  • Change | HEX support for MC 1.16+ now requires putting the RGB without {} such as: "#ccdd44Hello world!".
  • Fix | Solved MySQL database not saving things in JSON format but in Java format, causing trouble. We now save all data as JSON.
  • Fix | Solved "messages_en lacks Commands.Color.Button_Decoration_Lore" error.
  • Fix | Solved the log command throwing error complaining about sync call.
  • Fix | Solved "MySQLSyntaxErrorException Specified key was too long; max key length is 3072 bytes" error on creating mail and logs database.
  • Fix | Solved variables such as {prefix_warn} not being replaced in /chc rule command. Please remove your localization/ folder and let a new file be regenerated. Do not start changing these messages just yet, we need to get out of testing phase first. Thank you.
  • Fix | Solved "ItemStack can't be null/Air!" when clicking empty buttons in menus.
  • Fix | Solved /chc color status message "kangarko has and italic decoration" wrong message style when only having decoration.
  • Fix | Solved a rare case of "Unhandled exception occured in onPacketSending" long console spam when unable to filter packet messages. Added hard limit after which the message won't be checked.
  • Fix | Solved incorrect default quit message generated in messages/quit.rs containing "+". To see the new message generated, you need to remove that file.
  • Fix | Solved "/channel list" command crash due to invalid localization key.
  • Fix | Solved some permissions having "chatcontrolred" inside of them. Now, all permissions should only be "chatcontrol.X". If you still find one that's "chatcontrolred.X" please let me know! Also added "chatcontrol.command.tag.admin" permission to separate /tag and /chc tag (the latter is an admin command, the first is for players). Also made the same permission apply for all command aliases.