JustEli / Coins

[Minecraft/Spigot] This plugin drops coins for killing mobs and mining. Includes a withdraw system. Can be used for drop parties. Highly configurable.
GNU General Public License v3.0
14 stars 24 forks source link

Fix infinite money exploit with QuickShop #15

Closed itsfolf closed 4 years ago

itsfolf commented 4 years ago

QuickShop's build permission check method uses a block break event with the experience drop set to -1, since coins only checked for it not being equal to 0 clicking a chest results in coins dropping

JustEli commented 4 years ago

thanks! really appreciated