Releases: Despical/CommandFramework
Releases · Despical/CommandFramework
1.1.3
1.1.3 Release Notes:
- Added CommandArguments#getArgumentAsLong(index).
- Added CommandArguments#getArgumentAsBoolean(index).
- Updated contributing guidelines for code inspections.
1.1.2
- Removed unnecessary debug lines.
1.1.1
- Fixed any match consumer not working if any main command is found with arguments.
1.1.0
- Fixed any match consumer working wrong if it is defined.
Click here to go resource page.
1.0.9
We have fixed the issue #1 in this update which causes our framework to not detect the sub commands if there are any other main commands with the same name of the sub command's main command's name.
- Fixed issue #1
- Improved the searching algorithm.
1.0.8
In this update we have updated our wiki, add more information to sidebar. Created FUNDING.yml. Updated Commons library to support Minecraft 1.18 and 1.19.
- Updated Commons library for better support.
- Updated our wiki page.
1.0.7
Added Commons as dependency (not all classes included) and new method…
1.0.6-pre1
1.0.6-pre1 Changelogs (02.07.2021)
- Fixed sub commands not detectable if base command exists with min and max parameters.
1.0.5
1.0.5 Changelogs (24.06.2021)
- Fixed some critical issues related new any match consumer.
1.0.4
1.0.4 Changelogs (23.05.2021 - 06.06.2021)
- Added consumer to run if there is no matched commands related this framework.
- Added CommandArguments#hasPermission method.
- Added CommandArguments#getArgumentsLength method.
- Fixed an critical issue related tab completion.