EliteBazaar - Supply and Demand market icon

EliteBazaar - Supply and Demand market -----

A bazaar system with a supply and demand market for minecraft java



1.png 2.png 3.png
4.png 5.png 6.png 7.png 8.png 9.png 10.png
/bazaar - Opens the bazaar UI - Permission: elitebazaar.bazaar

/bazaaradd <item name> - Adds the item in your hand to the bazaar letting you select the category in a GUI - Permission: elitebazaar.admin

Code (YAML):
####################

## GENERAL CONFIG ##

####################


# menu-title: The title of the GUI for the bazaar

menu-title
: '&6&lEliteBazaar &7- &f {category }'


# menu-separator: The separator material used in the GUI for the bazaar

menu-separator
: 'STAINED_GLASS_PANE'


# base-price: The base price for items in the bazaar when they are added and have no buy or sell orders

base-price
: 10


# max-orders: The maximum number of orders that a player can have in the bazaar (it is recommended to keep this below 5 to avoid market manipulation)

max-orders
: 5


# buy-instantly: The material used for the buy instantly button in the bazaar

buy-instantly
: 'EMERALD_BLOCK'


# sell-instantly: The material used for the sell instantly button in the bazaar

sell-instantly
: 'REDSTONE_BLOCK'


# create-buy-order: The material used for the create buy order button in the bazaar

create-buy-order
: 'EMERALD'


# create-sell-order: The material used for the create sell order button in the bazaar

create-sell-order
: 'REDSTONE'


# back-button: The material used for the back button in the bazaar

back-button
: 'ARROW'


# plus-zero-one: The material used for the +0.1 button in the bazaar buy order menu and -0.1 button in the bazaar sell order menu

plus-zero-one
: 'GOLD_NUGGET'


# spread: The material used for the 5% spread button in the bazaar buy and sell order menus

spread
: 'GOLD_INGOT'


# orders-list: The material used for the orders list button in the bazaar

orders-list
: 'BOOK'


####################

##### MESSAGES #####

####################


# currency-name: The name of the currency used in the bazaar

currency-name
: 'Coins'


# max-order-message: The message sent to the player when they try to place an order when they have the maximum number of orders

max-order-message
: '&cYou have reached the maximum number of baazar orders!'


# buy-price-display: The display for the buy price in the bazaar

buy-price-display
: '&2Buy Price : &6{price} {currency }'


# sell-price-display: The display for the sell price in the bazaar

sell-price-display
: '&cSell Price : &6{price} {currency }'


# price-per-unit: The display for the price per unit in the bazaar

price-per-unit
: '&fPrice per unit : &6{price} {currency }'


# previous-page-display: The display for the previous page button in the bazaar

previous-page-display
: '&cPrevious Page'


# next-page-display: The display for the next page button in the bazaar

next-page-display
: '&2Next Page'


# top-orders: The display for the top orders in the bazaar

top-orders
: '&2Top Orders:'


# top-offers: The display for the top offers in the bazaar

top-offers
: '&6Top Offers:'


# orders-display: The display for the orders in the bazaar

orders-display
: '&6 {amount } {currency } &7each | &2 {quantity } &7in &f1 order'


# buy-instantly-display: The display for the buy instantly button in the bazaar

buy-instantly-display
: '&2Buy Instantly'


# sell-instantly-display: The display for the sell instantly button in the bazaar

sell-instantly-display
: '&cSell Instantly'


# create-buy-order-display: The display for the create buy order button in the bazaar

create-buy-order-display
: '&2Create Buy Order'


# create-sell-order-display: The display for the create sell order button in the bazaar

create-sell-order-display
: '&cCreate Sell Order'


# back-button-display: The display for the back button in the bazaar

back-button-display
: '&cBACK'


# buy-order-menu-title: The title of the buy order menu in the bazaar

buy-order-menu-title
: '&7How many do you want?'


# instant-sell-menu-title: The title of the instant sell menu in the bazaar

instant-sell-menu-title
: '&7Confirm Instant Sell'


# sell-order-menu-title: The title of the sell order menu in the bazaar

sell-order-menu-title
: '&7At what price are you selling?'


# buy-order-price-menu-title: The title of the buy order price menu in the bazaar

buy-order-price-menu-title
: '&7How much do you want to pay?'


# confirm-sell-order-menu-title: The title of the confirm sell order menu in the bazaar

confirm-sell-order-menu-title
: '&7Confirm Sell Offer'


# confirm-instant-buy-menu-title: The title of the confirm instant buy menu in the bazaar

confirm-instant-buy-menu-title
: '&7Confirm Instant Buy'


