Skip to content

Releases: OroArmor/json-to-brigadier

Json To Brigadier 1.3.1

08 Jun 07:37

Choose a tag to compare

Version 1.3.1

  • Fix an issue with different context classes not being found

Json To Brigadier 1.3.0

08 Jun 06:54

Choose a tag to compare

Version 1.3.0

  • Added requires to JSON parsing
  • Better error reporting
  • Clean up

Json To Brigadier 1.2.0

03 Jun 22:59

Choose a tag to compare

Version 1.2.0

  • Added way to convert command to json
    • This is semi-operational as there is no way to fully recover lambdas
  • Made it so that invalid classes and method in the JSON does not cause a fail, but does print warnings
  • Added complex command test
  • Fix infinite loop in tests
  • Consolidated Parsers into one class
  • Some renaming

Json To Brigadier 1.1.0

03 Jun 05:13

Choose a tag to compare

Version 1.1.0

  • Clean up extra code
  • Fix issue with method not properly calling
  • Better errors
  • Improve Tests

Json To Brigadier 1.0.0

03 Jun 01:04

Choose a tag to compare

Version 1.0.0

  • Create Brigadier commands from json files