TheSnoozer

Results 129 comments of TheSnoozer

Maybe https://wiki.vg/Chunk_Format helps? I would also recommend to review "Full implementations"to see how other projects might have implemented what you need.

Would be happy to help so I could add more packets to test :-P

Trust me at the beginning it is somewhat tricky, but essentially everything you need to add packets is already there. You just need to bring the time and motivation to...

Mhh interesting....i personally looked into making the chat somewhat color full and readable but haven't considered the translation from general chat messages....might take a look into it and create a...

Hello, thanks for your contribution! I remember that we had issues with those properties / settings and maven. Effectively the command-line didn't overwrite anything that was encoded in the pom.xml....

The replay mod file will store the packetIDs (https://github.com/MCCTeam/Minecraft-Console-Client/issues/1007#issuecomment-677860079) so I don't think it's an issue within dumping the replay file. I would rather suspect that there is a ID...

Hello, thank you for reporting! This indeed sounds a quite tricky bug within the JGit library which is being used by the plugin by default. Some questions: - what container...

What is the output of `git describe --long`? Is `useNativeGit` set in the pom?

Could you also run `git describe --long --tags` for me please? I'm assuming you are currently running in the situation that is outlined in the readme in the section `git-describe...

On the Jenkins do you perform a shallow clone or a full clone of the repo? Also speaking of `We perform project releases via Jenkins` I'm not sure if this...