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

[Issue] Mark2 restarting server constantly after scheduled restart #74

Closed dwaynehulsman closed 7 years ago

dwaynehulsman commented 7 years ago

I recently pulled and installed the lastest version of mark2 and have encountered an issue where the server keeps restarting after 10 seconds of uptime. This issue occurs after the server automatically restarts as configured in my scripts.txt.

I'm running Ubuntu 16.04 here are my files: mark2.peroprties scripts.txt start.sh

thomas15v commented 7 years ago

In your scripts.txt file this is defined:

Please use https://crontab.guru to figure out your restart times. https://gist.github.com/thomas15v/e07c9392f2328be5fa3b18fdd553d637

This is a script to do this:

dwaynehulsman commented 7 years ago

facepalm Thanks a lot, not sure how I can be so blind.