Results 20 comments of Cryptite

> Hi! Will this resolve #9081? Also see [this](https://github.com/PaperMC/Paper/pull/9152#discussion_r1176839017) Moved! Thanks. I'm not sure this patch is really meant to solve that issue which sounds more like plugin funkyness. If...

I understand this could arguably called PlayerPreRespawnEvent... ish. Open to renaming suggestions if need be.

Decided to go ahead and rename it to Pre

> Does it makes sense to include the respawn reason here for more context ? Sure why not

Indeed i haven't had luck with poses in 1.20.4, unsure what's changed.

Can you provide a code example on how to use them? Even using old poses, I've tried a few ways to get them to send to players and none seem...

Yeah the `sneakingMetaFactory()` one works, but the previous way of providing a `Collection` to a `entityStatusMetaFactory()` is what doesn't work.

``` Collection statuses = Set.of(EntityStatus.SWIMMING); npc.changeMetadata(EntityMetadataFactory.entityStatusMetaFactory(), statuses).schedule(player); ```

Yeah looks like that works but only when you approach npcs close enough that they turn towards you.

This is more of a fork that Loka uses "for its own purposes" and and doesn't particularly strive to be a "Better than Paper" type of fork. A good amount...