No sell option available for me
First off, thank you for the plugin, I absolutely love it and so do my players. I do have a small problem with the shop I've been trying to figure out for over a week involving the 'sell' feature. It's not showing up for me. I've set all item prices and all my players can buy items accordingly but under the sell tab for each item, it's blank even after setting each items sell price. I can't figure out what's going wrong. 

Any help would be much appreciated :) 
Have you added the actual item to be sold in the config?

Yes, you can currently buy items. That part works perfectly. For example, here's the single item wooden spears top part and bottom of the config. I hope that's okay too post real quick, delete it if not.

},
"Wooden Spear": {
"buy": "30.00",
"img": "http://vignette2.wikia.nocookie.net/play-rust/images/f/f2/Wooden_Spear_icon.png/revision/latest/scale-to-width-down/100?cb=20150405124746",
"item": "spear.wooden",
"sell": "3.00"
},

"weapons": {
"buy": [
"Wooden Spear",

 

Am I suppost to add a second weapons category below weapons that reads

"weapons": {
"sell": [
"Wooden Spear",

Is this sorted? I have same issue :(