2020-12-30 20:29:04 +01:00
|
|
|
# Minecraft Bukkit start scripte
|
|
|
|
|
|
|
|
## "Instalaiton"
|
2022-01-15 13:08:36 +01:00
|
|
|
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
|
2022-03-29 11:40:54 +02:00
|
|
|
6. to run the service on system startup run "rc-update add *-service default" for the specific server and replace * with name
|
2021-03-13 15:00:04 +01:00
|
|
|
|
|
|
|
## Dependencies for mc-shutdown
|
|
|
|
- https://github.com/Tiiffi/mcrcon
|