Skip to content

LiteCommands v2.8.4 - Sequoia

Compare
Choose a tag to compare
@Rollczi Rollczi released this 25 Feb 02:25
· 274 commits to master since this release
87eb3cf

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