Script Arguments Documentation

Generated: 2025-12-15 22:28:21

Total Arguments: 2

How to Use Script Arguments

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"

Auto Start

Startup

Automatically starts the plugin when loaded, bypassing the need to click the start button.

Syntax: abautostart
Example: --scriptArgs="abautostart"

Load Profile

Configuration

Loads a saved profile by name. Replace 'profilename' with your actual profile name.

Syntax: abprofile:profilename
Example: --scriptArgs="abprofile:myprofile"

Common Examples

Auto-start with Profile

Automatically start the plugin with a specific profile loaded:

--scriptArgs="abautostart abprofile:main_account"