Imperat v1.2.1
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();