alexey-va

Results 4 issues of alexey-va

### I confirm that I have ... - [X] ...tried the latest [Development Build](https://ci.citizensnpcs.co/job/Citizens2/) to make sure my feature doesn't exist already. - [X] ...checked the Wiki for any possible...

I have a menu with 1 button. This button has 2 states: TRUE and FALSE. TRUE state is active when player has **test_perm** permission, FALSE state is active when player...

bug

sometimes when player joins and leaves immideadtely I get this in console ``` [19:57:23] [lettuce-epollEventLoop-7-3/WARN]: java.util.concurrent.CompletionException: java.lang.RuntimeException: java.util.concurrent.TimeoutException [19:57:23] [lettuce-epollEventLoop-7-3/WARN]: at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) [19:57:23] [lettuce-epollEventLoop-7-3/WARN]: at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) [19:57:23] [lettuce-epollEventLoop-7-3/WARN]: at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:722)...

Should loading default currency also be triggered when plugin.getServer().getServicesManager().getRegistrations(net.milkbowl.vault.economy.Economy.class) is empty? I had issue that no economy plugin is found even though both Vault and RedisEco are loaded. https://github.com/Emibergo02/RedisEconomy/blob/237befe83ba308ec3b1c03084731ff3fd4025412/src/main/java/dev/unnm3d/rediseconomy/currency/CurrenciesManager.java#L68