12 lines
510 B
Markdown
12 lines
510 B
Markdown
# Minecraft Bukkit start scripte
|
|
|
|
## "Instalaiton"
|
|
1. clone this Repo
|
|
2. copy the bukkit-*.sh files into /usr/local/bin/
|
|
3. set the permissions to execute the scripts (chmod +x filename)#
|
|
4. copy the *-service scripts to /etc/init.d/
|
|
5. create symlink from the scripts link must be in the same directory as start.sh
|
|
6. to run the service on system startup run "rc-update add *-service default" for the specific server and replace * with name
|
|
|
|
## Dependencies for mc-shutdown
|
|
- https://github.com/Tiiffi/mcrcon |