Tofaa
Tofaa
Not sure if this is just me or if anyone else is having this too but i keep getting this build error https://pastebin.com/9egQQk5w Im sorry if its my issue and...
Hello sportpaper developers! I found this issue where sport generates new chunks and the worlds differently than what is set. Like when you stop the server on a superflat it...
When trying to use Tab to autocomplete a Github Copilot completion, google-java-format overrides and simply acts as if i pressed tab without copilot.
Full stacktrace: ``` [ForkJoinPool.commonPool-worker-1] [04:02:25] (EncryptionResponsePacket.lambda$process$4) - INFO - UUID of player Tofaa is b6bd953d-f87e-4be2-a308-777861b54d37 > java.lang.ArrayIndexOutOfBoundsException: Index 4 out of bounds for length 4 at net.minestom.server.instance.palette.FlexiblePalette.retrieveAll(FlexiblePalette.java:243) at net.minestom.server.instance.palette.FlexiblePalette.getAll(FlexiblePalette.java:66) at...
This PR includes: User class now inherits and *mostly* (Missing sound sending, which is still a WIP) implements Audience functionality. introduces a GroupedAudience interface that allows for people to filter...
PR change the location of bytebuf modification methods from PacketWrapper to a seperate exposed API
This PR aims to replace the PacketWrapper#readSomething and PacketWrapper#writeSomething with a more scalable and convenient API. Seperating types and no longer depending on Object for everything in PacketWrapper that is...
**Is your feature request related to a problem? Please describe.** PacketEvents currently has no way to write buffer content besides the PacketWrapper class, which limits the usage to specifically packets...
I've been porting my Minecraft server implementation from Java and Netty to .NET c# and DotNetty, DotNetty also hides the error exceptions in the pipeline possibly? No errors getting logged...
PR adds more compensated content for the client and a lot of basic badpackets stuff that the client server protocol should account for. Also removes the unnecesary repeat creation of...
Me and @[GoldenCookieGIT ](https://github.com/GoldenCookieGIT) are working on a minestom project, but occasionally stuff like this in the handshake state (during server list ping handshaking) we get console errors  At...