Age | Commit message (Collapse) | Author |
|
Fix serious problem which let to the idle_server_daemon being started
independently from whether the user actually wanting it.
|
|
Make script and build files more easily adaptable for especially other
flavors of minecraft servers.
|
|
Add suspending capability for the minecraft server through the control
script and an additional screen session which listens on the same port
with netcat.
* Update .conf accordingly
* IDLE_SERVER can be either true or false
* The default is no idle server
* Choose an available netcat flavor automatically
Variable renaming in .install.
Notify the user of kept directories on post_remove and alter ownership
to root before removing the game user.
Print error messages to stderr.
|
|
Fix bug which prevented users from taking backups of multiple
worlds. It occured due to an out-of-place quotation of a variable.
|
|
Check whether sudo is required for command execution
Replace [ with [[ (bash)
|
|
Variable name for the management script's name
|
|
Restore backups easily with the delivered bash script
Human readable naming schema for backups
Backed up directories are now relative
Group has write permission (g+ws) to SERVER_ROOT
Proper quotation of variables which might contain spaces
|
|
|
|
Fix a bug which was introduced by the new indentation (cat EOF).
Tailf which is used to retrieve the server output closes itself as
soon as the minecraft command is triggered. Since this functionality
is build into tailf there is no need to reinvent the wheel.
|
|
|
|
|