CrewChat 1.1.0
This update doesn't add any new functionality but has a lot of under the hood changes that should help the performance of the parsing and be in line with the latest versions of Adventure. This version focuses on a single pass of parsing for almost everything. Full list of changes below:
- Clean up parsing code (85e5008). Thanks @mbax ❤️
- Fix various bugs introduced by the latest parsing methods and Adventure (7942aea).
- Clean up Messages and supporting classes to make use of Component building as much as possible and MiniMessage only when needed (1ccb58d and 94f7386).
- Update to the latest Adventure Bukkit Platform for 1.19.1 support (55afc8c).