How to prevent Ender Pearl Stasis?
Hi, players of my server are complaining about abusing epearl stasis during combat. They just leaving the fight by this feature. So im wondering how can i disable this feature on my server?
15 Replies
Disable Ender pearls during combat
if you're on a paper server, I believe there is a config for disabling stasis chambers
That is not the solution im looking for
There is nothing
disable-unloaded-chunk-enderpearl-exploit
does this take into account that enderpearl loads chunks
you can prevent that as well with legacy-ender-pearl-behavior
Eis knows a lot about ender pearl settings due to recent trauma
i put
legacy-ender-pearl-behavior: true
in paper-world-defaults.yml
stasis still works 😭yeah thats not the one for preventing stasis chambers, disable-unloaded-chunk-enderpearl-exploit is
Set it to true?
yes
it was already on

same shit tbh
You just need to write a plug-in to listen for teleportation events and cancell them if it is an enderpearl teleport event and if the target location for the teleport event is higher than a threshold, set it to how far you think a player can pearl
Or make it so that players can't enderparl into water, that might also work