ChestShop-3/src/main/java/com/Acrobot/ChestShop/Listeners
Phoenix616 a413e86ccf
Fix transaction message getting sent twice when server economy account is set
This was due to the ServerAccountCorrector calling the economy events another time with the new account.
 Directly setting the new account is the far better approach and has been adjusted for all currency events.
2023-09-26 20:22:15 +01:00
..
Block Fix issues with new 1.20 back side of signs 2023-08-27 15:55:53 +01:00
Economy Fix transaction message getting sent twice when server economy account is set 2023-09-26 20:22:15 +01:00
Item Add ItemBridge support (Resolves #361) 2022-12-29 15:25:26 +01:00
Modules Use InventoryHolder couldBeShopContainer check (Might help with #566) 2023-09-22 01:45:45 +01:00
Player Add compatibility for new sign-editing in 1.20 2023-06-13 00:11:48 +01:00
PostShopCreation Improve logger handling 2023-06-18 22:12:08 +01:00
PostTransaction Improve logger handling 2023-06-18 22:12:08 +01:00
PreShopCreation Cleanup: Properly log errors 2023-03-01 18:27:04 +01:00
PreTransaction Cleanup: 0-sized arrays, NPE, Math.min usage 2023-03-01 17:48:07 +01:00
ShopRemoval Improve logger handling 2023-06-18 22:12:08 +01:00
AuthMeChestShopListener.java Update to new AuthMeReloaded API (Fixes #174) 2018-10-15 20:27:38 +01:00
GarbageTextListener.java Fix potential NullPointerExceptions 2023-03-01 18:14:18 +01:00
ItemInfoListener.java Cleanup: Use chained StringBuilder#append 2023-03-01 17:59:02 +01:00
ShopInfoListener.java Unify sign line parsing and strip owner line whitespace 2022-01-26 20:35:42 +01:00
SignParseListener.java Remove OddItem support and implement own alias system (Resolves #360) 2021-01-03 01:55:01 +01:00