barneygale / mark2

minecraft server wrapper, written in python with twisted
Other
105 stars 27 forks source link

"mark2 is unconfigured" on initial start, even with a mark2.properties in the current folder #82

Closed vemacs closed 11 years ago

vemacs commented 11 years ago

Is it possible to add a check for this? It would really be useful in migrating existing servers or configs. There's no point in forcing a sudo mark2 config when mark2 has enough information to start a server.

mark2.properties in ~/spigot:

java.cli.X.ms=420M
java.cli.X.mx=768M
# Use whatever mark2 saved the JAR as here
mark2.jar-path=spigot-1.5.2-R0.2-SNAPSHOT.jar
# Saving notifications aren't really useful
plugin.save.warn-message=
plugin.save.message=
vemacs commented 11 years ago

Apparently it's installed in /etc/mark2/mark2.properties. Oops.