Mod does not disable itself when ran on server side.
UnicornYames opened this issue ยท 6 comments
1.16.5
The mod was not disabling itself on server side causing issues where commands would not work. It disabled OP, and would not allow OPs to join the server when opped. I fixed it by removing the mod. But this can be an issue for other hosts.
Make it so your mod doesn't crash servers with errors that take an expert to debug. Please make your mod disable itself gracefully on the server like recommended in the forge documentation (https://mcforge.readthedocs.io/en/latest/concepts/sides/#writing-one-sided-mods)
601341d breaks the server login
Duplicate of #305
I couldn't believe it was the problem with this mod until I removed it. To be honest, I was a little annoyed because I tried it for nearly an afternoon.
I will mention, I had the same issue. A permanent and completely non-intrusive fix is to simply remove it from the server. I, unfortunately, could not decipher the errors, so ended up randomly slapping at mods to remove them until I fell upon JER. I would ask that you do fix this though, as it will be irritating when it comes time to update the mods.
Can confirm this issue exists, while not opped I can join my server fine, but when opped it causes an internal server error.