Shop

Item Buy

## function name, you can set this to anything that is unique
func1:
  ## function type
  type: item_buy
  ## name or id of item
  item: carrot
  ## item price
  price: 20
  ## item amount
  amount: 1

Item Sell

## function name, you can set this to anything that is unique
func1:
  ## function type
  type: item_sell
  ## name or id of item
  item: baked_potato
  ## item price
  price: 20
  ## item amount
  amount: 1

Last updated