-
After updating to the latest MCProtocolLib I now get this error
> io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: Value minecraft:nbt_compound_tag has no mapping for ke…
-
I have noticed a strange line in the Chunk code, but I may be wrong.
My understanding of chunks in Minecraft (before 1.16):
If bitsPerEntry 8, the storage (array of longs) contains directly block…
-
It will never work, since the backend (Spigot/Paper) does not implement this option.
Add that if it is not active in this file (/proc/net/ipv4/tcp_fastopen enabled) it will never work, even if it i…
xism4 updated
5 months ago
-
I could not use it when join the older Minecraft versions.
Thx.
-
Currently it sets that field to true iff biomes are present. Instead it should be set to true if all 16 chunks are present and false if at least one of the chunks is null.
This was verified by conne…
ghost updated
8 months ago
-
Hello, how can i create localhost SERVER who will listen for all packets received from localhost socks5 proxy on specific port.
It's possible in java socket that it listen for all packet received on…
-
https://github.com/Steveice10/MCProtocolLib/blob/5546770d4b484ce0cad90cdb285ff263b2ac191c/src/main/java/org/spacehq/mc/protocol/packet/ingame/server/entity/ServerEntityMovementPacket.java
All those v…
ghost updated
8 months ago
-
**Describe the bug**
The web server does not respond with 404 to requests for compiled projects that do not contain the requested resources
**To Reproduce**
1.write code:
```xml
4.0.0
todo-remove
…
-
I've looked at wiki.vg at the format of the WorldBorder packet, and i'm looking at decompiled Minecraft source code for the packet.
The decompiled code looks as follows:
![image](https://user-ima…
-
Proxies aren't working. I tried over 15, but none of them worked. I'm using MCProtocolLib 1.8.
My code:
Proxy proxy = new Proxy(Proxy.Type.SOCKS, new InetSocketAddress("59.108.48.37", 8080));
Client …