Built-in Scripts
Built-in scripts which can be called quickly and easily in the menu.
Examples
Script without arguments
Script with arguments
Usage
Each script must have a unique identifier
You can use
${SCRIPT_IDENTIFIER}
to get the value returned by a scriptYou can use arguments with `${IDENTIFIER_ARG1_ARG2} and then get the value in the script with {0}, {1}...
Since you have to use {0} for *scripts*' arguments, you have to use PlaceholderAPI placeholders to get the menu's arguments:
%trmenu_args_0%,%trmenu_args_1%, %trmenu_args_2%...
Last updated