# orders-list-menu-title: The title of the orders list menu in the bazaar

orders-list-menu-title
: '&7Your Orders'


# stack-buy-display: The display for the stack buy button in the bazaar

stack-buy-display
: '&2Buy a stack!'


# big-stack-buy-display: The display for the big stack buy button in the bazaar

big-stack-buy-display
: '&2Buy a big stack!'


# thousand-buy-display: The display for the thousand buy button in the bazaar

thousand-buy-display
: '&2Buy a thousand!'


# custom-amount-display: The display for the custom amount button in the bazaar

custom-amount-display
: '&2Custom Amount'


# custom-price-display: The display for the custom price button in the bazaar

custom-price-display
: '&2Custom Price'


# sell-offer-display: The display for the sell offer button in the bazaar

sell-offer-display
: '&cSell Offer'


# custom-amount-message: The message sent to the player when they are prompted to enter a custom amount of items

custom-amount-message
: '&7Enter the amount you want to buy in chat.'


# custom-price-message: The message sent to the player when they are prompted to enter a custom price per unit

custom-price-message
: '&7Enter the price per unit you want to pay in chat.'


# custom-price-sell-message: The message sent to the player when they are prompted to enter a custom price per unit

custom-price-sell-message
: '&7Enter the price per unit you want to sell for in chat.'


# invalid-amount: The message sent to the player when they enter an invalid amount

invalid-amount
: '&cInvalid amount! Please enter a number.'


# invalid-price: The message sent to the player when they enter an invalid price

invalid-price
: '&cInvalid price! Please enter a number.'


# price-too-low: The message sent to the player when they enter a price that is too low (below 50% of the top order)

price-too-low
: '&cPrice too low! Must be at least 50 % of the top order.'


# price-too-high: The message sent to the player when they enter a price that is too high (above 1.5x the top offer)

price-too-high
: '&cPrice too high! Must be at most 1.5x the top offer.'


# same-as-top-buy-display: The display for the same as top order button in the bazaar buy order menu

same-as-top-buy-display
: '&2Same as Top Order'


# same-as-top-sell-display: The display for the same as top order button in the bazaar sell order menu

same-as-top-sell-display
: '&6Same as Top Offer'


# plus-zero-one-display: The display for the +0.1 button in the bazaar buy order menu

plus-zero-one-display
: '&2Top Order +0.1'


# minus-zero-one-display: The display for the -0.1 button in the bazaar sell order menu

minus-zero-one-display
: '&cTop Offer -0.1'


# spread-buy-display: The display for the 5% spread button in the bazaar buy order menu

spread-buy-display
: '&2+5 % of Spread'


# spread-sell-display: The display for the 5% spread button in the bazaar sell order menu

spread-sell-display
: '&c-5 % of Spread'


# search-message: The message sent to the player when they are prompted to search for an item

search-message
: '&7Enter the search term in chat.'


# not-enough-money: The message sent to the player when they do not have enough money to buy an item

not-enough-money
: '&cYou do not have enough {currency } to buy this item!'


# no-item-in-inventory: The message sent to the player when they do not have the item they are trying to sell in their inventory

no-item-in-inventory
: '&cYou do not have the item you are trying to sell in your inventory!'


# no-space-in-inventory: The message sent to the player when they do not have enough space in their inventory to claim an item

no-space-in-inventory
: '&cYou do not have enough space in your inventory to claim this item!'


# buy-order-placed: The message sent to the player when they place a buy order

buy-order-placed
: '&2Buy order successfully placed!'


# sell-order-placed: The message sent to the player when they place a sell order

sell-order-placed
: '&2Sell order successfully placed!'


# order-filled: The message sent to the player when their order is filled

order-filled
: '&2Your EliteBazaar order has been filled!'


# orders-list-display: The display for the orders list button in the bazaar

orders-list-display
: '&6My Orders'


# instant-buy-order-lore: The lore for the instant buy order button in the bazaar

instant-buy-order-lore
:

- '&8Buy Instantly'

  - ''

  - '&7Amount
: &2{amount}&7x'

  - ''

  - '&7Price per unit
: &2{price} {currency }'

  - '&7Price
: &2{total} {currency }'

  - ''

  - '&6Click to buy now!'


# instant-sell-order-lore: The lore for the instant sell order button in the bazaar

instant-sell-order-lore
:

- '&8Sell Instantly'

  - ''

  - '&7Amount
: &2{amount}&7x'

  - ''

  - '&7Price per unit
: &2{price} {currency }'

  - '&7Total
