Skip to content

LiteCommands v2.4.0

Compare
Choose a tag to compare
@Rollczi Rollczi released this 08 Jan 02:39
· 359 commits to master since this release

Info

  • GH-102 Add SchematicContext and SchematicInParallelTest. (#102)
  • GH-103 Fix flags handling. Add junit test for flags. (#103)
  • GH-101 Adding parameter, which allows to disable MiniMessage requirement. (#101)
<dependency>
    <groupId>dev.rollczi.litecommands</groupId>
    <artifactId>core</artifactId>
    <version>2.4.0</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.4.0")