Open radmanplays opened 1 year 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.
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
and here my version that i ported to plugin api : https://github.com/radmanplays/MeteorX-ts/blob/main/src/cmds.ts
sendPacketPlayerMove is probably the correct option here.
sendPacketPlayerMove is probably the correct option here.
its not in plugin api's docs
closes thing i found was sendPacketPlayerPosition which i used in my hacked client's .vclip command