barneygale / mark2

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

Mark2 initialize #117

Open DevNerd opened 10 years ago

DevNerd commented 10 years ago

As a server administrator i'd like to have a init command to initialize a new server.properties in the current folder.

e.g. mark2 initialize --PORT=2001 --MOTD=YET ANOTHER COOL SERVER

ghost commented 10 years ago

:thumbsup:

Chandler243 commented 10 years ago

Personally, I'd also like to see the ability to auto-download a server jar. Ex. "mark2 initialize --serverjar=spigot --PORT=2001 --MOTD=YET ANOTHER COOL SERVER"

gsand commented 10 years ago

@DevNerd This is now semi possible by editing that line to include all the command line arguments you want. https://github.com/mcdevs/mark2/blob/master/mk2/resources/mark2.default.properties#L75

DevNerd commented 10 years ago

Awesome! Thanks a lot