Add message provider function to MinecraftHelp

This commit is contained in:
jmp 2020-10-08 17:39:04 -07:00 committed by Alexander Söderberg
parent 29740aa780
commit decde5cc77
2 changed files with 38 additions and 20 deletions

View file

@ -318,7 +318,7 @@ public final class ExamplePlugin extends JavaPlugin {
manager.argumentBuilder(TextColor.class, "highlight")
.withParser(textColorArgumentParser)
.withSuggestionsProvider(textColorSuggestionsProvider),
Description.of("he primary color used to highlight commands and queries")
Description.of("The primary color used to highlight commands and queries")
)
.argument(
manager.argumentBuilder(TextColor.class, "alternate_highlight")