Fixed several bugs
- Added LINK mode (the item will take the prices and stock of the linked item)
- Support for ShopGUI+ modifiers
- Displaying placeholders in selection and bulk menus
Code (YAML):
10:
type
: item
item:
material
: COAL
quantity
: 1
typeDynaShop
: DYNAMIC
buyPrice
: 200
buyDynamic:
min
: 150
max
: 250
sellPrice
: 20
sellDynamic:
min
: 15
max
: 25
slot
: 18
page
: 1
28:
type
: item
item:
material
: CHARCOAL
quantity
: 1
typeDynaShop
: LINK
link
: minerais:10
# link: SHOP_ID:ITEM_ID
buyPrice
: 300
sellPrice
: 30
slot
: 36
page
: 1