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>
{artifact}
with platform artifact
Full Changelog: v3.9.4...v3.9.5