Anarchick / skript-packet

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

Handshake event not letting me in. #26

Closed CerialPvP closed 1 week ago

CerialPvP commented 1 year ago

Hello. I have registered a handshake packet event, and when I did, that made me unable to join my server. Code (I also tried broadcast):

on packet event handshake_client_set_protocol:
    set {-ProtocolVersionHandshake} to field 0

There are no errors in the code, but this is what happens when I try to join: image There are also no errors in console, and this is my /sk info: image I have protocollib v5.1.0 build #661, as seen here: image Please fix or help me asap.

Anarchick commented 1 year ago

Did you try to async the event using : on async packet event handshake_client_set_protocol: ?

if it does't works, it will be harder to fix it without console error.

Anarchick commented 1 week ago

I have updated SP and cannot replicate this issue