diff --git a/src/main/kotlin/net/axay/kspigot/commands/BrigardierWrapper.kt b/src/main/kotlin/net/axay/kspigot/commands/BrigardierWrapper.kt index dc670bdc..0068f89e 100644 --- a/src/main/kotlin/net/axay/kspigot/commands/BrigardierWrapper.kt +++ b/src/main/kotlin/net/axay/kspigot/commands/BrigardierWrapper.kt @@ -15,7 +15,8 @@ import net.minecraft.commands.CommandListenerWrapper * Create a new command. * * @param name the name of the root command - * @param register if true, the command will automatically be registered + * @param register if true, the command will be automatically registered + * when the plugin is fully enabled */ inline fun command( name: String,