DeluxeBazaar is a plugin that adds advanced bazaar system to your server, like a popular server!
You can join to Discord for any questions, buying plugin without Paypal or testing plugin.
MY PAYPAL IS BLOCKED. IF YOU WANT TO BUY PLUGIN, JOIN TO MY DISCORD!
- You need to download some plugins for using specific plugin features. (Please look to dependencies page)
- If you have any problem or suggestion, don't use reviews. Just contact to me via discussion, private messages or Discord.
- My Discord: SedatTR#8666
- Wiki Page: https://sedattr.gitbook.io/deluxebazaar
- MySQL, SQLite, Yaml database types
- Vault, Yaml, RoyaleEconomy, PlayerPoints, TokenManager economy types
- Order System with buy & sell orders, manage orders, order settings...
- Buy & Sell Instantly with custom amount, fill inventory items...
- Sell All & Sell Items with default items support (you can sell items that you don't buy from bazaar)
- Stats for each item
- Page System for main menu
- Anvil & Sign input types
- Custom Skull Heads & HeadDatabase support
- Custom Item Support (you can use all items in bazaar, includes every item like MMOItems, CustomItems, ItemsAdders items)
- Fully customizable Items & Categories
- 100% customizable (you can use bazaar like shop too)
- Easy to use everything
- Easy setup & usage
- No lag, no bug*
Every message & permission can be customizable in config.yml
- /bazaar: Shows all commands. (bazaar.command)
- /bazaar menu: Opens bazaar menu. (bazaar.menu)
- /bazaar buy [item] [count]: Buys item. (bazaar.buy)
- /bazaar sell [item] [count]: Sells item. (bazaar.sell)
- /bazaar sellall: Sells all items in your inventory. (bazaar.sellall)
- /bazaaradmin menu [player]: Opens bazaar menu for player. (bazaaradmin.menu)
- /bazaaradmin buy [player] [item] [count]: Buys item for player. (bazaaradmin.buy)
- /bazaaradmin sell [player] [item] [count]: Sells item for player. (bazaaradmin.sell)
- /bazaaradmin sellall [player]: Sells all items for player. (bazaaradmin.sellall)
- /bazaaradmin createitem [name] [category]: Automatically creates item in your hand and add to files, includes name, lore, enchants, flags, nbt tags and more. (bazaaradmin.createitem)
- /bazaaradmin reload: Reloads plugin. (bazaaradmin.reload)
Spoiler: Videos
Spoiler: Gifs
Main Menu
Items Menu
Buy Order Menu
Sell Offer Menu
Manage Order Menu
Order Settings Menu
Sell All & Items
Direct Mode & Advanced Mode
Item Menu
Buy Menu
Sell Menu
Custom Buy & Sell
Spoiler: Images
Mining category in main menu.
Other category in main menu.
Page Setting | GIF
Direct Mode
Advanced Mode
Manage Orders with collectable items.
Manage Orders with not collectable items.
Sell All & Sell Items with sellable items.
Sell All without sellable items.
Sell Items without sellable items.
Enchanted Cobblestone item in Cobblestone section.
Item Menu
Buy Menu
Sell Menu
Buy Order & Sell Offer
Config: https://sedattr.gitbook.io/deluxebazaar/files/config
Items: https://sedattr.gitbook.io/deluxebazaar/files/items
Menus: https://sedattr.gitbook.io/deluxebazaar/files/menus
You can use this placeholders for showing some informations.
Spoiler: Placeholders
- %bazaar_money%: Shows player's formatted money.
- %bazaar_buyprice_ITEM%: Shows item's buy price.
- %bazaar_sellprice_ITEM%: Shows item's sell price.
- %bazaar_buycount_ITEM%: Shows item's buy count.
- %bazaar_sellcount_ITEM%: Shows item's sell count.
- %bazaar_orders%: Shows player's order count.
- %bazaar_mode%: Shows player's view mode.
You can use Bazaar API with adding plugin to your dependencies.
Spoiler: API
- getMode(Player player): Returns player's mode. (String)
- getPlayerOrders(Player player): Returns player's orders. (String List)
- addBuyCount(String item, Integer count): Adds buy count to item.
- addSellCount(String item, Integer count): Adds sell count to item.
- removeBuyCount(String item, Integer count): Removes buy count from item.
- removeSellCount(String item, Integer count): Removes sell count from item.
- setBuyCount(String item, Integer count): Sets item's buy count.
- setSellCount(String item): Sets item's sell count.
- getBuyCount(String item): Returns item's buy count. (Integer)
- getSellCount(String item): Returns item's sell count. (Integer)
- getBuyPrice(String item): Returns item's buy price. (Double)
- getSellPrice(String item): Returns item's sell price. (Double)
- ItemBuyEvent(Player player, String item, Double unitPrice, Integer count): Event when someone bought item.
- ItemSellEvent(Player player, String item, Double unitPrice, Integer count): Event when someone sold item.
By purchasing and downloading this plugin, you agree that:
- There will be no refunds unless it's my fault.
- You may not redistribute plugin, in any shape or form neither it's code or parts of it.
- You may not decompile/edit the source code without my permission.
- You may use it for all the servers you own, but you may not give it to anyone else.
- You are responsible what happens with the plugin after you download, if plugin is leaked or redistributed and it's registered with your name, I'm allowed to remove your license without warning.
- You agree to everything listed above.