Generated: 2025-12-15 22:28:21
Script arguments allow you to configure the plugin's behavior at launch time. They can be used to automate startup, load profiles, and configure various settings.
--scriptArgs="argument1 argument2 argument3"
Automatically starts the plugin when loaded, bypassing the need to click the start button.
abautostart
--scriptArgs="abautostart"
Loads a saved profile by name. Replace 'profilename' with your actual profile name.
abprofile:profilename
--scriptArgs="abprofile:myprofile"
Automatically start the plugin with a specific profile loaded:
--scriptArgs="abautostart abprofile:main_account"