Commit Graph

698 Commits

Author SHA1 Message Date
Jason M. Wood
7bce325edd Merge pull request #167 from MinecraftServerControl/overviewer-readme-update
Overviewer readme update
2017-07-05 10:58:05 -06:00
Jason M. Wood
de5c39f9e4 Merge pull request #166 from MinecraftServerControl/mscs.defaults
Create an example mscs.defaults file if it is missing
2017-07-05 10:57:46 -06:00
Jason M. Wood
5f9de952ef Merge pull request #168 from MinecraftServerControl/Update-license-year
Update LICENSE
2017-07-01 13:06:55 -06:00
Roflicide
c9ae30f324 Update LICENSE 2017-06-30 17:53:25 -04:00
Roflicide
47a5a76bba Update README.md 2017-06-30 16:05:25 -04:00
Roflicide
fe60280e50 Update README.md 2017-06-30 16:02:18 -04:00
Roflicide
b44e784b7b Update README.md 2017-06-30 16:01:15 -04:00
Roflicide
b8e808e618 Update README.md 2017-06-30 16:00:24 -04:00
Roflicide
0162067cb6 Update README.md 2017-06-30 15:58:16 -04:00
Roflicide
cba94856b8 Update README.md 2017-06-30 15:56:49 -04:00
Roflicide
8ed939cddf Update README.md 2017-06-30 15:55:17 -04:00
Roflicide
88fd3a439d Update README.md 2017-06-30 15:54:54 -04:00
Roflicide
33b339173e Update README.md 2017-06-30 15:50:37 -04:00
Roflicide
74d3348771 Update README.md 2017-06-30 15:49:11 -04:00
Roflicide
a8e6df7c34 Update README.md 2017-06-30 15:44:58 -04:00
Jason M. Wood
7a3a220b2b msctl: fix the mscs.defaults example 2017-06-29 22:48:19 -06:00
Jason M. Wood
fe4047f917 msctl: add more docs for mscs.defaults generation 2017-06-29 22:32:24 -06:00
Jason M. Wood
0d2b033b0a msctl: write the example mscs.defaults file if it is empty 2017-06-29 22:26:51 -06:00
Jason M. Wood
c9e0628d99 README: add note about mscs.defaults example auto creation 2017-06-29 22:22:55 -06:00
Jason M. Wood
1905b1f43f msctl: create an example mscs.defaults file 2017-06-29 11:10:07 -06:00
Jason M. Wood
23cc3cab0f README: fix versions duration documentation 2017-06-29 11:06:59 -06:00
Jason M. Wood
9634994b1f msctl: documentation and spelling 2017-06-29 10:41:51 -06:00
Jason M. Wood
30efe96c72 README: fix grammar and spelling 2017-06-29 09:56:45 -06:00
Jason M. Wood
85e2d7a7ca msctl: remove server software on force-update 2017-06-23 13:13:29 -06:00
Jason M. Wood
0e03806516 Rework version_manifest.json update function
Adds features requested in Issue #164
2017-06-23 12:24:19 -06:00
Jason M. Wood
55b82d74d8 completion: fix update and add force-update support 2017-06-14 09:27:51 -06:00
Jason M. Wood
7cea2a865b msctl: make a backup of version manifest in forced update 2017-06-14 09:26:55 -06:00
Jason M. Wood
e7516c0b7e msctl: cleanup force-update option 2017-06-13 16:45:31 -06:00
Jason M. Wood
ee63109f74 msctl: add to version manifest update user output 2017-06-13 16:27:56 -06:00
Jason M. Wood
af86a44b41 msctl: add more user output to updateVersionsJSON 2017-06-13 15:35:05 -06:00
Jason M. Wood
67b536df74 README: fix update and add force-update options 2017-06-13 15:10:29 -06:00
Jason M. Wood
eedee8692b msctl: add the force-update option 2017-06-13 15:03:03 -06:00
Jason M. Wood
c4eb486ca1 msctl: update version_manifest in needed options 2017-06-13 14:48:40 -06:00
Jason M. Wood
002eca1942 msctl: reduce default versions duration to 30 mins 2017-06-13 13:09:01 -06:00
Jason M. Wood
f188e905c9 msctl: only update the version_manifest file once 2017-06-13 13:06:34 -06:00
Jason M. Wood
df29679a0c Fix server start over ssh. Fixes issue #162 2017-05-19 13:06:23 -06:00
Jason M. Wood
23f9a6a5b7 Fix missing quotation marks in json-query command 2017-03-22 13:16:09 -06:00
Roflicide
1871dc96e8 Update query-json 2017-03-21 23:32:54 -04:00
Roflicide
1d9f121ce2 Fix missing quotation marks in json-query command
Performing the `query-json` command would yield the first entry in the
json "players" array missing a quotation mark; this fixes it
2017-03-21 21:24:56 -04:00
Roflicide
0ffa8a4808 Revert "Fix query-json command missing quotation marks"
This reverts commit f3ddb10637.

Woops I didn't mean to push it directly, sorry
2017-03-21 21:11:07 -04:00
Roflicide
f3ddb10637 Fix query-json command missing quotation marks 2017-03-21 21:07:49 -04:00
Jason M. Wood
1a72712227 README: add note about rsync requirement 2017-03-01 11:03:09 -07:00
Jason M. Wood
006688b95a msctl: Make sure that rsync is installed 2017-03-01 11:01:54 -07:00
Jason M. Wood
ef507426f5 Merge pull request #157 from Wicloz/master
Fix and improve the world mirrors
2017-03-01 10:58:51 -07:00
Jason M. Wood
f1d3b9d479 Merge pull request #159 from shimniok/issue158
getJavaMemory(): changed ps flag --no-headers
2017-02-22 12:09:18 -07:00
shimniok@gmail.com
c18de236e9 In getJavaMemory(), changed ps flag from '-h' to '--no-headers' to remedy incompatibility with procps (ps) version 3.2.8 on Linux Mint 13 (3.2.0-23-generic #36-Ubuntu). The --no-headers flag appears to be widely supported. 2017-02-22 10:33:52 -07:00
Wilco de Boer
781ba8c0df Make force-stop only wait the entire timeout if needed 2017-02-18 18:01:23 +01:00
Wilco de Boer
5e66871ad8 Increase force-stop timeout to 20 seconds 2017-02-18 17:56:53 +01:00
Wilco de Boer
c8a3f58822 Prevent issues with trying to modify exiting links/directories
And yes, I know there are now several if blocks that do almost the same
2017-02-18 17:44:38 +01:00
Wilco de Boer
fc7a24f655 Tweak the stop functions to not mess up the mirrors
Otherwise it synchronizes the mirror image during shutdown ...
2017-02-18 17:36:28 +01:00