LiteCommands v2.8.4 - Sequoia
What's Changed
- GH-185 Fix large amount of suggestions performance issue. Add cache for enum suggestions argument. by @Rollczi in #185
- GH-187 Fix issue with ConcurrentModificationException when calling LiteBungeeRegistryPlatform#unregisterAll() and LiteBungeeRegistryPlatform#unregisterListener() methods. by @Rollczi in #187
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.8.4</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.8.4")
Full Changelog: v2.8.3...v2.8.4