Skip to content

0.0.36

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 12:31
· 6 commits to main since this release

0.0.36

  • [common] Improve MinecraftVersion added known version (1.8 to 1.21.1) with protocol number and some helper methods
  • [commands] Add UUIDParser
  • [commands] Add GameMode parser with lazy mapping
  • [spigot] Fix getting protocol version before checking if server version is known
  • [spigot] Add simple dependency injection capabilities to ListenerAutoRegistration
  • [commands] Add ParserAssertions class for parser testing
  • [commands-spigot] Add GameModeParser to SpigotCommandManager.SPIGOT_PARSERS
  • [commands] WithParser support keyword change
  • [commands] Add new constructor to every ArgumentParser with those two arguments int, String
  • [commands] Add QuotedStringParser & ParagraphParser
  • [commands] Improve ObjectMapper performance by pre-calculating parsers during initialization instead of at runtime