: &2{total} {currency }'

  - ''

  - '&6Click to sell now!'


# buy-order-lore: The lore for the buy order button in the bazaar

buy-order-lore
:

- '&8Buy Order Setup'

  - ''

  - '&7Amount
: &2{amount}&7x'

  - ''

  - '&6Click to proceed!'


# custom-amount-lore: The lore for the custom amount button in the bazaar

custom-amount-lore
:

- '&8Buy Order Quantity'

  - ''

  - '&7Buy up to &271,680&7x.'

  - ''

  - '&6Click to specify!'


# same-as-top-buy-lore: The lore for the same as top order button in the bazaar buy order menu

same-as-top-buy-lore
:

- '&8Buy Order Setup'

  - ''

  - '&7Use the same price as the highest buy order for this item.'

  - ''

  - '&7Ordering
: &2{amount}x'

  - '&7Unit Price
: &2{same-as-top} {currency }'

  - '&7Total
: &2{total} {currency }'

  - ''

  - '&6Click to proceed!'


# same-as-top-sell-lore: The lore for the same as top order button in the bazaar sell order menu

same-as-top-sell-lore
:

- '&8Sell Order Setup'

  - ''

  - '&7Use the same price as the lowest sell order for this item.'

  - ''

  - '&7Unit Price
: &2{same-as-top} {currency }'

  - ''

  - '&6Click to proceed!'


# plus-zero-one-lore: The lore for the +0.1 button in the bazaar buy order menu

plus-zero-one-lore
:

- '&8Buy Order Setup'

  - ''

  - '&7Increase the price by 0.1 from the highest '

  - '&7buy order. Get your order filled first.'

  - ''

  - '&7Ordering
: &2{amount}x'

  - '&7Unit Price
: &2{plus-zero-one} {currency }'

  - '&7Total
: &2{total} {currency }'

  - ''

  - '&6Click to proceed!'


# minus-zero-one-lore: The lore for the -0.1 button in the bazaar sell order menu

minus-zero-one-lore
:

- '&8Sell Order Setup'

  - ''

  - '&7Decrease the price by 0.1 from the lowest '

  - '&7sell order. Get your order filled first.'

  - ''

  - '&7Unit Price
: &2{minus-zero-one} {currency }'

  - ''

  - '&6Click to proceed!'


# spread-buy-lore: The lore for the 5% spread button in the bazaar buy order menu

spread-buy-lore
:

- '&8Buy Order Setup'

  - ''

  - '&7Add 5 % to the spread between lowest'

  - '&7sell order and highest buy order.'

  - ''

  - '&7Ordering
: &2{amount}x'

  - '&7Unit Price
: &2{spread} {currency }'

  - '&7Total
: &2{total} {currency }'

  - ''

  - '&6Click to proceed!'


# spread-sell-lore: The lore for the 5% spread button in the bazaar sell order menu

spread-sell-lore
:

- '&8Sell Order Setup'

  - ''

  - '&7Subtract 5 % from the spread between lowest'

  - '&7sell order and highest buy order.'

  - ''

  - '&7Unit Price
: &2{spread} {currency }'

  - ''

  - '&6Click to proceed!'


# custom-price-lore: The lore for the custom price button in the bazaar buy order menu

custom-price-buy-lore
:

- '&8Buy Order Price'

  - ''

  - '&7Set the price per unit you are willing'

  - '&7to pay. Minimum 50 % of the top order.'

  - ''

  - '&7Ordering
: &2{amount}x'

  - ''

  - '&6Click to specify!'


# sell-offer-lore: The lore for the sell offer button in the bazaar

sell-offer-lore
:

- '&8Bazaar'

  - ''

  - '&7Price per unit
: &2{price} {currency }'

  - ''

  - '&7Selling
: &2{amount}x'

  - '&7You Earn
: &2{total} {currency }'

  - ''

  - '&6Click to proceed!'


# custom-price-lore: The lore for the custom price button in the bazaar sell order menu

custom-price-sell-lore
:

- '&8Sell Order Price'

  - ''

  - '&7Set the price per unit you are willing'

  - '&7to sell. Up to 1.5x the best offer.'

  - ''

  - '&6Click to specify!'


# orders-list-buy-unclaimable-lore: The lore for the unclaimable buy orders in the orders list menu

orders-list-buy-unclaimable-lore
:

- '&8Buy Order'

  - ''

  - '&7Price per unit
: &2{price} {currency }'

  - ''

  - '&7Amount
: &2{amount}x'

  - '&7Total
: &2{total} {currency }'

  - ''

  - '&2Filled
