Does not work for 1.20.2
wilderop opened this issue · 11 comments
This plugin does not work under 1.20.2 I can still report players on my server D-:
change
buf.writeVarInt(ctx.channel().attr(Connection.ATTRIBUTE_PROTOCOL).get().getPacketId(PacketFlow.CLIENTBOUND, packet));
to
buf.writeVarInt(ctx.channel().attr(Connection.ATTRIBUTE_CLIENTBOUND_PROTOCOL).get().packetId(packet));
ezpz
change
buf.writeVarInt(ctx.channel().attr(Connection.ATTRIBUTE_PROTOCOL).get().getPacketId(PacketFlow.CLIENTBOUND, packet));
to
buf.writeVarInt(ctx.channel().attr(Connection.ATTRIBUTE_CLIENTBOUND_PROTOCOL).get().packetId(packet));
ezpz
Thank you! :)
I'm sorry, I don't know how to easily do this, I am looking for a compiled
jar to be uploaded.
On Sat, Sep 30, 2023 at 8:43 PM andrewkm @.***> wrote:
change
buf.writeVarInt(ctx.channel().attr(Connection.ATTRIBUTE_PROTOCOL).get().getPacketId(PacketFlow.CLIENTBOUND,
packet));
to
buf.writeVarInt(ctx.channel().attr(Connection.ATTRIBUTE_CLIENTBOUND_PROTOCOL).get().packetId(packet));
ezpz
Thank you! :)
—
Reply to this email directly, view it on GitHub
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AOKUSL25JIIQF6VI5M7C2MTX5DRFXANCNFSM6AAAAAA5FKE6WE
.
You are receiving this because you authored the thread.Message ID:
@.***>
Message me on Discord username: andrewkm
I would be grateful for a version that works with 1.20.2 please, I have tried the above but I cant seem to get it to work, the cmd screen dissapears too quickly for me to read anything.
Cheers.
I would be grateful for a version that works with 1.20.2 please, I have tried the above but I cant seem to get it to work, the cmd screen dissapears too quickly for me to read anything.
Cheers.
Message me on Discord for the build.
Ooh, never used discord, I’ll have a look at it now.
Thank you for this issue and the corresponding PR. I will create a new release with this change now.
Unfortunately I have lost almost all desire to maintain this plugin. I will transfer this project to @ocelotpotpie who is willing to maintain it in the future.
Release created https://modrinth.com/plugin/freedomchat/version/1.5.1
Thanks for the update here guys! :)