Prices in shop change without edit
In  our server, the prices in the shop keep changing... some items are 4 times more expensive than what is set in code. for instance:
"AND Switch": {
      "buy": "50",
      "img": "https://rustlabs.com/img/items180/electric.andswitch.png",
      "item": "electric.andswitch"
    },
    "Apple": {
      "buy": "2",
      "img": "http://vignette2.wikia.nocookie.net/play-rust/images/d/dc/Apple_icon.png/revision/latest/scale-to-width-down/100?cb=20150405103640",
      "item": "apple"
    },
    "Blocker": {
      "buy": "35",
      "img": "https://rustlabs.com/img/items180/electric.blocker.png",
      "item": "electric.blocker"
    },
    "BlueBerries": {
      "buy": "2",
      "img": "http://vignette1.wikia.nocookie.net/play-rust/images/f/f8/Blueberries_icon.png/revision/latest/scale-to-width-down/100?cb=20150405111338",
      "item": "blueberries"
    },
	"Ceiling Light": {
	  "buy": "50",
	  "img": "https://rustlabs.com/img/items180/ceilinglight.png",
	  "item": "ceilinglight"
	},
    "Chainsaw": {
      "buy": "40",
      "img": "https://rustlabs.com/img/items180/chainsaw.png",
      "item": "chainsaw"
    },
Yet if you look at a screen shot of shop they are 4 times more expensive.
shop screenshot

If needed I can post the whole .json
what have u for "Shop - Balance": ? edit it to "Shop - Balance": false,
5b8718c16f911.png dIMjIM
what have u for "Shop - Balance": ? edit it to "Shop - Balance": false,

I converted over to server rewards, couldn't make it work... but if I would have kept economics, I wouldn't set shop balance to false because Id like players to see their balance in the shop

as i post above make  "Shop - Balance": false, to false and u dont need any changes in the plugin code.
if u use "Shop - Balance": true, it will calculate new price to the items from how many players buy/sell this item.