✨ Add message provider function to MinecraftHelp
This commit is contained in:
parent
29740aa780
commit
decde5cc77
2 changed files with 38 additions and 20 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue