You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,9 @@ A basic startup script for minecraft-server
3
3
4
4
## Prerequisites
5
5
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
7
7
* You should have minecraft-server installed in `WORKDIR` (default: `/usr/local/minecraft-server`)
8
8
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:
@@ -40,3 +32,13 @@ service minecraft-server restart
40
32
41
33
* The service will start in the background and ignore the HUP signal.
42
34
* 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