brigadier-ts
brigadier-ts copied to clipboard
Cannot use custom messages for command errors
Messages are restricted to strings, which differs from Brigadier, which allows for a custom Message
implementation with a getString
method. Therefore, users of this library cannot reference a custom message (that can be, for example, dynamically translatable) in the error handler for a CommandSyntaxError
.