🐛 Fix registration of command aliases on Bukkit when using Brigadier

This commit is contained in:
jmp 2020-11-13 22:54:25 -08:00 committed by Alexander Söderberg
parent fc1a613463
commit 2f0ded5be6
3 changed files with 19 additions and 21 deletions

View file

@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Use the correct default range for Double and Float parsers in the StandardParserRegistry
- Fix Bukkit alias command suggestions without Brigadier
- Fix Bukkit command alias registration when using Brigadier
## [1.1.0] - 2020-10-24