10.0.7
Note: Default configuration files have been updated, please see: https://bitbucket.org/kangarko/chatcontrol-red/commits/18e4f365ff7b2892384d4e8c102334ce6b964eec#Lsrc/main/resources/settings.ymlF1042
- Major | EXPERIMENTAL: Added migrator from ChatControl 8. PLEASE READ the logs because you still need to take action after the migration. Use "/chc migrate chc8" to start. MIGRATING MESSAGES.YML IS YET UNSUPPORTED, PLEASE UPLOAD ME YOUR FILES ON GITHUB AND I CAN TRY MAKING IT WORK.
- New | Added comments support for variables.
- New | Added comments support for formats. They will appear even after you remove them, if you hate this you need to rename your format file to something else like chat-2.yml. This is because we have thousands of people using our software and each time we change something they are left being, so now we automatically update the comments, which is years ahead of what other plugins have to offer.
- Improve | All unused keys from files which support comments are now moved to unused/ folder in their proper file path.
- Improve | Added PlotSquared 5 compatibility.
- Fix | Solved duplicated call to save comments. File loading performance increased by 50%.
- Fix | Solved setting Grammar section 0 not working.
- Fix | Solved comments crunching string keys with "\n". We now store these keys on multiple lines using "|-".
- Fix | Solved issues with sending longer packets via Redis thanks to tomet123!
- Fix | Solved hover events and other elements not working in format parts where you had {message} placeholder in "Message" key.