BasicShop is a very simple, lightweight, easy to use plugin designed to make buying and selling items to and from the server much easier than before. Rather than limit what can be sold, where it can be done, and for what price, BasicShop aims to make everything much, much easier. The owner/admin of the server can set item ID's in the config, along with the buy and sell price, for all users to use. The shop is globalized and command based, which means any item defined in the config can be bought from anywhere at any time through the use of a command.
All configuration options are explained in the config.yml. A clean config file in case anyone needs it-
#currencyname is used when someone buys/sells something as #You bought 23 STONE for 23 "currencyname". currencyname: Dollars #Keep all items in the shop as block/item IDs #Decimals work only as long as your economy plugin supports them 1: buy: 1 sell: 0.8 2: buy: 15 sell: 10.3 19: buy: 23 57: sell: 1000
To add or remove options (because who wants people buying sponge for $23, right?), simply follow the pattern already established in the config file and it will work just fine.