-
Notifications
You must be signed in to change notification settings - Fork 65
Description
Hey, Serverstarter is super useful, though i have some problems with it using AMP (amp is an application management panel by cubecoders which makes it easy to deploy different game servers fast with a nice web gui)
The Problems i found:
Major Problem: Since recently serverstarter puts everything into a subfolder called setup, and with it the server.properties file. Amp puts this file into the main folder as it always was and where usually the jar files are. Therefore serverstarter doesnt work with amp out of the box as the server.properties doesnt line up with the one created by amp.
Would be great to let serverstarter check for a server.properties file first and use that instead of creating its own and copy it over or something if needed.
Minor Problem: AMP has a "Stop" button the stop the application, though serverstarter doesnt handle that very well and thinks something crashed (or something?) and restarts the server after 10 seconds, so i have to kill the application after stopping it.
This is a minor inconvinience as its not a problem to press the same button twice in 10 seconds, though its still not great, especially for new users who dont know about this behavior and end up stopping a server and silently it restarts itself. So would be great to be able to disable this functionallity by default.
If further information is needed, i am happy to help