Max Lee
Max Lee
If this system would be added then a way to query users that have access would be included too, yes. Seeing as this might go beyond what ChestShop itself wants...
Interesting idea but I kinda doubt such long delays are easily addable to ChestShop as it would require some way of storing that information beyond server restarts. (Unless you are...
What do you expect cancelling to do? Because cancelling the event will indeed cancel the subsequent logic (e.g. the ShopCreatedEvent). If you expect other things to happen you need to...
Very unlikely that this has anything to do with ChestShop specifically. It only interacts with EssentialsX through the standard Vault economy adapter, if anything there is an issue with how...
I actually just noticed this bug too and was about to open an issue about it. I noticed it due to the get [here](https://github.com/IntellectualSites/PlotSquared/blob/v5/Core/src/main/java/com/plotsquared/core/database/SQLManager.java#L2461) returning the wrong table names.
Not sure why that would be happening. I don't think any logic in ChestShop cares about whether or not the player is new. It's more likely that this is an...
I doubt this will be implemented anytime soon as this would break lots of assumptions that the plugin is currently doing. E.g. it would require storing information outside the sign,...
That's not easily doable as the sign name in /iteminfo as well as on the sign itself are used to parse which item a shop sells. Changing this would only...
Not sure this is a bug tbh. A player might care what kind of extra values like the Tadpoal age is on the item when purchasing it. If anything this...
These are not real errors but just warnings. The reasoning behind them showing is described in the corresponding [Bukkit issue](https://dev.bukkit.org/projects/chestshop/issues/1073).