Skip to content

Releases: Despical/CommandFramework

1.1.3

12 Aug 09:44
Compare
Choose a tag to compare

1.1.3 Release Notes:

  • Added CommandArguments#getArgumentAsLong(index).
  • Added CommandArguments#getArgumentAsBoolean(index).
  • Updated contributing guidelines for code inspections.

1.1.2

30 Jul 08:45
Compare
Choose a tag to compare
  • Removed unnecessary debug lines.

1.1.1

30 Jul 08:33
70694f1
Compare
Choose a tag to compare
  • Fixed any match consumer not working if any main command is found with arguments.

1.1.0

24 Jul 13:33
Compare
Choose a tag to compare
  • Fixed any match consumer working wrong if it is defined.

Click here to go resource page.

1.0.9

24 Jul 10:47
Compare
Choose a tag to compare

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

13 Jul 08:30
Compare
Choose a tag to compare

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

26 Oct 12:11
Compare
Choose a tag to compare
Added Commons as dependency (not all classes included) and new method…

1.0.6-pre1

02 Jul 11:00
Compare
Choose a tag to compare

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

24 Jun 11:25
Compare
Choose a tag to compare

1.0.5 Changelogs (24.06.2021)

  • Fixed some critical issues related new any match consumer.

1.0.4

06 Jun 12:09
Compare
Choose a tag to compare

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.