Go to file
isokissa3 3c3fc1f660 Fixed possible deadlock when game-mode flag is being used
When joining to region with game-mode flag set while initializing flag handlers PlayerGameModeChangeEvent is fired causing the plugin to try check the current status of fly flag to decide whenever can they fly or not. This causes issues as the intializers are being fired from the guava's LoadingCache causing the get to block, tho Guava actually prevents deadlocks and throws exception.

The workaround is to check if the session is present at the moment and if not then scheduale it for next tick, otherwise we can continue
2018-04-24 17:45:32 +03:00
src/main Fixed possible deadlock when game-mode flag is being used 2018-04-24 17:45:32 +03:00
LICENSE.txt License :) 2016-12-23 15:33:25 +02:00
pom.xml Made give-effects timer 15s to avoid blinking 2018-04-24 16:31:10 +03:00
README.md Create README.md 2016-12-23 15:38:34 +02:00