Closed wpmidia closed 6 years ago
io.github.nucleuspowered.nucleus.modules.chat.util.TemplateUtil.getTemplateNow(TemplateUtil.java:34)
Given that calls into a future, I wonder if something is going awry there. Will have to look - though any other logs that give context might help.
Might not be anything to do with Nucleus, could just be a server freeze though. Does it happen there, and with this line in, every time, or is this a one off?
Whenever I write something in the chat, the server freezes, closes, and generates an error log.
Does it happen without Nucleus, but with Sponge?
Set chat.use-group-templates
to false
and start your server and try again. Based on that error, that should work around it. Concerned that where you store your LuckPerms data is slow, or you have a large permission structure.
If you want group templates, I'm going to try to add a way to remove some of the expensive things we have to do at the moment by adding a group override option.
Hello again! Yesterday came a new update of LuckPerms and it seems the problem has stopped. Now I'm using LuckPerms-Sponge-4.0.127.jar and everything is working perfectly. I think the problem was with LuckPerms!
Thank you!
That would make sense. It was failing during a permission check, as far as I can see, but I'm adding some changes to try to make things more resilient.
Nevertheless, thank you very much for coming back to us on that.
I'm investigating why the error occurring ... but I can't understand the error log :( It mentioned Nucleus module chat there! Can you help me?