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
272 stars 178 forks source link

Trigger transaction message from CurrencyTransferEvent and consider tax #534

Closed felipefoschiera closed 1 year ago

felipefoschiera commented 1 year ago

Changes

Test

Ran mvn clean install and used the plugin on a local Spigot server.

Created a shop with a product for $5k, and a defined tax of 10%.

Case 1: tax applies (for both users)

Case 2: NoTax permissions apply (for both users)

felipefoschiera commented 1 year ago

Not sure how to link this to the issue - https://github.com/ChestShop-authors/ChestShop-3/issues/526

felipefoschiera commented 1 year ago

That makes sense. Done.