#PoaSK Update broke things

1 messages · Page 1 of 1 (latest)

steep shore
#
        set block at {_loc} to chest

        # build packet once
        set {_packet} to new play_server_block_action packet
        set field 0 of {_packet} to nms from {_loc}
        set field 1 of {_packet} to 1

        # open animation (with delay like in your command)
        set field 2 of {_packet} to 1
        wait 5 ticks
        send packet {_packet} to {_p}
        play sound "block.chest.open" at {_loc}

        # close animation
        set field 2 of {_packet} to 0
        send packet {_packet} to {_p}
        play sound "block.chest.close" at {_loc}```
hushed kettle
#

? this isnt even poask

steep shore
hushed kettle
#

the effect send packet x to y is conficting with the other plugin addon

#

this is not poask syntax

steep shore
#

Are you sure it isnt?

hushed kettle
#

yes but the syntax above that IS NOT poask

hushed kettle
#

look at poask's effects it doesnt have the field stuff

steep shore
#

The error specifically mentions poask so thats why i thought it was that

hushed kettle
#

that is probaly what is happening

steep shore
#

Apologies, looks like it is from skript-packet - sorry for wasting time D: the error led me astray

hushed kettle
#

👍