ChestShop-3/src/main/java/com/Acrobot/ChestShop
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
..
Commands Added toggle access command (#271) 2019-09-16 12:56:30 +01:00
Configuration Slightly change access_denied message to indicate container access error 2019-11-04 17:26:22 +01:00
Containers Add support for Paper's BlockDestroyEvent for sign breaks (Fixes #214) 2019-11-04 17:26:43 +01:00
Database Make querying of accounts by (short) name an event too 2019-05-06 23:49:16 +01:00
Economy Move to BigDecimal in all events and use the CurrencyTransferEvent 2019-04-25 18:44:22 +01:00
Events Use shop owner for LWC protections and not the creator 2019-08-22 14:03:27 +01:00
Listeners Add support for Paper's BlockDestroyEvent for sign breaks (Fixes #214) 2019-11-04 17:26:43 +01:00
Logging Mavenized the project 2013-03-08 20:31:15 +01:00
Metadata Use prepared queries to avoid special character issues (Fixes #258) 2019-07-29 18:50:26 +01:00
Plugins Use shop owner for LWC protections and not the creator 2019-08-22 14:03:27 +01:00
Signs Fix issues with double chests not begin detected as shops in some cases 2019-08-31 11:20:02 +01:00
Updater Automatically drop the username on leave 2014-07-03 18:49:12 +02:00
Utils Remove all usage of old MaterialData and other outdated code 2019-04-30 21:31:24 +01:00
UUIDs Set UUID version if players are online when manager loads (Fixes #265) 2019-08-20 13:15:41 +01:00
ChestShop.java Added toggle access command (#271) 2019-09-16 12:56:30 +01:00
Dependencies.java Always register WorldGuard shop flag (Fixes #230) 2019-05-13 00:16:57 +01:00
Permission.java Added toggle access command (#271) 2019-09-16 12:56:30 +01:00
Security.java Use shop owner for LWC protections and not the creator 2019-08-22 14:03:27 +01:00