Max Lee
Max Lee
Please actually provide the information requested in the issue template namely your exact server version, your full server log, your config as well as a description of what your issue...
Hm, you might need to remove `ChestShop.shop.buy`, add `ChestShop.shop.buy.*` and negate the material specific one. (at least [the code](https://github.com/ChestShop-authors/ChestShop-3/blob/master/src/main/java/com/Acrobot/ChestShop/Listeners/PreTransaction/PermissionChecker.java#L33) looks like that is necessary) If this really is the case...
Make sure that you don't have any kind of `*` permission that gets expanded to `ChestShop.shop.buy.*` by your permissions plugin. Also if you have OP you will always have `ChestShop.*`...
Uh, that's interesting. I tested this and it worked perfectly fine after the change. Gonna have to look into this and see if I can reproduce it.
Please provide the NBT data of the item you bought as well as screenshots of both shop setups, the exact plugin and server version and the missing server log. Also...
Admin shops with a shop container will use that for stock. If that's the case with your setup either remove the container or toggle the config option to force unlimited...
First off: You are not running the latest build, please update to that. Second: How big is your users.db file? You also might want to find out which shop the...
> Sorry, I didn't knew I wasn't runing the lastest build. Could you pass me the download link? It's linked on pretty much every page: https://ci.minebench.de/job/ChestShop-3/ > About my database...
The plugin does not support MySQL. (MySQL might even be slower and would require some major internal changes)
Does the player actually have an account with your economy plugin? It's only possible for that to fail if the economy plugin doesn't accept the transaction, you'll have to check...