EaglerReborn / support

get support for Eagler Reborn
3 stars 1 forks source link

how can i send PlayerMoveC2SPacket using plugin api? #8

Open radmanplays opened 10 months ago

radmanplays commented 10 months ago

closes thing i found was sendPacketPlayerPosition which i used in my hacked client's .vclip command

ZXMushroom63 commented 10 months ago

Are you sure this is from the right version of Minecraft? I didn't see a PlayerMoveC2SPacket class in the 1.8 source code.

radmanplays commented 10 months ago

Are you sure this is from the right version of Minecraft? I didn't see a PlayerMoveC2SPacket class in the 1.8 source code.

its used here : https://github.com/MeteorDevelopment/meteor-client/blob/master/src/main/java/meteordevelopment/meteorclient/commands/commands/VClipCommand.java

radmanplays commented 10 months ago

and here my version that i ported to plugin api : https://github.com/radmanplays/MeteorX-ts/blob/main/src/cmds.ts

ZXMushroom63 commented 10 months ago

sendPacketPlayerMove is probably the correct option here.

radmanplays commented 9 months ago

sendPacketPlayerMove is probably the correct option here.

its not in plugin api's docs