Command Line Interface (CLI)

ParametersArgumentsDescription
-iComma separated list of bot instance indexesStarts the selected bot instances
-dNoneDEBUG level logging will be displayed in the logs tab
-devNoneEnables the development mode, only local scripts will be parsed
-serverEUROPE, USASwitches between the US and EU file servers
-xEmusNoneCloses all emulators on bot start
-ignoreStartWarningNoneIgnores the warning message that you would normally get when starting selected bot instances
-startSleepMillisecondsThe bot will sleep the set amount of time in milliseconds after starting a bot instance

Examples

Start BoostBot without having Java 17 installed
C:\Users\REPLACE\AppData\Local\boostbot\runtime\bin\java.exe -jar C:\Users\REPLACE\boostbot\boostbot.jar
Start BoostBot if you’ve got Java 17 installed
java -jar C:\Users\REPLACE\boostbot\boostbot.jar
Start BoostBot and run bot instances
C:\Users\REPLACE\AppData\Local\boostbot\runtime\bin\java.exe -jar C:\Users\REPLACE\boostbot\boostbot.jar -i 0,3,5
Start BoostBot, run the first instance in debug mode
C:\Users\REPLACE\AppData\Local\lssbot\runtime\bin\java.exe -jar C:\Users\REPLACE\boostbot\boostbot.jar -i 0 -d

Available Parameters