Anarchick / skript-packet

Another skript's packet addon to replace ThatPacketAddon with skript2.5.2+
MIT License
21 stars 4 forks source link

Skript-Packet 2.2.0 Bug #31

Closed TSNCM closed 6 months ago

TSNCM commented 6 months ago

Hello, I have a vehicle system with the on packet event PLAY_CLIENT_STEER_VEHICLE. As soon as I reload my vehicle system with /sk reload Vehicle and then drive, everything is faster. The steering is twice as fast. When I reload the vehicle system again, the steering and the W S A D keys are even faster. I had this problem before with the script packet.

I suspect that there's a bug in the packet.

Minecraft-Server-Version: 1.20.2 ( paper )

Anarchick commented 6 months ago

stop the server and try with the latest dev build of ProtocolLib download here : https://ci.dmulloy2.net/job/ProtocolLib/

try to listen the packet without doing anything inside the event. try same with : on sync packet event PLAY_CLIENT_STEER_VEHICLE then on async packet event PLAY_CLIENT_STEER_VEHICLE

If you have the issue with nothing inside the event, this mean that the issue is from ProtocolLib and not Skript-Packet. report the issue at https://github.com/dmulloy2/ProtocolLib/issues.

Disclaimer : The author of ProtocoLib is not very active since 4-5 month and we no one know the reason

TSNCM commented 6 months ago

Hello, I have the latest version of ProtocolLib, and I'm still experiencing the bug.

Anarchick commented 6 months ago

Can you send the code please, I will try to reproduce the bug

TSNCM commented 6 months ago

Hello, I have downloaded the latest version Skript-Packet-2.2.1, and my problem is resolved. thanks. :)