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}```
#PoaSK Update broke things
1 messages · Page 1 of 1 (latest)
? this isnt even poask
the effect send packet x to y is conficting with the other plugin addon
this is not poask syntax
yes but the syntax above that IS NOT poask
yes?
look at poask's effects it doesnt have the field stuff
The error specifically mentions poask so thats why i thought it was that
^
that is probaly what is happening
Apologies, looks like it is from skript-packet - sorry for wasting time D: the error led me astray
👍