Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
DynamicMarket
A Minecraft economy plugin that introduces an interactive marketplace with dynamic prices that automatically adjust based on supply and demand.
โจ Features ๐ Dynamic pricing that adapts to trading activity ๐๏ธ Category-based organization with customizable GUI slots ๐ฅ๏ธ Intuitive GUIs for buying and selling ๐ง Full admin controls for market management ๐ฐ Vault economy integration
๐ฆ Dependencies
Vault (required) Compatible with any Vault-supported economy plugin Works with Minecraft 1.13+
๐น๏ธ Commands
Player Commands
/market โ Opens the market GUI to buy items
/sell โ Opens the market GUI to sell items
Admin Commands
/marketadmin addcategory <name> <icon> โ Create a new category
/marketadmin add <category> <price> โ Add the item in hand to the market
/marketadmin remove <category> <item> โ Remove an item from the market
/marketadmin setprice <category> <item> <buy_price> [sell_price] โ Set custom prices
/marketadmin move <from> <to> <item> โ Move items between categories
/marketadmin reset โ Reset the market to default
/marketadmin stock <category> <item> <amount> โ Set item stock
/marketadmin addstock <category> <item> <amount> โ Increase item stock
/marketadmin removestock <category> <item> <amount> โ Decrease item stock
/marketsettings <setting> <value> โ Change market settings in-game
/setslot <category> <slot> โ Set GUI slot position for a category
/marketadmin setslot <category> <item> <slot> โ Set GUI slot position for an item in a category
๐ Permissions
market.admin.category โ Create & manage categories
market.admin.add โ Add new items
market.admin.remove โ Remove items from categories
market.admin.setprice โ Change item prices
market.admin.move โ Move items between categories
market.admin.reset โ Reset the market
market.admin.stock โ Set item stock
market.admin.addstock โ Increase item stock
market.admin.removestock โ Decrease item stock
market.admin.slot โ Change GUI category positions
market.admin โ Grants all admin permissions
๐ Pricing System
Prices auto-adjust based on trade volume Buy prices increase when items are bought frequently Sell prices decrease when items are sold frequently Adjustment rate: 0.5% per traded item Prices are capped between 0.1 and 1000.0 (by default, you can change it in the config.yml)


