Skip to content

Releases: J4C0B3Y/CommandAPI

Release 1.2.8

03 Oct 17:31
fdfb566

Choose a tag to compare

  • Added support for array parameters.
  • Removed an unused exception class.
  • Added check to combine parameters being used as flags.

Release 1.2.7

29 Sep 16:29
72e99c1

Choose a tag to compare

  • Execute non-async provider suggestions on main thread if async

Release 1.2.6

06 Aug 13:49
d3874e8

Choose a tag to compare

  • Fix issue when using expanded usage

Release 1.2.5

14 Jun 15:27
588f544

Choose a tag to compare

  • Added velocity player argument provider

Release 1.2.4

09 Mar 05:47
3415c28

Choose a tag to compare

  • Removed command execution requirement from execute conditions
  • Added expanded usage for invalid usage to usage annotation
  • Rework the usage and help handler, changes how custom help handler work
  • Use plugin instead of java plugin for bukkit platform to allow for internal spigot plugins
  • Fix dynamic permission registering for bukkit command wrappers
  • Switch to callable instead of runnable to fix with use of certain obfuscators

Release 1.1.4

02 Feb 05:57

Choose a tag to compare

  • Fix command handles being unordered

Release 1.1.3

02 Feb 05:28

Choose a tag to compare

  • Add method to get provider with no classifiers

Release 1.1.1 & 1.1.2

02 Feb 04:52

Choose a tag to compare

  • Fix map provider using reference instead of supplier
  • Add command handler reference to command suggestion

Release 1.1.0

20 Jan 08:26

Choose a tag to compare

Add getName method to actor classes

Release 1.0.0

10 Jan 02:11

Choose a tag to compare

Initial Release