Change Log 1.4.1
Bazaar prevents you from destroying the chest where the shop is based, however, it does not prevent plugins similar to WorldEdit from deleting it.
There is a new timed feature now which will check to make sure there is a valid shop at the location, and if not, will remove it until next restart, or delete it permanently.
This feature is turned OFF by default. Add the following to config.yml
Code (YAML):
# Shop Cleanup
shop_cleanup
:
# The number of seconds between runs for the cleanup job for missing shops if WorldEdit or similar removes the chest
# Each time the timer runs, it will check each shop to ensure there is a Chest or Barrel at the location
# and if not, will remove the shop. Any number below 1 will prevent the cleanup from happening
seconds
: 60
# If true, if a shop is removed during cleanup because a Chest or Barrel was not found, will delete the
# shop permanently. If false, it will only remove the shop until the next reload
delete
: true
Bug Fixes:
The plugin prefix was missing missing from messages. This has been corrected. You can modify the prefix in config.yml
The lang.yml file incorrectly uses "buy" and "sell" for the prices on the chest. Add the following to lang.yml if you wish to change the text on them:
Code (YAML):
buy_from_shop
:
"&cⒷ %currency_symbol%%from_shop_price%"
sell_to_shop
:
"&aⓈ %currency_symbol%%to_shop_price%"