HarvelsX
HarvelsX
> What if we would have whitelist-server. If some plugin will try to send player into another server, and server included in the whitelist, LibreLogin will let player join into...
> Be the very last one to make the determination and if the user needs to be rerouted to an authorization server, remember where he should have connected before and...
Here is the bad code as a crutch that I use to make REMEMBER_LAST_SERVER work correctly for my plugin use case. It's very simple, but it looks terrible. ```java diff...
> The LobbyServerChooseEvent does allow you to change the server where the player will be headed to. @kyngs, I believe it's easy to change this by listening to an event,...
> Spigot support At the moment it should retains, but if Folia removes `BukkitScheduler`, either reflections or a separate module will have to be used. > WorldEdit isn't marked as...
> 2\. I'm not happy with the removed paper-api dependency. Our suggested platform is Paper, we should use paper as dependency. Folia adds some more methods and the bukkit module...
@Anon8281, it's kind of based on events/
@Yomamaeatstoes and @Loving11ish, fixed buggy rebase/
@Anon8281, probably fixed, but there may be other problems.
I think you should pay attention to RenderDoc (https://github.com/baldurk/renderdoc), it seems to implement what you want.