Examples
Start BoostBot without having Java 17 installed
C:\Users\REPLACE\AppData\Local\boostbot\runtime\bin\java.exe -jar C:\Users\REPLACE\lssbot_5\lssbot5.jar
Start LSS Bot if you’ve got Java 17 installed
java -jar C:\Users\REPLACE\boostbot\boostbot.jar
Start LSS Bot 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 LSS Bot, 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
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 |