Fork me on GitHub

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - poizan42

Pages: [1]
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:
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

Pages: [1]