ChestShop-authors / ChestShop-3

ChestShop - the chest & sign shop plugin for Minecraft Servers running Bukkit/Spigot/Paper
https://dev.bukkit.org/projects/chestshop
GNU Lesser General Public License v2.1
275 stars 175 forks source link

Unable to right-click #409

Closed lucasantunespires closed 1 year ago

lucasantunespires commented 3 years ago

I'm not able to right-click. Even when the buy/sell clicks are inverted, I just can't right-click. How do I fix that?

Phoenix616 commented 3 years ago

There is a ton of missing information here. Please provide all of the one requested in the issue template... but basically you want to make sure that the shop sign isn't in any form of spawn protection or the interaction blocked by other protection plugins.

dd880602 commented 3 years ago

I am building a SHOP in the reserve Right-click cannot be used to use SHOP in the protected area Hope to be able to add the option to modify the button EX: keyboard S to sell, keyboard B to buy

Phoenix616 commented 3 years ago

I am building a SHOP in the reserve Right-click cannot be used to use SHOP in the protected area Hope to be able to add the option to modify the button EX: keyboard S to sell, keyboard B to buy

It is not possible to catch arbitrary keyboard keys from the server, the client doesn't send those. You are going to have to check how to enable shop sign interactions in your protection plugin.

Phoenix616 commented 1 year ago

No reply, I assume this was solved.