You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update init scripts for bsd
deliberately specifying 2.7 since this is the minimum version and solves
issue with python being a symlink to 3.x. Also, this will make it
FreeBSD10 compat, as the FBSD10 pkg does not create the versionless
symlink
fixed issue: cannot start server w/o mineos.conf
The logic path for manually starting server.py never succeeded, as
misc.base_directory is referenced in mounts.py but is never set except
if an existing mineos.conf existed
bug: mineos_console.py cant create servers
fixed issue where server couldnt be created with mineos_console.py
because has_server_rights came back false on nonexistent path
changed default basedir to /var/games/minecraft
since the majority of operation occurs at /var/games/minecraft, this
change allows quick access to servers without having to supply -d
argument
added "--this" to mineos_console.py
+ "mineos_console.py --this start"
"--this" substitutes for -d and -s by extracting them from the present
working directory
+ added command_debug to aid in command line debugging of java errors