Commit Graph

243 Commits

Author SHA1 Message Date
Tristan Donkers
64e14e5b16 Only return 0 if this is a CONSOLE_ variable. 2015-08-23 10:08:59 +10:00
Tristan Donkers
9b60033c24 Change if conditions so versioning files are read for *_PATH as well as CONSOLE_* variables. 2015-08-23 10:07:31 +10:00
Tristan Donkers
3e9e72e128 Move the if block for making paths absolute into the server_set_property() function. 2015-08-23 10:06:14 +10:00
Tristan Donkers
4f85edb958 Use the server_set_property() function to set property values in all cases. 2015-08-23 10:00:51 +10:00
Tristan Donkers
a0850d7595 Add set_property() function to load properties from versioning files. 2015-08-23 09:56:54 +10:00
Blaine Motsinger
ce0ea447a4 bumped version 2015-08-22 11:04:57 -05:00
Tristan Donkers
73d4782e6e No longer required now tail has --follow=name --retry 2015-08-15 04:19:26 +10:00
Tristan Donkers
d6c7a08126 Hide errors from tail if server log get rolled during command_server_cmdlog(), server_log_get_line() or server_log_dots_for_lines(). 2015-08-15 04:13:55 +10:00
Tristan Donkers
d2467fba9a Add retry to tail, for cases where server rolls own log. 2015-08-15 02:39:47 +10:00
Tristan Donkers
6386814d46 Fix escaping fail on awk command in log_line_get_time() 2015-08-15 02:37:07 +10:00
Tristan Donkers
621963cf1c Update awk comand for time_string to support pre and post 1.7 log format 2015-08-15 01:28:28 +10:00
Tristan Donkers
c8c4788091 Moved LOG_REGEX variable to versioning file. 2015-08-14 02:46:28 +10:00
Marcus Whybrow
4f90d9453a Don't exit if single server is blocked by EULA 2015-07-26 01:22:08 +01:00
Marcus Whybrow
09ac4a93fc Correct grammar for "an EULA" message 2015-07-25 08:00:17 +01:00
Marcus Whybrow
ffff59c6cb Remove unnecessary whitespace (thanks Atom) 2015-07-25 07:48:56 +01:00
Marcus Whybrow
0455eb0236 Use error_exit() to report eula error message 2015-07-25 07:47:58 +01:00
Blaine Motsinger
d8e24f28a3 Added check for eula=true, as discussed in Issue #271 2015-07-25 04:31:33 +00:00
Blaine Motsinger
c9c4b2e55f Corrected logic in init/msm to allow for download of release or snapshot, while maintaining backwards compatibility. 2015-07-22 21:29:16 +00:00
Blaine Motsinger
2ddcf9286d bumper version number for patch changes 2015-07-22 13:18:20 +00:00
Blaine Motsinger
6a68e2b50c bumped version to 0.9.0 2015-07-20 02:39:34 +00:00
Blaine Motsinger
34c20dd869 Updated links for movement of repo, as discussed in #291. Although the links still work without issue, forwarded from the old address, I don't want to make the assumption this will continue into the future. 2015-07-15 16:36:16 +00:00
Blaine Motsinger
fa9736b247 Merge branch 'master' into install_stable_vanilla 2015-07-14 13:27:56 +00:00
kbmorris
03f36ec777 Reverted spellings identified as correct in comments
Reverted upper-case to uppercase; lower-case to lowercase;
and time-stamp to timestamp.
2014-03-05 21:07:41 -05:00
kbmorris
7578a9e34c Correct misspellings in comments and output of msm 2014-03-04 21:46:08 -05:00
Dan Brown
bc840aabbe Add rsync backups. 2014-02-08 16:53:15 -05:00
Akythius
3877587da7 Fixed path returned during jargroup getlatest.
When running `msm jargroup getlatest <name>`, msm was returning path of (removed) downloaded jar instead of existing jar when already up to date.
2013-11-25 21:50:18 +00:00
boozaa
00ec57f814 Add rdiff-backup optional backup worlds
Add some settings in msm.conf :
- boolean flags to enable or not zip original backup system or
rdiff-backup
- path where to store rdiff-backup world backups
- number of days to keep
- nice parameter
2013-11-03 01:14:35 +01:00
Max Bruckner
44af5bd8f5 added systemd service file
just put msm.service in /etc/systemd/system/ and make sure you have msm
accessible via /usr/local/bin

