Note: Please update your BungeeControl Red.
- Fix | Solved hover colors and {} not working in books when Minimessage format is used.
- New / Breaking | Due to popular requests, we split the "chatcontrol.bypass.spy" permission into:
- chatcontrol.bypass.spy.{type} where {type} can be:
- chatcontrol.bypass.spy.chat
- chatcontrol.bypass.spy.command
- chatcontro.bypass.spy.private_message
- chatcontrol.bypass.spy.mail
- chatcontrol.bypass.spy.sign
- chatcontrol.bypass.spy.book
- chatcontrol.bypass.spy.anvil
- If you want to retain previous functionality, give your staff "chatcontrol.bypass.spy.*" perm.
- New / Breaking | There is now "chatcontrol.spy.{type}" permission to be able to toggle on spying for certain game aspects, see the note above for which types are supported.
- Fix | Solved using is_discord variables in Sender_Condition in JavaScript variables not working from Minecraft.
- Breaking | Changed order of replacing variables to make it possible to use PlaceholderAPI and other variables in your variables/ folder. Old: variables/, PAPI, ChatControl Variables. New: PAPI, ChatControl, variables/.
- New | Added support for MiniMessage in books! How it works: Simply copy paste the message into a book after you got it via "/chc book new", and then save the book.
- Improve | The /chc log command now only shows the last 10,000 valid logs for stability to avoid server hangups.
- Improve | Performance improvements when tab completing colorless nick names.
- Improve | ChatControl no longer asks Essentials/CMI for player's nick by default. This can be enabled in Tag.Backward_Compatible. Further increases performance by having this off by default. Enable this manually if you use Essentials/CMI nick system.
- Improve / Breaking | Changed Anti_Spam.Commands.Whitelist_Delay.
- Previously: We would take the first command label (i.e. from "/cmi spawn" we would take "/cmi") and match it.
- Now: We evaluate the entire command (i.e. "/cmi spawn world") using regular expressions and match it.
- There is documentation with examples in the comments above the key, please see it and apply changes appropriately.
