Loki

Results 40 comments of Loki

Considering this hasn't gone anywhere in coming up on 2 years, it would probably be a better use of time to simply fork the project or use a different plugin...

@me4502 The original discussion was about various changes in how commands were handled in Paper / WorldGuard meant that previous behavior (WorldGuard's commands being overridden automatically by Essentials, just go...

@Test-Account666 Any plan to still merge this in?

This PR has an incompatibility issue with Folia, this change seems to fix it though I'm unsure if the Folia code behaves the same ![image](https://github.com/user-attachments/assets/89d2c249-f33c-4ada-be96-746918ce8485)

confirmed issue when using LPC and latest version

It mutates the inventory. Most of the MC space isn't aware, but again, if you send for example Slot 10, it will move the item from Slot 10 into the...

My server is using a mod that performs lazy chunk loading to reduce the strain on the server during exploration. At the moment, that means that chunks directly next to...

It's not perfectly optimal, yeah, but we're still tuning things. At the very least, the loaded check would go pretty far to preventing any edge-case hangs like this in the...

BTW, I've put my health monitor tool up on GitHub. it's not quite ready for primetime but it should work for getting the same kind of lag debug printouts I...

ServerPreShutdownEvent would be good for cleanup for sure, though yes, it should exist in both Paper and Folia if added. Probably fired after Players are effectively "disconnected" (on folia, still...