diff --git a/docs/minecraft/minecraft-extras.md b/docs/minecraft/minecraft-extras.md index ca1730a..40b5461 100644 --- a/docs/minecraft/minecraft-extras.md +++ b/docs/minecraft/minecraft-extras.md @@ -76,7 +76,7 @@ You may create an instance with the default styling: ```java // Assuming YourSenderType extends Audience MinecraftHelp help = MinecraftHelp.createNative( - "helpcommand", + "/helpcommand", commandManager ); ``` @@ -85,7 +85,7 @@ You may create an instance with the default styling: ```java MinecraftHelp help = MinecraftHelp.create( - "helpcommand", + "/helpcommand", commandManager, audienceMapper // YourSenderType -> Audience );