LiteCommands v2.6.0 - Sequoia
What's Changed
- GH-131 Support BigDecimal and BigInteger by @Rollczi in #134
- GH-139 Add a "Plugins that use LiteCommands" section to README by @vLuckyyy in #139
- GH-140 Resolve "Add support Duration Instant and other time java types" by @shitzuu in #140
- Resolve "Reformat example plugin" by @shitzuu in #142
- GH-143 Resolve "Add editor configuration" by @shitzuu in #144
- GH-145 Add more plugins, which use LiteCommands. by @shitzuu in #145
New Contributors
Dependencies
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>2.6.0</version>
</dependency>
implementation("dev.rollczi.litecommands:core:2.6.0")
Full Changelog: v2.5.0...v2.6.0