Skip to content

Commit

Permalink
Various bugfixes for RedCommands
Browse files Browse the repository at this point in the history
- Merged base commands now properly display help menus
- Merged base commands now properly display error messages when the command is misused
- Nested post-argument subcommands now display previous arguments in help menus properly
- Nested posted-argument subcommands followed by regular subcommands followed by more post-argument subcommands no longer break the command processor
- Does anyone other than me use these features?
  • Loading branch information
boxbeam committed Nov 12, 2021
1 parent ce69085 commit ab51221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
}
dependencies {
compileOnly "org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT"
implementation 'com.github.Redempt:RedCommands:1.1.3'
implementation 'com.github.Redempt:RedCommands:1.2'
}
sourceSets {
main {
Expand Down

0 comments on commit ab51221

Please sign in to comment.