Go to file
Marcus Whybrow 7a098f58ea Replaced cron job commands using a "*" with the word "all".
This functionality has not been implemented yet, but when it is, "all"
will be the word used now.
2012-05-29 07:01:22 +01:00
.gitignore Added a .gitignore file to ignore .DS_Store files. 2012-05-29 06:57:04 +01:00
msm Added the "kick" server command. 2012-05-29 06:52:42 +01:00
msm.conf Added the "kick" server command. 2012-05-29 06:52:42 +01:00
msm.cron Replaced cron job commands using a "*" with the word "all". 2012-05-29 07:01:22 +01:00
README.markdown Updated the read me to reflect the Minecraft Server Manager approach. 2012-05-22 16:12:57 +01:00

Minecraft Server Manager

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

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.
  • Start, stop and restart your servers.
  • Periodically makes WorldEdit snapshot compatible backups of your worlds.
  • Backup the entire server folder for complete protection.
  • Load world's into RAM for faster access (reduces lag).
  • Easily configurable, through a single file
  • Per server configuration of invocation, in-game messages and timings.
  • Apply server commands to one, multiple, or all servers in one go (useful for whitelisting a player on all servers.)

Upcomming features

  • Restore: Roll-back to an old world or whole server backup automatically.
  • 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!

Acknowledgements

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