Clean Shop
Description: CleanShop is a Minecraft shop/market Plugin that uses Gold as currency. It is a command based shop with a buy/sell market that allows players to buy and sell items with each other. It is its own built in economy where items get listed on the market and others have to purchase them.
Version: 1.0.0 Optimized for Bukkit 1.12.2 (CURRENTLY SUPPORTS UUID)
Examples:
/shop sell 10 stone:5 10 - (This would list 10 Andesite on the market for 10 gold)
/shop sell 64 iron_ingot 15 - (This would list 64 Iron on the market for 15 gold)
(For a seller to get his gold, a player would have to buy it at the price listed)
About: This plugin is free to use and fork to create any changes that need to be made. Download the .jar if you are unsure on how to modify and compile the code, and drag into plugins folder and run the server. Simple as that.
Usage: All items on the market and player gold amounts are stored in a .yml file that is saved once the plugin is started for the first time.
Commands:
All Players
--------------------------------------------------
/shop - Opens shop help
/shop bal - Checks your balance in shop
/shop deposit [amount] - Deposit gold from inventory
/shop withdraw [amount] - Withdraw gold from bank account
/shop sell [amount] <item> [totalPrice] - Sell item from inventory
/shop price [amount] <item> - Get the price of an amount of items
/shop buy [amount] <item> [maxPrice] - Buy an item from the market
TODO's:
- Add Transaction logs every time a transaction takes place.
- Add "reset" support rather than just deleting all files.
- Add permissions to allow players to use the market
- Add settings file that allows for server hosts to modify some settings in the shop




