diff --git a/src/main/kotlin/net/axay/kspigot/extensions/bukkit/CommandExtensions.kt b/src/main/kotlin/net/axay/kspigot/extensions/bukkit/CommandExtensions.kt index 7f0a2e37..80ef4986 100644 --- a/src/main/kotlin/net/axay/kspigot/extensions/bukkit/CommandExtensions.kt +++ b/src/main/kotlin/net/axay/kspigot/extensions/bukkit/CommandExtensions.kt @@ -7,6 +7,7 @@ import org.bukkit.command.TabCompleter /** * Registers this CommandExecutor for * the given command. + * @return If the command was registered successfully. */ fun CommandExecutor.register(commandName: String): Boolean { KSpigotMainInstance.getCommand(commandName)?.let {