: &7{filled}/{amount}'

  - '&2Claimed
: &7{claimed}/{filled}'

  - ''

  - '&cClick to cancel!'


# orders-list-buy-claimable-lore: The lore for the claimable buy orders in the orders list menu

orders-list-buy-claimable-lore
:

- '&8Buy Order'

  - ''

  - '&7Price per unit
: &2{price} {currency }'

  - ''

  - '&7Amount
: &2{amount}x'

  - '&7Total
: &2{total} {currency }'

  - ''

  - '&2Filled
: &7{filled}/{amount}'

  - '&2Claimed
: &7{claimed}/{filled}'

  - ''

  - '&6Click to claim!'


# orders-list-unclaimable-lore: The lore for the unclaimable sell orders in the orders list menu

orders-list-sell-unclaimable-lore
:

- '&8Sell Order'

  - ''

  - '&7Price per unit
: &2{price} {currency }'

  - ''

  - '&7Amount
: &2{amount}x'

  - '&7Total
: &2{total} {currency }'

  - ''

  - '&2Filled
: &7{filled}/{amount}'

  - '&2Claimed
: &7{claimed}/{filled}'

  - ''

  - '&cClick to cancel!'


# orders-list-claimable-lore: The lore for the claimable sell orders in the orders list menu

orders-list-sell-claimable-lore
:

- '&8Sell Order'

  - ''

  - '&7Price per unit
: &2{price} {currency }'

  - ''

  - '&7Amount
: &2{amount}x'

  - '&7Total
: &2{total} {currency }'

  - ''

  - '&2Filled
: &7{filled}/{amount}'

  - '&2Claimed
: &7{claimed}/{filled}'

  - ''

  - '&6Click to claim!'


  ####################

  #### CATEGORIES ####

  ####################

  # enabled: Whether the category is enabled

  # name: The name of the category

  # id: The ID of the category, used when adding items to the category with /bazaaradd <name>, <category>

  # item: The material of the item that represents the category

  # lore: The lore of the item that represents the category

category1
:

enabled
: true

name
: '&6&lCategory One'

  id
: 'FirstCategory'

  item
: 'DIAMOND'

  lore
:

- '&7This is the first category.'

    - '&7You can buy and sell items here.'

    - '&7Click to view items.'


category2
:

enabled
: true

name
: '&6&lCategory Two'

  id
: 'SecondCategory'

  item
: 'GOLD_INGOT'

  lore
:

- '&7This is the second category.'

    - '&7You can buy and sell items here.'

    - '&7Click to view items.'


category3
:

enabled
: true

name
: '&6&lCategory Three'

  id
: 'ThirdCategory'

  item
: 'IRON_INGOT'

  lore
:

- '&7This is the third category.'

    - '&7You can buy and sell items here.'

    - '&7Click to view items.'


category4
:

enabled
: true

name
: '&6&lCategory Four'

  id
: 'FourthCategory'

  item
: 'EMERALD'

  lore
:

- '&7This is the fourth category.'

    - '&7You can buy and sell items here.'

    - '&7Click to view items.'


category5
:

enabled
: true

name
: '&6&lCategory Five'

  id
: 'FifthCategory'

  item
: 'GOLDEN_APPLE'

  lore
:

- '&7This is the fifth category.'

    - '&7You can buy and sell items here.'

    - '&7Click to view items.'


search
:

enabled
: true

name
: '&6&lSearch'

  item
: 'SIGN'

  lore
:

- '&7Search for items to buy and sell.'

    - '&7Click to search.'


# search-category-name: The name of the category that is used for searching

search-category-name
: '&6&lSearch'


####################

##### STORAGE #####

####################


# storage-type: The type of storage to use for the plugin. 0: YAML, 1: MySQL, 2: SQLite

storage-type
: 0


# mysql:

#   host: The host of the MySQL database

#   port: The port of the MySQL database

#   database: The name of the MySQL database

#   username: The username of the MySQL database

#   password: The password of the MySQL database

mysql
:

host
: 'localhost'

  port
: 3306

database
: 'elitebazaar'

  username
: 'root'

  password
: 'password'

 









minecraft economy plugin minecraft market plugin minecraft auction plugin minecraft bazaar plugin dynamic pricing plugin minecraft server economy minecraft trading system buy sell items minecraft minecraft plugins for servers minecraft shop plugin best minecraft economy plugin minecraft demand supply plugin minecraft economy marketplace elitebazaar plugin minecraft item trading plugin minecraft economy mods
Resource Information
Author:
----------
Total Downloads: 50
First Release: May 3, 2025
Last Update: May 28, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings