Bazaar - Player, Admin & Clan Shops

VIP Plugins Bazaar - Player, Admin & Clan Shops 1.4.6

Pro Download
Change Log 1.4.6

This update addresses some bug fixes that could prevent shops stacking items when buying them, as well as some other potential buy/sell issues related to payment.

New feature - Buy/Sell safeguard

This feature prevents players from having a higher sell price than a buy price, therefore protecting shops from becoming bankrupt from players abusing a mistake.

The default for this behavior is on, you can modify this by adding the following to your config.yml

Code (YAML):
buy_sell_safeguard: true
And the following to lang.yml for translation purposes

Code (YAML):
buy_sell_safeguard: "&cSorry, you can't create a shop that sells for more than it buys"
Change Log 1.4.5

This update addresses two issues:

- With worldguard, breaking the block can cause the error message about breaking shops to not display to the user

- The icons over barrels were slightly too low causing the blocks to render incorrectly
Change Log 1.4.4

This update corrects a bug introduced in 1.4.3 which broke the localization for item names
Change Log

Entering a value without a tag (-c, -admin, -clan) when creating a shop can now be used to give it a custom name

For example:

/shop create 1 5 10 -c:10 Some Name Here

Would create a shop called Some Name Here instead of the item name you are holding

This update also utilizes Myriad Clans 1.3.0 - If you use Myriad Clans, please update at the same time or you will receive errors. This is due to a change in the package name in the Myriad Clans api
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

YAML:
# Shop Cleanup
shop_cleanup:
 # The number of...
Change Log 1.4.0

This update does the following:

Potion Types

Adds potion types to your shops (naming configurable in lang.yml)

1722440688242.png


Removal of Dependencies

It also removes Holographic Displays and ProtocolLib support - Please use Decent Holograms. This has been decided on as Holographic Displays is no longer in active development, and continued support of a dead project will cause additional development time.

We will be...
Change Log

Bazaar is now supported for 1.21

Holographic Displays is NOT supported moving forward as the plugin development has ceased.

Holographic Displays 3.0.4 (the final version) works with this version of Bazaar, however, it throws a warning into console from Holographic Displays when creating a hologram. Please transition to Decent Holograms for further support
Change Log

This update has a few behind the scenes changes to try and improve upon the DecentHolograms integration, and a fix to creating the shared Ibex database table by removing the collation.

This fix to database removes the collation, which was causing issues for older versions of MariaDb
Back
Top Bottom