Skip to content

Commit 997963f

Browse files
committed
Update README
1 parent 8de807a commit 997963f

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,9 @@ A basic startup script for minecraft-server
33

44
## Prerequisites
55

6-
* This script has been tested on Amazon Linux AMI but should work on any Red Hat Enterprise Linux (RHEL) distro, eg: CentOS
6+
* This script has been tested on Amazon Linux AMI but should work on any Red Hat Enterprise Linux (RHEL) compatible distro, eg: CentOS
77
* You should have minecraft-server installed in `WORKDIR` (default: `/usr/local/minecraft-server`)
88

9-
#### Installing Minecraft Server
10-
[TODO]
11-
12-
See [https://minecraft.gamepedia.com/Tutorials/Setting_up_a_server#Linux_instructions](https://minecraft.gamepedia.com/Tutorials/Setting_up_a_server#Linux_instructions)
13-
14-
#### Upgrading Minecraft Server
15-
Assuming you already have Minecraft Server installed, you can easily upgrade to a new version like so:
16-
179
```bash
1810
wget https://launcher.mojang.com/mc/game/X.YY.Z/server/abcdefg12345/server.jar -O /usr/local/minecraft-server/minecraft_server.X.YY.Z.jar
1911
chown minecraft-server.daemon /usr/local/minecraft-server/minecraft_server.X.YY.Z.jar
@@ -40,3 +32,13 @@ service minecraft-server restart
4032

4133
* The service will start in the background and ignore the HUP signal.
4234
* stderr/stdout will be routed to `$WORKDIR/service.log`
35+
36+
## Help
37+
38+
#### Installing Minecraft Server
39+
[TODO]
40+
41+
See [https://minecraft.gamepedia.com/Tutorials/Setting_up_a_server#Linux_instructions](https://minecraft.gamepedia.com/Tutorials/Setting_up_a_server#Linux_instructions)
42+
43+
#### Upgrading Minecraft Server
44+
Assuming you already have Minecraft Server installed, you can easily upgrade to a new version like so:

0 commit comments

Comments
 (0)