Commit Graph

643 Commits

Author SHA1 Message Date
Jason M. Wood
2d77f4968e Rename mscs_completion to mscs.completion 2015-03-10 20:11:24 -06:00
Jason M. Wood
159570ea38 README: note the systemd compatibility 2015-03-03 19:52:32 -07:00
Jason M. Wood
80968e0b3a README: update for rename and systemd install 2015-03-03 19:50:02 -07:00
Jason M. Wood
6aeb377f68 Makefile: Update for SystemD install 2015-03-03 19:38:46 -07:00
Jason M. Wood
c95ae9f04f Add a SystemD service file 2015-03-03 19:37:17 -07:00
Jason M. Wood
5cc04078ed Completion: Rename to mscs 2015-03-03 19:36:20 -07:00
Jason M. Wood
bb16dd5b9c Merge branch 'master' of github.com:sandain/MinecraftServerControlScript 2015-03-03 19:35:10 -07:00
Jason M. Wood
5690765f95 Add usage to completion 2015-03-03 19:34:35 -07:00
Jason M. Wood
287d445a2d Rename minecraft_server to mscs 2015-03-03 19:33:36 -07:00
Jason M. Wood
b8ae1d98d3 Make sure the world directory exists 2015-03-03 19:30:00 -07:00
Jason M. Wood
fca54cca43 Add usage command 2015-03-03 19:27:43 -07:00
Jason M. Wood
5da54b663a Merge branch 'master' of github.com:sandain/MinecraftServerControlScript 2015-02-13 22:50:10 -07:00
Jason M. Wood
ee9c20db18 Update the copyright year
I haven't made any major changes yet, but I'm still maintaining the script and there is a lot of year left for major changes.
2015-02-13 22:45:51 -07:00
Jason M. Wood
0e206cb8c2 Update the copyright year
I haven't made any major changes yet, but I'm still maintaining the script and there is a lot of year left for major changes.
2015-02-13 22:44:52 -07:00
Jason M. Wood
7e26a46be6 Only say the query server is offline if enabled 2015-02-13 22:41:15 -07:00
Jason M. Wood
8d59b21700 The script should work with any UNIX-like OS 2015-02-13 22:27:02 -07:00
Jason M. Wood
1896cf1f89 The script should work with any UNIX-like OS 2015-02-13 22:25:33 -07:00
Jason M. Wood
6f600fb22c Use -U rather than -u with ps to work with FreeBSD
The two options work identically on Linux, but on FreeBSD the -u option is different from what we want.
2015-02-13 21:49:38 -07:00
Jason M. Wood
6034bbdcf6 Add a broadcast command 2014-12-20 23:28:54 -07:00
Jason M. Wood
3bdcdb1273 Add a broadcast command 2014-12-20 23:23:49 -07:00
Jason M. Wood
ce4cd6445c Add a broadcast command 2014-12-20 23:21:58 -07:00
Jason M. Wood
43f31f3ff4 Use a local timestamp for downloading versions.json
This should make the code just above that deletes old files work as expected.
2014-11-29 22:09:36 -05:00
Jason M. Wood
4d4f4061fd Don't delete old servers or clients.
The version number is in the file name, so when the version changes a new server and client will be downloaded anyway.
2014-11-29 22:06:33 -05:00
Jason M. Wood
4e919bdb7a Remove references to rsync
Noticed by @cwalv2
2014-11-29 21:10:02 -05:00
Jason M. Wood
89998c60bc Use query.port rather than server-port for Query 2014-11-16 14:13:05 -07:00
Jason M. Wood
7fc461badb Make sure the file exists before checking its age 2014-11-12 20:54:12 -07:00
Jason M. Wood
2bfce5763a Revert part of commit aa1fe55fe5 2014-11-12 20:52:02 -07:00
Jason M. Wood
24b875dd01 Merge branch 'master' of github.com:sandain/MinecraftServerControlScript 2014-11-06 14:50:34 -07:00
Jason M. Wood
aa1fe55fe5 remove useless variables 2014-11-06 14:49:59 -07:00
Jason M. Wood
e1bd85bdef drop unused code 2014-11-06 12:18:42 -07:00
Jason M. Wood
a5462a5446 query: merge queryStatus and querySendInformationPacket 2014-11-03 16:29:37 -07:00
Jason M. Wood
f224730d3f query: merge queryDetailedStatus and querySendDetailedInformationPacket 2014-11-02 22:36:18 -07:00
Jason M. Wood
a5b36880cc query: packet id never changes, simplify the code 2014-11-02 22:08:48 -07:00
Jason M. Wood
1aa6178258 Merge pull request #62 from sandain/restore-backup
Restore backup
2014-10-20 12:43:59 -06:00
Jason M. Wood
35a0285731 Allow minecraft user to have a non-interactive shell 2014-10-20 12:38:55 -06:00
Jason M. Wood
9424953560 Merge pull request #60 from sandain/master
Merge master into the restore-backup branch
2014-09-16 19:12:32 -06:00
Jason M. Wood
0041037b79 Delete old client jar files when updating 2014-09-16 18:25:34 -06:00
Jason M. Wood
6d0fd41465 Delete old server jar files when updating 2014-09-16 18:22:52 -06:00
Jason M. Wood
2c453474ad Add a note about how to add a BungeeCord server 2014-09-16 17:51:39 -06:00
Jason M. Wood
e71b1eb05b README: add a note about the defaults file 2014-09-16 17:36:12 -06:00
Jason M. Wood
e2aed0b2e5 Add support for /etc/default/ 2014-09-16 16:38:11 -06:00
Jason M. Wood
86855f3d87 Add a link back to the Overviewer website 2014-09-16 14:02:49 -06:00
Jason M. Wood
a0b0fd6b6e Simplify sendCommand 2014-09-16 13:53:16 -06:00
Jason M. Wood
95118d08ab Merge pull request #59 from sandain/json-new
Merge the json branch
2014-09-16 13:49:29 -06:00
Jason M. Wood
c880677aaf Overviewer: use tellraw when available, simplify method 2014-09-16 13:37:38 -06:00
Jason M. Wood
688a74506e Remove extra CR+LF chars from command 2014-09-16 13:33:12 -06:00
Jason M. Wood
7a9608e805 Method to compare two Minecraft version numbers 2014-09-16 13:32:47 -06:00
Jason M. Wood
31901b3dce Add a method to compare datetime strings 2014-09-16 13:29:44 -06:00
Jason M. Wood
e1b3a38816 Get the release time of a Minecraft version 2014-09-16 13:26:15 -06:00
Jason M. Wood
9b5156304a Add a global for the location of versions.json 2014-09-16 13:20:38 -06:00