misode / brigadier-ts

TypeScript port of Mojang/brigadier
MIT License
18 stars 5 forks source link

Added brigadier's getSmartUsage & fixes #3

Closed Sheepe closed 4 years ago

Sheepe commented 4 years ago

Fixes two issues:

Adds brigadier's smart usage, which gives a Map<CommandNode, string> of usage strings which give more compressed information than the getAllUsage function.

misode commented 4 years ago

Thank you!