Heath123 / pakkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple bug reports

Tanerx opened this issue · comments

commented

All this tested in online mode

  1. Player skin doesn't work. Player get default skins. I can see the player_info packet but doesn't work. Even i edit and send again. (Tested: 1.20.1 and 1.18.2)
  2. chat_session_update packet is always dropped when using pakkit. Pakkit canceling the packet by default. (Tested: 1.20.1)
commented

1.) Can't confirm. What server software?
2.) Can be, chat is currently not 100% supported, since minecraft added signed chat. But this is then a Bug from https://github.com/PrismarineJS/node-minecraft-protocol

commented

1.) Can't confirm. What server software? 2.) Can be, chat is currently not 100% supported, since minecraft added signed chat. But this is then a Bug from https://github.com/PrismarineJS/node-minecraft-protocol

  1. Purpur and Paper. Tested 1.18.2 and 1.20.1 server. Result is always same.

This video recorded while Purpur 1.20.1 server and unmoded 1.20.1 client: https://www.youtube.com/watch?v=mN78pVlNlq4
It's same for paper 1.20.1 and 1.18.2 servers to.

commented

Don't know why, but there is a signature miss-match in your video:
image
If i check it with: https://sessionserver.mojang.com/session/minecraft/profile/08000239bb814f76bd5b16d3da1536b0?unsigned=false

commented

Signature is not a static value. Will always change. If you check again right now you will see another signature already.

commented

image
This is same server and client but using sniffcraft instead of pakkit.