Skip to content

LiteCommands v1.3.0

Compare
Choose a tag to compare
@Rollczi Rollczi released this 27 Nov 01:47
· 529 commits to master since this release
7faf1ac

Info

  • Add support multi sections. (#8)
  • Add test's for LiteMultiSection. (#8)
  • Add test's for messages. (#8)
  • Refactor implementations of LiteComponent. (#8)
  • Add contextual messages. (commit)
  • Support java 8. (commit)

Dependencies (Maven or Gradle)

Framework Core

<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>1.3.0</version>
</dependency>
implementation 'dev.rollczi.litecommands:core:1.3.0'