mark2 icon indicating copy to clipboard operation
mark2 copied to clipboard

Mark2 initialize

Open DevNerd opened this issue 12 years ago • 4 comments

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

DevNerd avatar Sep 23 '13 10:09 DevNerd

:thumbsup:

ghost avatar Sep 28 '13 04:09 ghost

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"

Chandler243 avatar Sep 28 '13 15:09 Chandler243

@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

gsand avatar Nov 19 '13 08:11 gsand

Awesome! Thanks a lot

DevNerd avatar Nov 19 '13 23:11 DevNerd