msm/index.html
2012-05-27 16:46:30 -07:00

83 lines
3.8 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Minecraft Server Manager by marcuswhybrow</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/marcuswhybrow/minecraft-server-manager">View On GitHub</a></li>
<li class="downloads"><a href="https://github.com/marcuswhybrow/minecraft-server-manager/zipball/master">ZIP</a></li>
<li class="downloads"><a href="https://github.com/marcuswhybrow/minecraft-server-manager/tarball/master">TAR</a></li>
<li class="title">DOWNLOADS</li>
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<h1>Minecraft Server Manager</h1>
<p>An init script for managing multiple Minecraft servers</p>
<hr>
<span class="credits left">Project maintained by <a href="https://github.com/marcuswhybrow">marcuswhybrow</a></span>
<span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a></span>
</div>
<h1>Minecraft Server Manager</h1>
<p>A single init script which makes running multiple Minecraft/Bukkit servers easier for us admins.</p>
<h2>Features</h2>
<ul>
<li>One script handles multiple servers, run two or more servers on one machine.</li>
<li>Can create and start new servers with a single command, downloads the jars for you.</li>
<li>Start, stop and restart your servers.</li>
<li>Periodically makes <a href="http://wiki.sk89q.com/wiki/WorldEdit/Snapshots">WorldEdit snapshot</a> compatible backups of your worlds.</li>
<li>Backup the entire server folder for complete protection.</li>
<li>Load world's into RAM for faster access (reduces lag).</li>
<li>Easily configurable, through a single file</li>
<li>Per server configuration of invocation, in-game messages and timings.</li>
<li>Apply server commands to one, multiple, or all servers in one go (useful for whitelisting a player on all servers.)</li>
</ul><h2>Upcomming features</h2>
<ul>
<li>
<strong>Restore:</strong> Roll-back to an old world or whole server backup automatically.</li>
<li>
<strong>QuickBackup:</strong> 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!</li>
</ul><h2>Acknowledgements</h2>
<p>This code grew out of an old version of <a href="https://github.com/Ahtenus/minecraft-init">Ahtenus' Minecraft Init Script</a>.</p>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><!--<![endif]-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-32173106-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>