ocelotpotpie / FreedomChat

Liberate your server from the chat-reporting bourgeoisie! Disable chat signing server-side
https://modrinth.com/plugin/freedomchat
GNU General Public License v3.0
204 stars 24 forks source link

Does not work for 1.20.2 #38

Closed wilderop closed 11 months ago

wilderop commented 11 months ago

This plugin does not work under 1.20.2 I can still report players on my server D-:

ghost commented 11 months ago

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

andrewkm commented 11 months ago

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! :)

wilderop commented 11 months ago

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 https://github.com/e-im/FreedomChat/issues/38#issuecomment-1741945398, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOKUSL25JIIQF6VI5M7C2MTX5DRFXANCNFSM6AAAAAA5FKE6WE . You are receiving this because you authored the thread.Message ID: @.***>

andrewkm commented 11 months ago

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

https://github.com/e-im/FreedomChat/issues/38#issuecomment-1741945398,

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

velcrohead74 commented 11 months ago

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.

andrewkm commented 11 months ago

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.

velcrohead74 commented 11 months ago

Ooh, never used discord, I’ll have a look at it now.

e-im commented 11 months ago

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.

e-im commented 11 months ago

Release created https://modrinth.com/plugin/freedomchat/version/1.5.1

wilderop commented 11 months ago

That's too bad! Please send a link so I can donate for your hard work!

On Mon, Oct 2, 2023, 15:33 Evan McCarthy @.***> wrote:

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 https://github.com/ocelotpotpie who is willing to maintain it in the future.

— Reply to this email directly, view it on GitHub https://github.com/e-im/FreedomChat/issues/38#issuecomment-1743862706, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOKUSL4A3UD2UXJK2B4MHPLX5M6KLAVCNFSM6AAAAAA5FKE6WGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBTHA3DENZQGY . You are receiving this because you authored the thread.Message ID: @.***>

andrewkm commented 11 months ago

Thanks for the update here guys! :)