modify_shop

Modify the price in stores, either by increasing it, reducing it, multiplying it, etc. (Requires ShopGUI+).

- id: modify_shop
  args:
    action: BUY # SELL, SELL_ALL
    operation: PERCENT_SUBTRACT # PERCENT_ADD, MULTIPLY, SUM, REST
    amount: 10.5

Last updated