Add interface to see bought auctions in last X hours
Change login message to add expired auctions
Add per shop permissions for open shop, create and buy auctions
Fixes :
Variables not shown correctly when the update is too quick
Lag with login message
/!\ Don't forget to reset your config and your language file or update the config with changes below Config changes :
Old :
Code (YAML):
# Send a message (number of sold auctions) to player when join a server MessageLoginSoldAuctions: true
New :
Code (YAML):
General: # Defines if metrics are sent to Bstats. It helps me to know you a little more :) Metrics: true
Options:
Broadcast: # Send a message to the player on join to the server LoginMessage: # Send the number of sold auctions SoldAuctions: true
# Send the number of expired auctions ExpiredAuctions: true
# Config about anonymous auctions Anonymous: # Define if Seller name must be hide (anonymous) Seller: false
# Define if Buyer name must be hide (anonymous) Buyer: falseButtons:
LastBoughtAuctions: minecraft:compass
LastCreatedAuctions: minecraft:clock