Commit Graph

599 Commits

Author SHA1 Message Date
Alexander Savchuk
1b93ba85ce
Merge pull request #369 from danaak/master
Allow snapshots to be downloaded
2018-11-04 15:05:39 +13:00
Danaak
91dd313739 Check if jq is installed and cancel with message on failure 2018-11-01 11:54:56 -07:00
Danaak
33f99989bf Allow snapshots to download 2018-11-01 10:27:03 -07:00
Alexander Savchuk
3d6f46ec66
Bump version to 0.9.9 2018-10-10 22:35:05 +13:00
Alexander Savchuk
36aafd4092
Merge pull request #367 from Kadah/patch-1
Enable universe repository on Ubuntu for jq package
2018-10-10 22:33:30 +13:00
Kadah
0694e5dc74
Enable universe repository on Ubuntu for jq package 2018-10-04 15:22:56 -07:00
Alexander Savchuk
e7d649ff4f
Bump version to 0.9.8 2018-10-04 23:29:24 +13:00
Alexander Savchuk
e790b9de3b
Merge pull request #365 from pflueg/fix-download-vanilla-server
Fix download vanilla server
2018-10-04 23:16:43 +13:00
Ben Pflueg
dc290582eb Fix downloading latest file for minecraft jargroup
- Use 'jq' as json interpreter instead of grep regex
- Use latest package format
2018-10-01 19:44:06 +02:00
Ben Pflueg
2f1796bf86 Fix code indentions; Show path to eula.txt when it is not accepted yet 2018-10-01 19:35:31 +02:00
Alexander Savchuk
0311691f9b Try releasing a new version to fix version.json issue 2018-07-20 14:45:59 +12:00
Alexander Savchuk
b222218d3f
Merge pull request #363 from danaak/new-version-manifest
Update to handle the new server urls
2018-06-27 17:11:47 +12:00
Danaak
3d2224591b
Update to handle the new server urls
aws pathing is no longer being updated. This grabs the latest package file and extracts the server jar
2018-06-25 15:22:53 +07:00
M-D-M
59b137e8f5 Update version number to 0.9.5 to support #346
Update version number to 0.9.5 to support pull #346
2017-04-18 14:35:40 -04:00
M-D-M
375d19ed4a Merge pull request #346 from morbeo/patch-1
Quoting a variable to avoid expansion
2017-04-18 11:47:41 -04:00
Vladimir Kirov
06207153ac Quoting to avoid expansion
Should address #330 #327 and #319
2016-10-26 22:01:14 +03:00
Blaine Motsinger
b932ccb71b Merge pull request #326 from tmad40blue/patch-1
Typo fix
2016-03-27 14:16:13 -05:00
Dylan Larkins
361e3e1382 Typo fix
"Upcoming" on the main page was misspelled as "upcomming". Fixed for you =)
2016-01-18 23:42:15 -05:00
Zach Latta
9b3bdded84 Merge pull request #325 from tcyrus/patch-1
Fix Build Failure
2016-01-15 16:29:20 -08:00
Timothy Cyrus
fb3e09f4e5 Update .travis.yml
Should fix Build Failure
Updates Package Listings Before Installing `shunit2`
2016-01-15 19:23:29 -05:00
Zach Latta
97784b4588 Merge pull request #324 from tcyrus/patch-1
Update README.markdown
2016-01-15 13:48:31 -08:00
Timothy Cyrus
f878a6a382 Update README.markdown 2016-01-15 16:28:18 -05:00
Tristan Donkers
6a48129c0e bumped version and update changelog 2015-10-07 17:20:38 +11:00
donkers
1c5ada24f9 Merge pull request #310 from donkers/master
Versionable Properties
2015-10-07 17:15:17 +11:00
Tristan Donkers
299d2b0b00 Prevent info about unset server version being printed during logroll or config command 2015-09-22 03:07:00 +10:00
Tristan Donkers
556733d192 Fix bug where in some situations $SERVER_PATH was being prepended to $*_PATH variables unnecessarily. 2015-09-12 13:16:59 +10:00
Tristan Donkers
7646dfa403 Missed a ; in the versionable_properties list. Damn it. 2015-09-06 13:03:18 +10:00
Tristan Donkers
911ba13b05 Change case of local versionable_properties to match precedence. 2015-09-06 12:59:13 +10:00
Tristan Donkers
c41ba62dab Defined a list of properties that can be versioned, the regex filter was not strict enough. 2015-09-06 12:37:46 +10:00
Tristan Donkers
d38a328324 Merge branch 'versionable_properties' 2015-08-29 15:20:44 +10:00
Tristan Donkers
66c60976b5 Applied the 'script /dev/null' fix to the screen -r command in the command_server_console() function. 2015-08-29 14:43:09 +10:00
Tristan Donkers
af13191bb2 refactor of server_set_property(), move content of if block into the case statement and check if path is already absolute. 2015-08-28 23:25:28 +10:00
Tristan Donkers
0a637b82b7 Call read_server_conf() when reading set_property lines in versioning files. This allows overrides of version properties in the server.properties. 2015-08-23 11:32:02 +10:00
Tristan Donkers
f4d0c14aab Moved the server.properties checking to it's own function, read_server_conf(). 2015-08-23 11:26:30 +10:00
Tristan Donkers
ef2a6c537c Code re-factoring: Move case statment applying post-changes to values to the server_set_property() function. 2015-08-23 11:18:38 +10:00
Tristan Donkers
7f11ec62d5 Add LOG_PATH to version files. 2015-08-23 10:10:04 +10:00
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
Blaine Motsinger
cdfbf216ce updated for 0.9.3 2015-08-22 11:03:50 -05:00
Blaine Motsinger
b27e2c3100 Merge pull request #308 from donkers/master
pre and post 1.7.0 log support
2015-08-22 10:47:52 -05:00
Tristan Donkers
511f94b213 Update LOG_PATH for Minecraft 1.7.0. This will need to be manually set for versions < 1.7.0 until this is made a version-able property. 2015-08-21 17:52:07 +10:00
Tristan Donkers
5741f28980 Add minecraft/1.7.0 to versioning manifest file. 2015-08-18 19:15:04 +10: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