ChestShop-3/src/main/java/com/Acrobot/ChestShop/Listeners/Player
Phoenix616 d52c329618
Make compatible with Folia by using own ExecutorService
Our async tasks were already pretty world-independent (update checker as
 well as some logging so this should work pretty well)

For the rest the ORMLite library should already be able to handle access from
 different threads and whether economy plugins are compatible with Folia is
 up to them, not us...
2023-03-23 23:50:43 +01:00
..
PlayerConnect.java Make compatible with Folia by using own ExecutorService 2023-03-23 23:50:43 +01:00
PlayerInteract.java Use non-deprecated setScale, remove duplicate division calls, NPE-Fix 2023-03-01 18:10:25 +01:00
PlayerInventory.java DoubleChest left/right side holder might be null/not BlockStates. Check that. 2023-03-01 18:06:35 +01:00
PlayerLeave.java Rewrite (and document) the NameManager 2017-06-30 20:28:18 +01:00
PlayerTeleport.java Improve performance by using Paper's non-snapshot states if available 2021-01-28 17:18:42 +01:00