Releases: Rollczi/LiteCommands
LiteCommands v3.10.9
Update dependencies
implementation("dev.rollczi:{artifact}:3.10.9")<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>{artifact}</artifactId>
<version>3.10.9</version>
</dependency>{artifact} with platform artifact
What's Changed
- Release 3.10.8 by @Rollczi in #660
- dependency: Update plugin com.gradleup.shadow to v9.3.1 by @renovate[bot] in #654
- dependency: Update Versions.TELEGRAM_BOTS to v9.2.1 by @renovate[bot] in #661
- dependency: Update dependency net.dv8tion:JDA to v6.3.0 by @renovate[bot] in #662
- dependency: Update dependency com.terraformersmc:modmenu to v16 by @renovate[bot] in #663
- dependency: Update dependency org.spongepowered:spongeapi to v17 by @renovate[bot] in #664
- dependency: Update peter-evans/create-pull-request action to v8 by @renovate[bot] in #665
Full Changelog: v3.10.8...v3.10.9
LiteCommands 3.10.8
Update dependencies
implementation("dev.rollczi:{artifact}:3.10.8")<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>{artifact}</artifactId>
<version>3.10.8</version>
</dependency>{artifact} with platform artifact
What's Changed
- dependency: Update dependency org.junit:junit-bom to v5.14.2 by @renovate[bot] in #651
- dependency: Update dependency org.telegram:telegrambots-meta to v9.2.1 by @renovate[bot] in #653
- Release 3.10.8 by @Rollczi in #656
Full Changelog: v3.10.7...v3.10.8
LiteCommands v3.10.7
What's Changed
- GH-613 Update dependency JDA to v6 by @Rollczi in #613
- Update jetbrains logo by @Rollczi in #616
- GH-615 Update gradle to 9.2.0 by @Rollczi in #615
- GH-628 Fix Player Argument for folia platform #628 by @NicoNekoDev in #629
- dependency: Update dependency net.dv8tion:JDA to v6.1.2 by @renovate[bot] in #630
- Release 3.10.7 by @Rollczi in #652
New Contributors
- @NicoNekoDev made their first contribution in #629
Thanks @NicoNekoDev ❤️
Update dependencies
implementation("dev.rollczi:{artifact}:3.10.7")<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>{artifact}</artifactId>
<version>3.10.7</version>
</dependency>{artifact} with platform artifact
[<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>{artifact}</artifactId>
<version>3.10.6</version>
</dependency>{artifact} with platform artifact
Full Changelog: v3.10.5...v3.10.6
LiteCommands v3.10.5
What's Changed
- Refactor merge command system
- dependency: Update plugin com.gradleup.shadow to v8.3.9 by @renovate[bot] in #562
- dependency: Update dependency org.assertj:assertj-core to v3.27.4 by @renovate[bot] in #563
- dependency: Update dependency net.minestom:minestom to v2025.08.11-1.21.8 by @renovate[bot] in #564
Update dependencies
implementation("dev.rollczi:{artifact}:3.10.5")<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>{artifact}</artifactId>
<version>3.10.5</version>
</dependency>{artifact} with platform artifact
Full Changelog: v3.10.4...v3.10.5
LiteCommands v3.10.4
What's Changed
- GH-388: Improve BungeeCord support by @Rollczi in #559
- GH-561 Add adventure Key and bukkit NamespacedKey parsers and fix folia issues by @SNWCreations in #561
Update dependencies
implementation("dev.rollczi:{artifact}:3.10.4")<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>{artifact}</artifactId>
<version>3.10.4</version>
</dependency>{artifact} with platform artifact
Full Changelog: v3.10.3...v3.10.4
LiteCommands v3.10.3
What's Changed
- GH-554 fix: should reject offline players which were never existed on server if we are not allowed to parse unknown players by @SNWCreations in #554
- GH-553 fix: only use names from offline players which have one by @SNWCreations in #553
- GH-548 Updated Minestom Version and removed deprecated ExecutionTypes by @Nouw in #548
New Contributors
Thanks @SNWCreations @Nouw for your contributions! ❤️
Update dependencies
implementation("dev.rollczi:{artifact}:3.10.3")<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>{artifact}</artifactId>
<version>3.10.3</version>
</dependency>{artifact} with platform artifact
Full Changelog: v3.10.2...v3.10.3
LiteCommands v3.10.2
What's Changed
Update dependencies
implementation("dev.rollczi:{artifact}:3.10.2")<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>{artifact}</artifactId>
<version>3.10.2</version>
</dependency>{artifact} with platform artifact
Full Changelog: v3.10.1...v3.10.2
LiteCommands v3.10.1
What's Changed
- GH-533: Fix OfflinePlayerArgument by @Rollczi in #535
- GH-534 Support retrieve context objects from all entities and command blocks by @SNWCreations in #534
Thanks @SNWCreations for your contribution!
Update dependencies
implementation("dev.rollczi:{artifact}:3.10.1")<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>{artifact}</artifactId>
<version>3.10.1</version>
</dependency>{artifact} with platform artifact
Full Changelog: v3.10.0...v3.10.1
LiteCommands v3.10.0
What's Changed
- GH-429 Support permissions "OR" behavior by @CarmJos in #512
- GH-513 Add ConsoleOnlyContextProvider by @Koboo in #513
- GH-516 Bump minestom and support only console context by @Koboo in #516
- GH-520 Fix duration parser. Add an option to round values. by @Rollczi in #520
- GH-515 Improve Cooldown API by @Rollczi in #521
- GH-519 Improved PermissionResolver and added support for LuckPerms by @huanmeng-qwq in #519
- GH-523 TelegramBots platform by @BlackBaroness in #523
- GH-426 Folia support by @Kropsk in #529
New Contributors
Thanks @Koboo @Kropsk @BlackBaroness @huanmeng-qwq @CarmJos ❤️
🔴 LiteCommands Permissions Update [EN]
Starting with version 3.10.0, the way permissions are handled is changing:
- Old format (AND behavior):
@Permission("admin") @Permission("time.set")
- New required format (to keep AND behavior):
@Permission("admin", "time.set")
If you don’t update, permissions will default to OR behavior in the new versions.
Update your annotations NOW to avoid issues when the new version is released!
🔴 Aktualizacja permisji w LiteCommands [PL]
Od wersji 3.10.0 zmienia się sposób działania uprawnień:
- Stary format (zachowanie AND):
@Permission("admin") @Permission("time.set")
- **Nowy wymagany format (aby zachować AND): **
@Permission("admin", "time.set")
Brak aktualizacji spowoduje przejście na zachowanie OR w nowych wersjach.
Zaktualizuj adnotacje JUŻ TERAZ, aby uniknąć problemów po wydaniu nowej wersji!
Update dependencies
implementation("dev.rollczi:{artifact}:3.10.0")<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>{artifact}</artifactId>
<version>3.10.0</version>
</dependency>{artifact} with platform artifact
Full Changelog: v3.9.7...v3.10.0