v1.0.0
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 byParameterType
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
.
- New Annotation: