mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
24 lines
1.0 KiB
Markdown
24 lines
1.0 KiB
Markdown
|
# Marcus' Minecraft/Bukkit Init Script
|
||
|
|
||
|
## Features
|
||
|
|
||
|
* Multi-server compatible, run two or more servers on one machine
|
||
|
* Start, stop and restart your server
|
||
|
* Create [WorldEdit snapshot][we-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, change directory locations, in-game messages etc. from one simple file
|
||
|
|
||
|
[we-snapshot]: http://wiki.sk89q.com/wiki/WorldEdit/Snapshots
|
||
|
|
||
|
## Upcomming features
|
||
|
|
||
|
* **Provisioning:** Create, move, delete and manage multiple servers from one script.
|
||
|
* **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][ahtenus-minecraft-init].
|
||
|
|
||
|
[ahtenus-minecraft-init]: https://github.com/Ahtenus/minecraft-init
|