1
Development / Re: Commandline-only interface, --help argv
« on: January 11, 2011, 11:59:36 am »
I have implemented a cli interface. It is available here: https://github.com/poizan42/mineserver/commit/8741b5f4cd884350fa43e94cdb1133b4d839da40
You can choose whether to use cli or curses with the following config file entry:
EDIT: it works on linux now (and probably other posix systems)
EDIT2: it has been merged into the main repository
You can choose whether to use cli or curses with the following config file entry:
Code: [Select]
# Interface. Either "curses" or "cli"
system.interface = "cli"
EDIT: it works on linux now (and probably other posix systems)
EDIT2: it has been merged into the main repository