Skip to content

CrewChat 1.1.0

Compare
Choose a tag to compare
@mattboy9921 mattboy9921 released this 04 Aug 19:31
· 15 commits to master since this release

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).