Walking to the border and getting teleported back resets essentials `/back`.
donvi-bz opened this issue ยท 2 comments
When attempting to walk past the world border and getting teleported back, the player's /back (from essentials) gets reset.
Implemented a workaround in 1f7ffb6 to prevent Essentials from running its back on teleport code when players are pushed back from the border. I've done it by temporarily adding "NPC" metadata during the teleport, which Essentials checks. This isn't an ideal solution but it's the best one I could think of without hooking directly into Essentials and forcibly setting back locations, which I wanted to avoid. I did a little preliminary digging and couldn't find any obvious incompatibilities this will cause, though it is possible that this logic will need to be revisited later on.