Added README

This commit is contained in:
Marcel Hanraets 2014-07-18 18:01:36 +02:00
parent e6d284e6c1
commit bbf2e8e981

29
README.md Normal file
View File

@ -0,0 +1,29 @@
# Craftmin
A collection of script to configure and manage a CraftBukkit Minecraft server.
### Files
| Filename | Description |
| ---------------- | ---------------------------- |
| `craftbukkit.sh` | Init script |
| `bukkit-log.xml` | Server log configuration |
| `craftmin.sh` | CraftBukkit management script|
### Features
TBC
### Requirements
- tmux
- sysvinit (systemd is currently not supported)
### Setup
1. Edit the configuration to your linking
2. Install the init script:
mv craftbukkit.sh /etc/init.d/craftbukkit
chmod 755 /etc/init.d/craftbukkit
update-rc.d craftbukkit defaults