Skip to content

Releases: J4C0B3Y/CommandAPI

Release 1.2.8

Choose a tag to compare

@J4C0B3Y J4C0B3Y released this 03 Oct 17:31
fdfb566
  • Added support for array parameters.
  • Removed an unused exception class.
  • Added check to combine parameters being used as flags.

Release 1.2.7

Choose a tag to compare

@J4C0B3Y J4C0B3Y released this 29 Sep 16:29
72e99c1
  • Execute non-async provider suggestions on main thread if async

Release 1.2.6

Choose a tag to compare

@J4C0B3Y J4C0B3Y released this 06 Aug 13:49
d3874e8
  • Fix issue when using expanded usage

Release 1.2.5

Choose a tag to compare

@J4C0B3Y J4C0B3Y released this 14 Jun 15:27
588f544
  • Added velocity player argument provider

Release 1.2.4

Choose a tag to compare

@J4C0B3Y J4C0B3Y released this 09 Mar 05:47
3415c28
  • 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

Choose a tag to compare

@J4C0B3Y J4C0B3Y released this 02 Feb 05:57
  • Fix command handles being unordered

Release 1.1.3

Choose a tag to compare

@J4C0B3Y J4C0B3Y released this 02 Feb 05:28
  • Add method to get provider with no classifiers

Release 1.1.1 & 1.1.2

Choose a tag to compare

@J4C0B3Y J4C0B3Y released this 02 Feb 04:52
  • Fix map provider using reference instead of supplier
  • Add command handler reference to command suggestion

Release 1.1.0

Choose a tag to compare

@J4C0B3Y J4C0B3Y released this 20 Jan 08:26

Add getName method to actor classes

Release 1.0.0

Choose a tag to compare

@J4C0B3Y J4C0B3Y released this 10 Jan 02:11

Initial Release