Skip to content

v1.0.0

Compare
Choose a tag to compare
@Mqzn Mqzn released this 08 Oct 21:37
· 65 commits to master since this release

v1.0.0:

This is the first official release for Imperat
and it's the first release to be ready for production , also made with love ❤️

Changes:

  • Recoded brigadier wrappers.

  • Fixed brigadier critical execution bug in latest paper versions.

  • Removed ValueResolver and per-type suggestion resolvers, replaced by ParameterType system.

  • Recoded SmartUsageResolve, improving it's scalability and readability, integrating it with ParameterType system

  • Fixed critical command execution bugs.

  • Fixed Auto-completion space bugs.

  • Added Dependency injection system for annotations api, by adding:

    • New Annotation: @Dependency
    • New method: Imperat#registerDependencyResolver.