-
reason: Internal network exception. cause: io.netty.handler.codec.EncoderException: java.lang.IllegalArgumentException: String cannot be null!
or
reason: Internal network exception. cause: io.ne…
-
I need to modify a packet before it's sent (namely, I need to change the UUID of a `LoginSuccessPacket`). Since I'm using PacketLib, I have no control over what UUID is used during the sending of said…
-
# Build Logs and Error
C:\Users\Jamie\Documents\GitHub\LotteryBot\LotteryBot>mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------------------------------------------…
-
What could be the problem?
```
if (receiveEvent.getPacket() instanceof ServerPlayerPositionRotationPacket) {
ServerPlayerPositionRotationPacket packet = receiveEvent.getPacket();
…
-
I am using the 1.12-1 release of MCProtocolLib. The exception occurs moments after the initial connection, after a bunch of these packets:
`ServerChunkDataPacket(column=com.github.steveice10.mc.proto…
ViRb3 updated
8 months ago
-
### `/viaversion dump` Output
https://dump.viaversion.com/0840083531d458d6b8ce354fc5825959a9acd203cdb1c18d2b07af147326631f
### Console Error
https://paste.gg/p/anonymous/fecd96accf354174b568683e6ab…
-
Whilst trying to run your example code, the program just stalled. I added `println`s at various locations, only to find nothing was getting past `client.getSession().connect()`. I put in the correct v…
phase updated
8 months ago
-
On my personal computer, the program is able to successfully login and create a session. However, on my VPS it keeps saying Invalid Credentials.
Is there any way to fix this?
-
### Describe the bug
When you stop the Fabric server, the server does not shut down completely, resulting in the need to use C^ to shut down the server. This breaks automatic server restarts.
##…
-
I found a bug in ClientbountCommandsPacket serialization. A pull request has been created: https://github.com/GeyserMC/MCProtocolLib/pull/741
It's a simple fix, however, I can give more informatio…