Parameters | Arguments | Description |
---|
-i | Comma separated list of bot instance indexes | Starts the selected bot instances |
-d | None | DEBUG level logging will be displayed in the logs tab |
-dev | None | Enables the development mode, only local scripts will be parsed |
-server | EUROPE, USA | Switches between the US and EU file servers |
-xEmus | None | Closes all emulators on bot start |
-ignoreStartWarning | None | Ignores the warning message that you would normally get when starting selected bot instances |
-startSleep | Milliseconds | The 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