1.0.8 Dec 14, 2022
inventory with placeholder, stop closing, and error armor_stand fixed

in inventory_confirm.yml

Inventory:
  close: true # when you buy the item will be closed

1.0.7 Dec 13, 2022
Interaction error fixed

InteractionEvent with other plugins fixed


1.0.6 Dec 10, 2022
New section in inventory_confirm.yml
Inventory:
  size: 9
  title: "&bEliteShop confirm"
  pos_accept: 5 # it must be -> pos < size
  pos_refuse: 0
  content:
    item1:
      pos: 4
      amount: 1
      item_to_buy: true #item to be purchased

1.0.5 Nov 25, 2022
New economy plugin supported, display-name fixed and HexCodes

- GemsEconomy supported

- HexCodes supported (Example: #FF0000)  

- Inventory_confirm.yml display-name fixed


1.0.4 Nov 25, 2022
New price-types, error fixed and others

- Items needed fixed
- RoyaleEconomy supported
- ElementGems supported

- inventory_confirm.yml => several buttons for accept and refuse

 
pos_accept: 5,6,7,8 # it must be -> pos < size
pos_refuse: 0

- config.yml => section "price-type" :

price-type : # vault | playerpoints | gringotts | RoyaleEconomy | ElementalGems

1.0.3 Nov 10, 2022
Economy error fixed

Problems with the Economy Manager


1.0.2 Nov 10, 2022
Update plugins support

New Supported plugins:

- PlaceholderAPI

- PlayerPoints

- Gringotts

Config.yml wrong generation fixed

New path in the config.yml:

Shop:
  price-type: vault # vault/playerpoints/gringotts

 


1.0.1 Nov 9, 2022
Fixes

- Vault fixed


1.0 Fixed Nov 8, 2022

It was a mistake to put 1.1 but it's the same thing xd


1.1 Nov 8, 2022
  • Now you can specify the item you will get when purchasing
    item_to_give:
      id: itemsadder:elitefantasy:chair_2 #or oraxen:table |  mythicmobs:table
      # If you want a normal item, the section "id" have to be deleted. id > custom-id/material
      material:
      custom-id:
      display-name:
      lore:
        - "example"
  • Warning is added in case you are out of date.


1.0 Nov 8, 2022