Global Commands is the way how you can run same command everytime when purchase is made.
Global Commands are a great way to run the same command every time a purchase is made. You can add global command once to this module and it will be executed every time a purchase is made.
Note: You can also configure price conditions for the global commands to run only when the price conditions are met.
You can add multiple global commands to run different commands every time a purchase is made.
You can use placeholder variables in the command that will be replaced with the actual values when the command is executed. The following placeholder variables are available:
Variable | Meaning of the Variable / Replaces With |
---|---|
{username} | User nickname |
{price} | Package price |
{currency} | Currency |
{uuid} | UUID (Universally Unique Identifier) |
{time} | Command execution time |
{date} | Command execution date |
{customerIP} | Customer IP |