Skip to content

Releases: koply/KCommando

Release 5.1.0

25 Jun 09:49
Compare
Choose a tag to compare

Added Perm annotation for slash commands.
Fixed the bug when creating slash commands without any options.
Javacord version updated to 3.8.0
JDA version updated to 5.0.0-beta.11

Full Changelog: 5.0.1...5.1.0

Patch 5.0.1

29 Oct 08:39
Compare
Choose a tag to compare

Fixes package not reading issue.

v5.0.0

19 Oct 16:24
5cce826
Compare
Choose a tag to compare

Release 5.0.0

This is a MAJOR update. Some methods and classes changed. Some instructions changed.

  • Slash command support added.
  • Handling buttons added.
  • Some of the callbacks removed.
  • All annotations changed.
  • Argument methods removed.
  • Plugin support removed from KCommando but the plugin library not removed.

Everything explained in the readme.

Full Changelog: 4.2.7...5.0.0

Patch 4.2.7

08 Feb 09:23
1517c9b
Compare
Choose a tag to compare


Fixed the case sensitivity bug.

Release 4.2.6

27 Jan 17:43
Compare
Choose a tag to compare

External plugin system added. Internal module created and the internal package moved to the internal module.
Cleanup the dirty lines.

Patch 4.2.4

25 Jan 14:04
Compare
Choose a tag to compare

Time specified CronService and argument system for commands.

Patch 4.2.3

02 Jan 23:42
Compare
Choose a tag to compare

Modular data preservence (as file) system added.

Patch 4.2.2

16 Dec 13:56
Compare
Choose a tag to compare

Added safe usage methods for blacklist things.
Added similar commands and command not found callback as SuggestionsCallback.
Fixed a critic error.

Release 4.2.0

16 Dec 13:22
Compare
Choose a tag to compare

Custom guild prefix support added.
JRunnable interfaces created for jda and javacord integrations. Just simplify for the KRunnable.
New handle method added. -> handle(, args, prefix) 0x03
CommandHandler#process() method had mitosis(!) to a few methods for modularity.
BlacklistUser feature added for ban user from all commands.
BlacklistMember feature added for ban user from all commands in single guild.
BlacklistChannel feature added for ban a channel from all commands in single guild.

Release 4.1.1

14 Dec 16:56
Compare
Choose a tag to compare

Bug fixed and patch versioning.