Brigadier for Bukkit, bug fixes
- Add initial support for Brigadier on Bukkit through BukkitCommandHandler#registerBrigadier
- Fix CompletionStages that throw exceptions not being handled
- Add
@Range
annotation withNumberNotInRangeException
- Added
EntitySelector
s in Bukkit for targeting complex selector syntax (such as@e[name=Foo]
)