Commit Graph

605 Commits

Author SHA1 Message Date
d9da25cc0e Ignore directories starting with an underscore. 2012-06-04 21:08:03 +01:00
5e852c42ec Allowed CONF to be overwritten by environment variable "MSM_CONF". 2012-06-04 21:07:29 +01:00
edae00b103 Added double quotations around all variables which may contain spaces. Fixes #14.
Thanks to @Jonek01 for spotting this was causing a problem when
starting a server with a world name containing a space.
2012-06-04 17:37:56 +01:00
f15ddf5073 Fixed mistake in changelog maintainer link. 2012-06-03 14:01:07 +01:00
bfe7c101f0 Updated version and change log to "0.2.4". 0.2.4 2012-06-03 13:57:55 +01:00
be283e91f6 Running servers can no longer be renamed. Fixes #11. 2012-06-03 13:55:11 +01:00
f1f0e78fec Added links to change log section 0.2.3 for issues and the user "Jonek01". 0.2.3 2012-06-03 13:44:21 +01:00
1534731862 Added 0.2.3 to the change log. 2012-06-03 13:39:07 +01:00
07a185d535 Updated the version to "0.2.3 Beta". 2012-06-03 13:34:32 +01:00
cd81955628 Fixes #12 thanks to @Jonek01 for spotting the problem. 2012-06-03 13:33:42 +01:00
09acae397c Fixes #13 thanks to @Jonek01 for spotting the problem. 2012-06-03 13:33:16 +01:00
ad0a8fb3e3 Added "msm version" command. 0.2.2 2012-06-02 21:02:58 +01:00
6cc19b8ea1 Added a changelog.
Covers preceding versions.
0.2.1
2012-06-02 20:33:16 +01:00
a7978d535c Implemented a server "worlds on|off" command.
Moves a world between the "worldstorage" and "worldstorage_inactive"
directories. Inactive worlds do not get loaded (symlinked) or backed up
etc. but are include in complete server backups.

Bit of a monster commit here, refactored the init code to bring this
change.
2012-06-02 19:11:33 +01:00
bfe1e07d64 Replaced tabs with space in help output.
It's just easier to read and work with in the source code.
2012-06-01 09:07:18 +01:00
1af585f19c Put quote marks around config source. 2012-06-01 09:06:24 +01:00
5c60af367e Removed config fallbacks into the init script.
Must force settings to be set in the conf files to allow correct
centralisation.
2012-06-01 08:56:05 +01:00
e087743dc4 Updated the readme to reflect recent changes. 2012-05-31 11:50:54 +01:00
1a97b62985 Spelling mistake in README. 2012-05-31 10:27:07 +01:00
476a3e7504 Fixed a bug in jargroup bash completion.
Would not complete to existing jar group names.
2012-05-31 10:18:19 +01:00
a64de96a2d Added bash completion for the server "save" commands. 2012-05-31 10:11:35 +01:00
ea15ad404e Removed tdf as an initialism for toggle downfall from bash completion. 2012-05-31 10:09:15 +01:00
352be40a1c Added bash completion for the server "time" commands. 2012-05-31 10:08:38 +01:00
99466586a5 Added bash completion for server "gamemode" commands. 2012-05-31 10:07:01 +01:00
1b7c894f45 Refactored loading of server based variables. 2012-05-31 10:05:30 +01:00
8def5b618b Fixed a mistake in reading a server conf setting name. 2012-05-31 09:52:21 +01:00
ba70f48b05 Adde cash completion for the server "operator" commands. 2012-05-31 09:25:12 +01:00
3b3b918a0e Added bash completion for server "blacklist" commands. 2012-05-31 09:21:18 +01:00
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
234d2cb991 Fixed an error in a conf file setting name. 2012-05-31 09:06:43 +01:00
dd7d75f898 Added bash completion for the server "whitelist" commands. 2012-05-31 09:01:25 +01:00
d760dd670d Fixed the whitelist help text. 2012-05-31 08:46:50 +01:00
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
9bc4abb0a7 Added bash completion for the server "jar" command. 2012-05-31 08:40:16 +01:00
223f589f9f Fixed a bug in the server "jar" command.
Prevented specifying a jar file name.
2012-05-31 08:39:43 +01:00
4f354a078b Fixed ls usages to accept paths with spaces. 2012-05-31 08:19:18 +01:00
04297c726d Added bash completion for the server "worlds" commands. 2012-05-31 07:57:58 +01:00
9b66a3c655 Added bash completion for server "stop" and "restart" commands. 2012-05-31 07:35:25 +01:00
2113a67691 Removed server "worlds toram" option from the help output.
The command is no longer available.
2012-05-31 07:27:26 +01:00
2801318546 Added bash completion for "jargroup" commands. 2012-05-31 07:20:23 +01:00
5dfbdd6900 Added bash completion for "server" commands. 2012-05-31 07:18:08 +01:00
cd293d7209 Added bash completion for "server", "jargroup" and general server command. 2012-05-31 07:11:34 +01:00
82ce1a202f Added help to the bash completion options. 2012-05-31 07:06:31 +01:00
f7a94bc6ef Added bash completion for global stop/restart now options. 2012-05-31 07:04:14 +01:00
2028c06a05 Added bash completion for fir parameter. 2012-05-31 07:00:55 +01:00
d750ca0b7d Moved files to a more explanatory layout. 2012-05-31 06:44:10 +01:00
f6e4011371 Fixed and simplified "server list" command. 0.1.3 2012-05-31 06:00:59 +01:00
2aec6613bc Added server "jar" command to the help output. 2012-05-31 05:53:47 +01:00
6551408cf5 Fixed a bug with the server "jar" command. 2012-05-31 05:53:36 +01:00
c428845538 Changed grammar of output when changing game mode of player. 2012-05-31 05:49:38 +01:00