aboutsummaryrefslogtreecommitdiff
path: root/azalea-brigadier/src/exceptions/command_syntax_exception.rs
AgeCommit message (Collapse)Author
2025-05-30implement missing brigadier features and cleanup some moremat
2025-05-28add support for custom suggestions in azalea-brigadier and cleanup a bitmat
2025-04-04remove executable bit from filesmat
2024-10-26group imports with rustfmtmat
2022-12-06Complete ClientboundCommand{Suggestion}sPacket, Serde support for NBT Tags (#49)EightFactorial
* Serializing ClientboundStatusResponsePacket Enable serialization of ClientboundStatusResponsePacket * Update clientbound_status_response_packet.rs Add options previewsChat and enforcesSecureChat * Serialize Style and TextColor * Serialize BaseComponent * Serialize TextComponent * Fix Style * Serialize Component * Fix multiple formats per message, fix reset tag * Fix Style, again * Use FlatMapSerializer * Forgot italics * Count struct fields, reorganize logic * Serialize TranslatableComponent * Rewrite TextComponent Serializer * Fix using TextColor::Parse * Code Cleanup * Add default attribute, just in case * Clippy * use serde derive feature + preferred formatting choices * McBufWritable for BrigadierNodeStub * Thanks Clippy... * Implement suggestions in azalea-brigadier * Serde support for NBT Tags * Serde options * Forgot Options * Oops, that's McBufWritable for BrigadierParser * Fix McBufWritable for SlotData * Complete ClientboundUpdateRecipesPacket * fix some issues * better impl McBufReadable for Suggestions Co-authored-by: BuildTools <unconfigured@null.spigotmc.org> Co-authored-by: mat <github@matdoes.dev>
2022-07-31clippo the sequelmat
2022-04-22simplify error handlingmat
2022-04-17add .requiresmat
2022-04-17Fix clippy issues and add a couple tests to dispatchermat
2022-04-17Rewrite brigadiermat
2022-01-09fix a couple testsmat
2022-01-09string readermat
2022-01-03create all empty brigadier modulesmat