Skip to content

LiteCommands v3.9.5

Latest
Compare
Choose a tag to compare
@Rollczi Rollczi released this 22 Dec 15:42
· 2 commits to master since this release
61f34a3

What's Changed

  • GH-498 Fabric command supports alias. Add an option to change the brigadier input inspection display. by @huanmeng-qwq in #498

Thanks @huanmeng-qwq ❤️

How to change the brigadier input inspection display?

LiteFabricFactory.client()
    .commands(new ClientCommand())
    .settings(settings -> settings.inputInspectionDisplay("[...]"))
    .build();

Update dependencies

implementation("dev.rollczi:{artifact}:3.9.5")
<dependency>
    <groupId>dev.rollczi</groupId>
    <artifactId>{artifact}</artifactId>
    <version>3.9.5</version>
</dependency>

⚠️ Replace {artifact} with platform artifact

Discord Sponsor

Full Changelog: v3.9.4...v3.9.5