Add a method to CloudBrigadierManager to enable/disable native suggestions for argument types

This commit is contained in:
jmp 2020-10-27 21:19:15 -07:00 committed by Alexander Söderberg
parent 9c9e13e8b8
commit 829c310872
2 changed files with 75 additions and 6 deletions

View file

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added access to the CloudBrigadierManager from Brigadier-enabled command managers
- Added parameter injectors
- Store currently parsing command argument in the command context
- Added a method to CloudBrigadierManager to enable or disable Brigadier native suggestions for specific argument types
### Changed
- Allow for use of `@Completions` annotation with argument types other than String