azalea-rs / azalea

A collection of Rust crates for making Minecraft bots, clients, and tools.
https://azalea.matdoes.dev
MIT License
370 stars 47 forks source link

Command completions for brigadier #109

Closed xtexChooser closed 11 months ago

xtexChooser commented 11 months ago

Mojang/brigadier uses getAllUsage, getSmartUsage and getCompletionSuggestions for command completion. But it seems that azalea-brigadier is poor at usage generating.