Hey @neon cloak apologies for the ping but I am genuinely lost
after I restarted server while working on some fake entities
all my fake entity codes gave up completely
I had fake text displays and fake item displays that would be spawned when needed
none work now
no errors whatsoever, I can broadcast the fake entity and it does seem to give some info back but nothing is shown to me
an example code:
set {_l} to location of {_p}
set pitch of {_l} to 0
set {_l} to location 2 meters in front of {_l}
set yaw of {_l} to calculateOppositeYaw(yaw of {_p})
set {_rid} to (random integer between 0 and 9999999)
set {_wake} to stick
set item model of {_wake} to "xenons:wind_swipe"
spawn fake item display at {_l} for {_p} with id {_rid}
set {_display} to new metadata packet with id {_rid}:
display item: {_wake}
display scale: vector(2, 2, 2)
send packet {_display} to {_p}
wait 20 ticks
remove fake entity with id {_rid} for {_p}```
these worked just fine up until they just gave up at one point
no plugins were changed
server stayed on same version
nothing should've been changed