Paul19988 / Advanced-Slime-World-Manager

A Spigot plugin that implements the Slime Region Format.
GNU General Public License v3.0
185 stars 71 forks source link

WorldGuard can't load region data in fresh slime worlds #151

Open RoloRotMG opened 2 years ago

RoloRotMG commented 2 years ago

Describe the issue WorldGuard fails to load region data with newly made swm worlds Spigot version 1.19.2 Plugin version 2.10.0 How to reproduce Have WorldGuard installed. Create a slime world in game and then go to it. Anytime you click an interactable block such as a barrel this message comes up image

This definitely used to work fine. I consulted the EngineHub discord (support for WorldGuard and they said "Sounds like that plugin has broken the Bukkit world lifecycle" in response to me using SWM, not sure who needs to do what here

CommandDan commented 2 years ago

Please provide a Pastebin of stack trace from server logs

RoloRotMG commented 2 years ago

There’s no errors

On Mon, 12 Sep 2022 at 17:01, Marcus Rokatis @.***> wrote:

Please provide a Pastebin of stack trace from server logs

— Reply to this email directly, view it on GitHub https://github.com/Paul19988/Advanced-Slime-World-Manager/issues/151#issuecomment-1243954586, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMYYRCUE4UA5RFBLGELDQTTV55HW3ANCNFSM6AAAAAAQKJ5ZZ4 . You are receiving this because you authored the thread.Message ID: @.***>

novastosha commented 2 years ago

Any logs from WorldGuard?

AoElite commented 2 years ago

I'd be careful with worldguard. It has memory leaks when loading/unloading tons of worlds. I put it on some servers accidentally a few months ago and all of them ran out of memory. Confirmed it by analyzing a heapdump with memory eclipse analyzer and simply removing the plugin. It was months ago so they could have fixed it.

DuneSciFye commented 2 years ago

I've also had this issue multiple times. No errors in console, never any, just this message and I can't interact. The first time it was due to my luckperms config option of disabling ops set to true, set that to false and it was fixed, then it was my luckperms config option of requiring a specific permission to edit other users permissions, set that to false and it was fixed. My current issue is now if I'm not opped, that message will pop up, if I am opped, then it works fine.