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

Getting @external error #108

Closed merlinlcb closed 4 years ago

merlinlcb commented 5 years ago

Getting @external error when trying to stop a specific server in my network of servers, the servers console is randomly getting unkown command messages and when stopping the server with mark2 stop it generates @external shutting down bungeecord(the proxy we use), the server will not kill and the server restarts itself after getting the unkown command message in console, we have tested with 4 other wrappers/panels pufferpanel, ptero, mineos, and just using a straight line. Command line, the unkown command only happens with mark2, hoping someone can assist me with these two issues, my server this is happening on goes live in a week any help would be appreciated

Column01 commented 5 years ago

The unknown command messages are from Mark2's crash check. This means that when the command does not go through (like stopping it in bungee) it will try to restart the server on the wrapper.

Column01 commented 5 years ago

Probably could close this.