- Fixed loading items, the plugin will directly take the right method to decode the items
- The default storage is now SQLITE, you can convert your JSON storage by defaulting the storage in config.yml to SQLITE and running the command /ah convert jsontodatabase
- Fixed issue with Shulker Shell and Shulker Spawn Egg being considered as inventory (by keke142)
- Added PlayerAuctions Convert (by keke142)
- Added %price%, %seller% and %timer% for ZAUCTIONHOUSE_BUY_CONFIRM button
- Log files are now .log instead of .yml
- Added permissions to set the maximum allowed price for selling items by economies
Code (YAML):
price:
permissions:
vault
:
# Economy name
- permission
: zauctionhouse.price.max.vault.player
# Permission
amount
: 128
# Max price
- permission
: zauctionhouse.price.max.vault.vip
# Permission
amount
: 250
# Max price
item_diamond
:
# Economy name
- permission
: zauctionhouse.price.max.item.player
# Permission
amount
: 32
# Max price
- permission
: zauctionhouse.price.max.item.vip
# Permission
amount
: 64
# Max price