Skip to content

LiteCommands v2.7.1 - Sequoia

Compare
Choose a tag to compare
@Rollczi Rollczi released this 14 Jan 02:48
· 324 commits to master since this release
1d764b7

What's Changed

  • GH-160 Add support for specifying an online player as argument by @shitzuu in #160
  • Add option to enable and disable native bukkit permissions.
  • Handle first route permission in bukkit command system
  • Add missing @Async annotation resolver. (Fix)

Dependencies

<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>2.7.1</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.7.1")

Full Changelog: v2.7.0...v2.7.1