ChestShop-3/src/main/java/com/Acrobot/ChestShop/Listeners
Phoenix616 40467e3522 Add support for Paper's BlockDestroyEvent for sign breaks (Fixes #214)
Instead of using different modules we use a bukkit profile to test backwards compatibility with pure-Bukkit servers and use the paper-api in the default profile. This should really be done with modules in the future. The actual selection which listener to use is handled by checking if the event class exists on event registration.
2019-11-04 17:26:43 +01:00
..
Block Add support for Paper's BlockDestroyEvent for sign breaks (Fixes #214) 2019-11-04 17:26:43 +01:00
Economy Fix Vault CurrencyAmountEvent listener returning wrong balance 2019-09-06 13:31:19 +01:00
Item Improve hopper protection 2018-10-23 19:27:39 +01:00
Modules Move to BigDecimal in all events and use the CurrencyTransferEvent 2019-04-25 18:44:22 +01:00
Player Added toggle access command (#271) 2019-09-16 12:56:30 +01:00
PostShopCreation Use shop owner for LWC protections and not the creator 2019-08-22 14:03:27 +01:00
PostTransaction Improve /cstoggle by using UUIDs and HashSet instead of ArrayList 2019-09-14 23:49:40 +01:00
PreShopCreation Use shop owner for LWC protections and not the creator 2019-08-22 14:03:27 +01:00
PreTransaction Improve /cstoggle by using UUIDs and HashSet instead of ArrayList 2019-09-14 23:49:40 +01:00
ShopRemoval Make querying of accounts by (short) name an event too 2019-05-06 23:49:16 +01:00
AuthMeChestShopListener.java Update to new AuthMeReloaded API (Fixes #174) 2018-10-15 20:27:38 +01:00
GarbageTextListener.java Should fix the Mac issues 2015-05-22 13:26:42 +02:00
ItemInfoListener.java Add support for stored enchantments to /iteminfo and format it better 2018-06-03 19:23:40 +01:00
SignParseListener.java Make Item and Material parsing events 2019-01-17 19:50:47 +01:00