ChestShop-3/src/main/java/com/Acrobot/ChestShop/Events
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
..
Economy Fix transaction message getting sent twice when server economy account is set 2023-09-26 20:22:15 +01:00
Protection Differentiate between shop accessing and administrating 2021-05-16 00:31:33 +01:00
AccountAccessEvent.java Move account access check to an event 2020-05-02 15:32:48 +01:00
AccountQueryEvent.java Don't search unknown players by default 2021-11-17 14:03:51 +01:00
ChestShopReloadEvent.java Add ability to reload discount and restriction module (Resolves #252) 2020-06-10 14:03:22 +01:00
ItemInfoEvent.java Document events 2013-04-27 14:48:19 +02:00
ItemParseEvent.java Make Item and Material parsing events 2019-01-17 19:50:47 +01:00
ItemStringQueryEvent.java Add ItemBridge support (Resolves #361) 2022-12-29 15:25:26 +01:00
MaterialParseEvent.java Make Item and Material parsing events 2019-01-17 19:50:47 +01:00
PreShopCreationEvent.java Fix shop sign getting broken with autofill marker (Fixes #310) 2020-05-13 23:13:56 +01:00
PreTransactionEvent.java Add separate error message for invalid names 2021-02-05 15:26:39 +01:00
ShopCreatedEvent.java Use shop owner for LWC protections and not the creator 2019-08-22 14:03:27 +01:00
ShopDestroyedEvent.java Allow configuring what containers can be used for shops (Fixes #175) 2018-10-23 19:14:21 +01:00
ShopEditedEvent.java Add a simple shop edited event, not yet working 2015-03-17 11:36:55 +01:00
ShopInfoEvent.java Implement /shopinfo command/chest click for shop info (Resolves #203) 2021-02-15 17:28:33 +01:00
TransactionEvent.java Move to BigDecimal in all events and use the CurrencyTransferEvent 2019-04-25 18:44:22 +01:00