Skip to content

Imperat v1.2.1

Compare
Choose a tag to compare
@iiAhmedYT iiAhmedYT released this 04 Nov 06:37
· 27 commits to master since this release

What's new with Imperat v1.2.1?

  • Added methods to register multiple commands at once (#registerCommands)
  • Bug-Fix: some platforms acting weird with adventure support.
  • Changed the imperat instantiating again to be like:
BukkitImperat imperat = BukkitImperat.builder(plugin)
// do stuff here
.build();

Instead of

BukkitImperat imperat = BukkitConfigBuilder.builder(plugin)
// do stuff here
.build();