Skip to content

v3.6.0

Latest

Choose a tag to compare

@Mqzn Mqzn released this 27 Apr 08:21
· 1 commit to master since this release

Critical changes

  • Moved from Java 17 to Java 21
  • Update Adventure-API to 5.0.0

Patches

  • Removed ambiguity check for command names, allow for updating of commands during runtime by re-registering them.
  • Fixed: closest usage does not work sometimes on complex sub-commands hierarchies.
  • Fixed: flags execution and suggestion providing not working properly.
  • Fixed: values declared in @Values not being showed up in suggestions.
  • Fixed: failing types leading to failing of whole branches early, surfacing as InvalidSyntaxException
  • Fixed: Permissions on pathway-methods of subcommands are declared to be owned by the whole subcommand NOT per pathway.
  • FEATURE UPDATE: @PathwayCommand now accepts multiple syntaxes. thanks to @iiAhmedYT