mark2devel / mark2

Minecraft Multi Server Wrapper Written in Python with Twisted; Pull Requests HIGHLY Encouraged, Collaborators Needed Discord: https://discord.gg/zymJygHNpv
Other
207 stars 44 forks source link

server might have crashed: not accepting console commands or crash-unknown-cmd-message is not set -- restarting. #118

Closed Bloedarend closed 4 years ago

Bloedarend commented 4 years ago

I'm running a Bungeecord network, using waterfall, with 4 paper spigot servers. Just recently, my servers started crashing once every couple minutes. I've tried to find the solution and ended up on this thread:

https://github.com/gsand/mark2/issues/39

I'm not sure what I'm supposed to do here. I tried adding plugin.monitor.crash-unknown-cmd-message=Unknown command message.* to the mark2.properties, but that didn't fix it.

I'm new to making minecraft servers, a friend of me recommended me using mark2 and I don't know much about it. Maybe I'm just blind and overlooked something, but I'm not sure what to do and need help.

Bloedarend commented 4 years ago

After trying out changing things a bit, I've found what caused this to happen. In the spigot.yml, you can change the messages, and that's what I did a couple days ago. After changing these messages back to the default ones, the server didn't crash anymore.

I'm glad it works now, but I'm still wondering as to why this causes the server to keep crashing once every few minutes. And I kind of want to change these messages. Does anyone know how I can change these and not have my servers crash?

Bloedarend commented 4 years ago

Was told this has nothing to do with mark2, but it was spigot that was crashing. To fix it replace the & which is used for color codes with §. Sorry for opening a new issue.