/DynamicMarketplace

Marketplace plugin used on play.SolarisMC.com (Inspired by Eric Robertson's DynamicMarketplace plugin)

Primary LanguageJava

Commands

/market [reload/load] - Either load materials.yml or reload all files
/market standing [add/remove/set] [playerName] <amount> - Adjust a player's standing
/market collector [playerName] - Opens the collector gui
/buy <item> <amount> - Buy an item from the market
/sell <item> <amount> - Sells an item to the market
/sellall <item> - Sells all of an item in your inventory
/iteminfo <item> - Get all market info on a specific item
/collector - Open collector for yourself
/worth - Get the sale price of the held item
/sellhand - Sells the item in your hand and that amount/>

Permissions

market.* - Admin
market.command.* - Admin
market.reload - Admin
market.command.buy - Admin
market.command.sell - Admin
market.command.sellall - Admin
market.command.sellhand - Admin
market.command.collector - Admin
market.command.collector.others - Admin
market.command.standing - Admin
market.command.info - Admin
market.command.worth - Admin

PlaceHolderAPI Compatible

Make sure PAPI is installed! Download and install the latest PlaceHolderAPI

PlaceHolders:

%market_buy_{material},{amount}% >> returns items buy price

%market_sell_{material},{amount}% >> returns items sell price

%market_friendly_{material}% >> returns non-namespaced item name

%market_amount_{material}% >> returns amount of item in the market

%market_hand% >> returns the sell price of held item

%market_standing% >> returns current player's standing

%market_default_standing% >> returns default player standing

Requirements

• Vault [link]

• Any vault compatible economy plugin

• PAPI (optional) [link]