Updated README
This commit is contained in:
parent
886400467e
commit
5e0aaac911
29
README.md
29
README.md
@ -1,14 +1,15 @@
|
||||
# Craftmin
|
||||
|
||||
A collection of script to configure and manage a CraftBukkit Minecraft server.
|
||||
A collection of scripts 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|
|
||||
| Filename | Description |
|
||||
| ------------------ | ----------------------------- |
|
||||
| `craftbukkit.sh` | Init script |
|
||||
| `craftmin.sh` | CraftBukkit management script |
|
||||
| `craftbukkit.conf` | Configuration file |
|
||||
| `bukkit-log.xml` | Server log configuration |
|
||||
|
||||
### Features
|
||||
|
||||
@ -18,12 +19,26 @@ TBC
|
||||
|
||||
- tmux
|
||||
- sysvinit (systemd is currently not supported)
|
||||
- sudo
|
||||
|
||||
### Setup
|
||||
|
||||
1. Edit the configuration to your linking
|
||||
1. Edit `craftbukkit.conf` to your liking
|
||||
2. Install the init script:
|
||||
|
||||
mv craftbukkit.sh /etc/init.d/craftbukkit
|
||||
chmod 755 /etc/init.d/craftbukkit
|
||||
update-rc.d craftbukkit defaults
|
||||
|
||||
3. Install `craftmin.sh`:
|
||||
|
||||
mv craftmin.sh /usr/local/bin/craftmin
|
||||
chmod 755 /usr/local/bin/craftmin
|
||||
|
||||
4. Move the configuration file in place:
|
||||
|
||||
mv config /etc/craftbukkit.conf
|
||||
|
||||
### Usage
|
||||
|
||||
TBD
|
||||
|
||||
Loading…
Reference in New Issue
Block a user