enable:  systemctl enable msm.service
disable: systemctl disable msm.service
start:   systemctl start msm.service
stop:    systemctl stop msm.service
2013-10-03 14:52:53 +02:00
Dan Berglund
23e3fbcd05 check for release or snapshot and get latest appropriate version 2013-09-23 11:40:55 -07:00
Zach Latta
f8434debea Merge pull request #196 from IronTetsubo/issue117
Fixes issue #117 - msm restart properly says server message for restart,...
2013-09-13 19:22:56 -07:00
Zach Latta
3d72d7c66d Merge pull request #195 from IronTetsubo/pull1
Fixes marcuswhybrow/minecraft-server-manager#163
2013-09-13 19:22:43 -07:00
Dave Fallon
ba2ed7d80c Fixed issue #198
Used SERVER_WORLD_STORAGE_PATH/INACTIVE_PATH instead of WORLD_STORAGE_PATH, so as to not cause nesting directories.
2013-09-13 19:20:13 -07:00
Dave Fallon
98a4da2332 Fixes issue #117 - msm restart properly says server message for restart, not shutdown. 2013-09-07 18:30:01 -07:00
Dave Fallon
3a91f1bd9a Fixes marcuswhybrow/minecraft-server-manager#163 2013-09-07 17:52:46 -07:00
Dave Fallon
e3ed24e9ba Fixed cosmetic typo. 2013-09-03 22:05:44 -07:00
Dave Fallon
b28c0bccef Fixed cosmetic typo 2013-09-03 22:05:34 -07:00
Dave Fallon
9bc0478746 Fixed minor typo. 2013-09-03 22:04:42 -07:00
Marcus Whybrow
57874b8da9 Fixes typo that @IronTetsubo pointed out 2013-09-03 01:34:41 +01:00
Marcus Whybrow
d6689011c7 Fixes #180 by checking java is installed before starting a server 2013-09-03 01:33:44 +01:00
Marcus Whybrow
211bb88acc Fixes #26 by ensuring a symlink for level-name exists to worldstorage before world generation begins 2013-09-03 00:40:39 +01:00
Marcus Whybrow
04370c5a76 Merge pull request #186 from IronTetsubo/pull2
Fixes marcuswhybrow/minecraft-server-manager#147
2013-09-02 15:14:01 -07:00
Marcus Whybrow
1037373392 Merge pull request #185 from IronTetsubo/pull1
Make sure a server is stopped before deleting it
2013-09-02 15:13:09 -07:00
Dave Fallon
163baa4187 Fixed typo with calling the wrong exit function. 2013-09-02 08:34:16 -07:00
Dave Fallon
d86d026439 Fixes marcuswhybrow/minecraft-server-manager#147 2013-09-01 16:09:52 -07:00
Dave Fallon
d8d3628b05 Remove TODO since prior patch fixes it. 2013-09-01 15:59:27 -07:00
Dave Fallon
a27cf2b596 Make sure server is stopped before deleting, as if you don't, the delete will partially fail. 2013-09-01 15:53:39 -07:00
Edwin Hermans
502a58d4d1 patch to use JSON 'API' to find url of newest minecraft jar to download 2013-07-03 13:59:22 +02:00
TrogloGeek
ed9c48c400 Simple typo fix in versionning support (broken comparison) 2013-01-16 20:59:49 +01:00
Marcus Whybrow
006e7297ba Fix bug in creating readme file for new servers 2013-01-07 13:40:25 +00:00
Marcus Whybrow
ba6522b312 Bump version to 0.8.16 2013-01-01 01:12:15 +00:00