Description
CLIShop
CLIShop is a plugin that creates a command-based virtual free market for players, much like VirtualShop which no longer works.

Installation
CLIShop requires Vault and a working economy plugin.
Usage
After plopping this into your plugins folder, your players will have a couple of commands to use, which is explained in the commands section.
Configuration
config.yml
sell_damaged_items: false #Can players sell damaged tools or colored wool? price_limit: 5000000.00 #Maximum price players can set on items (default 5,000,000) shorthand: true #Shortens length of market list (more like VirtualShop's)
SALES
I don't recommend messing with this file. It contains the items players are trying to sell.
Commands
Player
/cshop - Master player command
/cshop help - Get help on using CLIShop
/cshop sell [item] [amount] [cost_per_one] - Sell amount of items for cost per one (taken from inventory)
/cshop sell hand [amount] [cost_per_one] - Sell the amount of [item in your hand] for cost per one
/cshop buy [player] [item] [amount] - Buy the amount of items from player
/cshop list <page> <item> - Show the CLIShop market shopping list. Page defines the page to view. Item filters the shop by only displaying those selling the item.
- CLIShop pages do not consume memory; it is processed on the fly.
Admin
/csadmin reload - Reload CLIShop configuration files.
Permissions
clishop.player - Grants permissions to use all /cs commands
clishop.admin - Grants permissions to use all /csadmin commands
Source
The source can be found at GitHub, which is open to the public.


