LMBishop / MoneyPouch

MoneyPouch plugin for Spigot, which adds pouches containing random amounts of money.
GNU General Public License v3.0
7 stars 14 forks source link

Disabled placing MoneyPouches from off-hand. #14

Closed TheSummerGrinch closed 3 years ago

TheSummerGrinch commented 3 years ago

Fixes a bug where users could place the MoneyPouches when held in their off-hand, on server running version 1.9.x and higher.

We do this by cancelling the PlayerInteractEvent when it is called for the off-hand, and the item in the off-hand is a MoneyPouch. Tested on version 1.16.5

Solves #12