@stfwissue LiquidBounce automatically imports its commandManager variable while loading the script. Take a look at line 58 of Script.kt:
scriptEngine.put("commandManager", LiquidBounce.commandManager)
P/s: I didn't notice the typo, it's actually executeCommands instead of executeCommand.
fun executeCommands(input: String) {
