Alex (TuxCoding)
Alex (TuxCoding)
Which viaversion build do you use?
I think it's because the statement here: https://github.com/games647/FastLogin/blob/master/core/src/main/java/com/github/games647/fastlogin/core/AuthStorage.java#L225 doesn't correctly matches the old result. I although I did multiple tests and it seemed to work fine.
Ehm, sorry I don't exactly what this is about. Do you mean a configuration option to forward premium players to a specific server?
The plugin is disabled. Check the startup log.
Fixes #2112
Okay it's not that easy. I forgot the following case: DataSource not cached, registration not enforced: Currently: It would always hide the inventory, because we don't know the registration status...
Since the `ListenerService` is also affected from this issue, I changed to behavior now to use caches there too. Currently the result will be cached on join and updated after...
I think I should add some unit tests too, because this is critical area. Just to be sure ;)
Argh, I was too busy with other stuff. I'll try on Thursday.
@sgdc3 In fact working on it now.