CanardNocturne

Results 4 comments of CanardNocturne

Hello, I tested with SpongeVanilla and I didn't have the error. Here is my test code: ```java @Listener private void onLogin(final ServerSideConnectionEvent.Join event) { Task build = Task.builder().plugin(this.container).delay(Ticks.of(20)) .execute(() ->...

Hello, `ServerSideConnectionEvent.Join` is called during the server tick and the channel `bungeecord:main` is registered right after because it is in a task. So a fix is to execute your code...

Hello, I tested on my side but the recipes are visibles as shown in the screenshots. I didn't find serverlistplus version 3.5.1, only 3.5.0. I tested with the original spongeforge...

It should be fixed in the latest version (1365), I've tested some of them with success.