Change Log 1.1.44 Opt-In Change - Feature update only
Bazaar Integration Bazaar is a new premium shop plugin that is designed to integrate with Domain & Myriad Clans - you can create player, admin or even clan shops.
ShopChest integration is now deprecated, and while there are no current plans to remove it from Domain, it will no longer receive feature updates within Domain.
Change adds 4 new flags:
PREVENT_BAZAAR_BUY_BY_NONALLOWED
PREVENT_BAZAAR_CREATE_BY_NONALLOWED
PREVENT_BAZAAR_REMOVE_BY_NONALLOWED
PREVENT_BAZAAR_SELL_BY_NONALLOWED
The following should be added to config.yml in the flags section:
Code (YAML):
PREVENT_BAZAAR_BUY_BY_NONALLOWED:
name: "&bPrevent Bazaar Shop Buy" lore: "&fPrevents Non-Allowed players from buying from Bazaar shops" icon_on: LIME_STAINED_GLASS_PANE
icon_off: RED_STAINED_GLASS_PANE
locked: false
PREVENT_BAZAAR_CREATE_BY_NONALLOWED:
name: "&bPrevent Bazaar Shop Create" lore: "&fPrevents Non-Allowed players from creating Bazaar shops" icon_on: LIME_STAINED_GLASS_PANE
icon_off: RED_STAINED_GLASS_PANE
locked: false
PREVENT_BAZAAR_REMOVE_BY_NONALLOWED:
name: "&bPrevent Bazaar Shop Remove" lore: "&fPrevents a Non-Allowed player from removing Bazaar shops" icon_on: LIME_STAINED_GLASS_PANE
icon_off: RED_STAINED_GLASS_PANE
locked: false
PREVENT_BAZAAR_SELL_BY_NONALLOWED:
name: "&bPrevent Bazaar Shop Sell" lore: "&fPrevents a Non-Allowed player from selling to Bazaar shops" icon_on: LIME_STAINED_GLASS_PANE
icon_off: RED_STAINED_GLASS_PANE
locked: false
And the following should be added to the lang.yml file:
Code (YAML):
bazaar_prevent_buy: "&4ERROR &r- You cannot buy items here" bazaar_prevent_buy_bypass: "&4BYPASS WARNING &r- You are not allowed to buy items here, but have bypass enabled" bazaar_prevent_sell: "&4ERROR &r- You cannot sell items here" bazaar_prevent_sell_bypass: "&4BYPASS WARNING &r- You are not allowed to sell items here, but have bypass enabled" bazaar_prevent_create: "&4ERROR &r- You cannot create a Bazaar shop here" bazaar_prevent_create_bypass: "&4BYPASS WARNING &r- You are not allowed to create a Bazaar shop here, but have bypass enabled" bazaar_prevent_remove: "&4ERROR &r- You cannot remove a Bazaar shop here" bazaar_prevent_remove_bypass: "&4BYPASS WARNING &r- You are not allowed to remove a Bazaar shop here, but have bypass enabled"
Bazaar is currently awaiting moderation on Spigot so is not available for public downloads - contact me on Discord re: beta program.