Go to file
2012-07-13 20:16:25 +01:00
bash_completion Refactored setting registration. Allows for default values. Added msm config command. 2012-07-13 19:56:57 +01:00
cron Updated project URL in cron/msm 2012-07-10 02:42:20 +01:00
init Removed debug statement. 2012-07-13 20:09:32 +01:00
.gitignore Ignore directories starting with an underscore. 2012-06-04 21:08:03 +01:00
.travis.yml Fixed spaces indentation for .travis.yml. 2012-06-18 02:16:10 +01:00
CHANGELOG.markdown Bumped version to 0.5.2. 2012-07-13 16:54:11 +01:00
LICENSE.markdown Fixed a formatting error. 2012-06-08 05:20:31 +02:00
msm.conf Updated default username setting name. 2012-07-13 20:16:25 +01:00
README.markdown Added changelog, and licence links to the readme. 2012-07-05 17:32:38 +01:00
test.sh Merged refactoring into master. 2012-06-17 22:52:35 +01:00

Minecraft Server Manager Build Status

A single init script which makes running multiple Minecraft/Bukkit servers easier for us admins.

See the installation page to get started, or visit the wiki for the full list of resources. Read the changelog to get a picture of how MSM has evloved over time. MSM is released under the GPLv3 licence, which is included in the repository here. I'm open to suggestions where licencing is concerned.

Flattr this git repo

Features

As well as starting, stopping and restarting MSM has the following features:

  • One script handles multiple servers, run two or more servers on one machine.
  • Can create and start new servers with a single command, downloads the jars for you.
  • Periodically makes WorldEdit snapshot compatible backups of your worlds.
  • Backup the entire server directory for complete protection.
  • Load world's into RAM for faster access (reduces lag).
  • Easily configurable global defaults, with per server overrides if needed.
  • Apply server commands to one, multiple, or all servers in one go (useful for whitelisting a player on all servers.)
  • Tab completion for all commands, makes everything faster and getting started a breeze.
  • Keep server logs organsied by periodically "rolling" them.
  • Organises jar files into groups (such as minecraft and craftbukkit) and links each server to a single jar. Includes automated download of new versions.
  • Plethora of in-game commands (whitelist, blacklist, operator, gamemode, kick, say, time, toggledownfall, save)
  • Send commands straight to the server via the command line.

Upcomming features

  • QuickBackup: If you store your backups non-locally (maybe on a NAS), QuickBackup optionally creates a backup locally for speed, and then moves it after your players are building again! My initial testing shows a 54 second network backup confaltes to 23 seconds of in-game time.
  • Restore: Roll-back to an old world or whole server backup automatically.

Versioning

MSM uses semantic version numbers to better describe what code one might have installed, and indicate backwards incompatible changes.

Releases will be numbered with the follow format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

For more information on SemVer, please visit http://semver.org/.

Acknowledgements

This code grew out of an old version of Ahtenus' Minecraft Init Script.