Marcus Whybrow
352be40a1c
Added bash completion for the server "time" commands.
2012-05-31 10:08:38 +01:00
Marcus Whybrow
99466586a5
Added bash completion for server "gamemode" commands.
2012-05-31 10:07:01 +01:00
Marcus Whybrow
1b7c894f45
Refactored loading of server based variables.
2012-05-31 10:05:30 +01:00
Marcus Whybrow
8def5b618b
Fixed a mistake in reading a server conf setting name.
2012-05-31 09:52:21 +01:00
Marcus Whybrow
ba70f48b05
Adde cash completion for the server "operator" commands.
2012-05-31 09:25:12 +01:00
Marcus Whybrow
3b3b918a0e
Added bash completion for server "blacklist" commands.
2012-05-31 09:21:18 +01:00
Marcus Whybrow
fda1dcebfe
Limited file checking auto completion options to one level of completion.
...
It could carry on completing from the same options indefinitely.
2012-05-31 09:20:48 +01:00
Marcus Whybrow
234d2cb991
Fixed an error in a conf file setting name.
2012-05-31 09:06:43 +01:00
Marcus Whybrow
dd7d75f898
Added bash completion for the server "whitelist" commands.
2012-05-31 09:01:25 +01:00
Marcus Whybrow
d760dd670d
Fixed the whitelist help text.
2012-05-31 08:46:50 +01:00
Marcus Whybrow
572e9f93a2
Removed initialisms from bash tab completion of server commands.
...
They still exist as command options but will not be auto completed.
They were all only two letters each, and confused the auto complete
list.
2012-05-31 08:43:23 +01:00
Marcus Whybrow
9bc4abb0a7
Added bash completion for the server "jar" command.
2012-05-31 08:40:16 +01:00
Marcus Whybrow
223f589f9f
Fixed a bug in the server "jar" command.
...
Prevented specifying a jar file name.
2012-05-31 08:39:43 +01:00
Marcus Whybrow
4f354a078b
Fixed ls usages to accept paths with spaces.
2012-05-31 08:19:18 +01:00
Marcus Whybrow
04297c726d
Added bash completion for the server "worlds" commands.
2012-05-31 07:57:58 +01:00
Marcus Whybrow
9b66a3c655
Added bash completion for server "stop" and "restart" commands.
2012-05-31 07:35:25 +01:00
Marcus Whybrow
2113a67691
Removed server "worlds toram" option from the help output.
...
The command is no longer available.
2012-05-31 07:27:26 +01:00
Marcus Whybrow
2801318546
Added bash completion for "jargroup" commands.
2012-05-31 07:20:23 +01:00
Marcus Whybrow
5dfbdd6900
Added bash completion for "server" commands.
2012-05-31 07:18:08 +01:00
Marcus Whybrow
cd293d7209
Added bash completion for "server", "jargroup" and general server command.
2012-05-31 07:11:34 +01:00
Marcus Whybrow
82ce1a202f
Added help to the bash completion options.
2012-05-31 07:06:31 +01:00
Marcus Whybrow
f7a94bc6ef
Added bash completion for global stop/restart now options.
2012-05-31 07:04:14 +01:00
Marcus Whybrow
2028c06a05
Added bash completion for fir parameter.
2012-05-31 07:00:55 +01:00
Marcus Whybrow
d750ca0b7d
Moved files to a more explanatory layout.
2012-05-31 06:44:10 +01:00
Marcus Whybrow
f6e4011371
Fixed and simplified "server list" command.
2012-05-31 06:00:59 +01:00
Marcus Whybrow
2aec6613bc
Added server "jar" command to the help output.
2012-05-31 05:53:47 +01:00
Marcus Whybrow
6551408cf5
Fixed a bug with the server "jar" command.
2012-05-31 05:53:36 +01:00
Marcus Whybrow
c428845538
Changed grammar of output when changing game mode of player.
2012-05-31 05:49:38 +01:00
Marcus Whybrow
69c44f851b
Added a server "op list" command.
2012-05-31 05:46:16 +01:00
Marcus Whybrow
8c63597af5
Removed requiring the server be on to list the whitelist or blacklist.
2012-05-31 05:44:08 +01:00
Marcus Whybrow
24b5a9644b
Fixed a bug preventing server "connected" from working.
2012-05-31 05:24:52 +01:00
Marcus Whybrow
bd5e15e9e1
Added output to help when a world link cannot be created.
2012-05-31 05:23:02 +01:00
Marcus Whybrow
14f2804fde
Corrected some "<" operators to use "-lt" instead.
...
Seriously, I though I got them all!
2012-05-31 05:06:20 +01:00
Marcus Whybrow
b4db7c961e
Altered server backup to zip the server directory itself, and not the contents.
2012-05-31 05:01:58 +01:00
Marcus Whybrow
a2e0b7c087
Wrapped the world name in quotes to be safe.
2012-05-31 05:01:12 +01:00
Marcus Whybrow
b27ced53ab
Fixed backups to be WorldEdit snapshot compatible.
...
I mistakenly thought WorldEdit wanted the zip to directly contain the
world files. In fact the zip should contain the directory itself.
2012-05-31 04:51:42 +01:00
Marcus Whybrow
406db34092
Fixed a bug in the server "logroll" command.
...
The wrong path–pointing to where previous logs can be found–was written
to the log file when rolled.
2012-05-31 04:38:06 +01:00
Marcus Whybrow
5290040f38
Added some stats to the QuickBackup information in the README.
2012-05-31 04:31:17 +01:00
Marcus Whybrow
8da09a9c73
Improved server "backup" command.
...
Now ensures worlds are copied to disk, and outputs the time the backup
took.
2012-05-31 04:27:58 +01:00
Marcus Whybrow
0d6280ec57
Fixes server "worlds backup" command.
...
It was not wrapped in server messages and "save off/on" stuff. Also
added output which shows how long the backup tool.
2012-05-31 04:26:56 +01:00
Marcus Whybrow
4a20e1bf1a
Fixing more incorrect "<" signs used for less than comparisons.
...
Replaced with the "-lt" operator.
2012-05-31 04:23:16 +01:00
Marcus Whybrow
90d32af19d
Fixed a bug in the server "stop" command.
...
Was not setting a server as inactive when stopping.
2012-05-31 03:38:04 +01:00
Marcus Whybrow
785c5730ec
Fixed severe bug in server_ensure_links.
...
Would not cycle through a servers worlds at all, therefor creating no
links when called.
2012-05-31 03:37:29 +01:00
Marcus Whybrow
828f108be1
Fixed two bugs in the interrupt handler.
...
It would always find the stop and restart counters for a server to be
running, and then always print out the server name of used in the
command, even if it was another server being stopped prematurely.
2012-05-31 02:26:13 +01:00
Marcus Whybrow
856eedfade
Added server "jar" command which sets for use a server jar.
...
Also when creating a new server, the latest minecraft jar is used by
default (not currently overridable.)
2012-05-31 02:13:22 +01:00
Marcus Whybrow
adccec2f24
Fixed as_user_stderr.
...
Was not passing correct parameters to as_user.
2012-05-31 01:54:00 +01:00
Marcus Whybrow
f7603ad052
Removed deprecated variables.
2012-05-31 01:53:16 +01:00
Marcus Whybrow
e994e5c496
Added server "save" commands. Closes #7 .
2012-05-31 00:49:51 +01:00
Marcus Whybrow
072184e9bb
Added server "blacklist" command. Closes #1 .
2012-05-31 00:42:41 +01:00
Marcus Whybrow
c71de05167
Spelling mistake.
2012-05-31 00:42:00 +01:00