summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2016-03-14Upgpkg: 1.9-6Gordian Edenhofer
Renaming variables in the configuration file. Increase time-out time to 10 seconds when shutting down the idle_server. Minor redesign when passing commands to the minecraft server console.
2016-03-06Upgpkg: 1.9-6Gordian Edenhofer
On server stop, return to the prompt as soon as the server has completely shut down, not as soon as the shutdown command has been sent. Thereby fixing the restart capability. Introduce sanity check whether the servers is really down in idle_daemon and server_start as well. Signed-off-by: Gordian Edenhofer <gordian.edenhofer@gmail.com>
2016-03-05Upgpkg: 1.9-5Gordian Edenhofer
Fix issues with how the idle_server is handled. (Tested and at least works for me...)
2016-03-05Upgpkg: 1.9-4Gordian Edenhofer
Fix wrong netcat invocation. Fix faulty systemd unit files with variables in capital letters.
2016-03-04Upgpkg: 1.9-3Gordian Edenhofer
Fix faulty systemd unit files with wrong use of environment variables.
2016-03-02Upgpkg: 1.9-2Gordian Edenhofer
Update .SRCINFO
2016-03-02Upgpkg: 1.9-2Gordian Edenhofer
Fix serious problem which let to the idle_server_daemon being started independently from whether the user actually wanting it.
2016-02-29Upgpkg: 1.9-1Gordian Edenhofer
Make script and build files more easily adaptable for especially other flavors of minecraft servers.
2016-02-29Upgpkg: 1.9-1Gordian Edenhofer
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.
2016-02-01Upgpkg: 1.8.9-4Gordian Edenhofer
updpkgsums
2016-02-01Upgpkg: 1.8.9-4Gordian Edenhofer
Fix bug which prevented users from taking backups of multiple worlds. It occured due to an out-of-place quotation of a variable.
2016-01-30Upgpkg: 1.8.9-3Gordian Edenhofer
Remove out-of-place Type option from backup timer State that the config file is interpreted in bash
2016-01-26Upgpkg: 1.8.9-2Gordian Edenhofer
Check whether sudo is required for command execution Replace [ with [[ (bash)
2016-01-26Upgpkg: 1.8.9-2Gordian Edenhofer
Variable name for the management script's name
2016-01-23Upgpkg: 1.8.9-2Gordian Edenhofer
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
2016-01-13Upgpkg: 1.8.9-1Gordian Edenhofer
2015-12-14Tailf is deprecated, use tail -f instead + Bugfix in tail invocationGordian Edenhofer
2015-12-14Bugfix + Cleaner server_command handlingGordian Edenhofer
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.
2015-09-20Rewriting package + Updating pkgrelGordian Edenhofer
2015-07-31Updated to 1.8.8Philip Abernethy
2015-07-03Initial commitPhilip Abernethy