bukkit: Implement ItemStack and Block predicate arguments (#259)

This commit is contained in:
Jason 2021-05-03 20:52:39 -07:00 committed by Jason
parent 0f1d05ef9c
commit 7da05da323
11 changed files with 748 additions and 32 deletions

View file

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- JDA Role argument parser
- Bukkit: Implement parser for ProtoItemStack ([#257](https://github.com/Incendo/cloud/pull/257))
- Bukkit: Implement parsers for ItemStackPredicate and BlockPredicate ([#259](https://github.com/Incendo/cloud/pull/259))
### Changed
- Use Command instead of TabCompleteEvent on Bukkit