Skip to content

Commit ab115e7

Browse files
committed
More closely match the format of the wiki
1 parent 6d08076 commit ab115e7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README

+11-11
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ I've made an attempt to utilize only features that are normally installed in
4141
most Linux and UNIX environments in this script, but there are a few
4242
requirements that this script has that may not already be in place:
4343

44-
Java 6/7 JRE The Minecraft server software requires this.
45-
Perl 5 Most, if not all, Unix and Linux like systems have this
44+
* Java 6/7 JRE - The Minecraft server software requires this.
45+
* Perl 5 - Most, if not all, Unix and Linux like systems have this
4646
preinstalled.
47-
Python Required by the Minecraft Overviewer mapping software.
48-
GNU Wget Allows the script to download software updates via the
47+
* Python - Required by the Minecraft Overviewer mapping software.
48+
* GNU Wget - Allows the script to download software updates via the
4949
internet.
50-
rdiff-backup Allows the script to efficiently run backups.
51-
Socat Allows the script to communicate with the Minecraft server.
52-
Iptables Although not explicitly required, a good firewall should be
50+
* rdiff-backup - Allows the script to efficiently run backups.
51+
* Socat - Allows the script to communicate with the Minecraft server.
52+
* Iptables - Although not explicitly required, a good firewall should be
5353
installed.
5454

5555
If you are running Debian or Ubuntu, you can make sure that these are
@@ -79,10 +79,9 @@ installed in your network, you will need to route some ports to your server.
7979
Instructions on how to accomplish this are beyond the scope of this post, but
8080
here are some things you will need to know:
8181

82-
The default port for the Minecraft server is: 25565.
83-
84-
If you wish to run multiple world servers using this script, you will
85-
want to open a range of ports (for example 25565 - 25575).
82+
* The default port for the Minecraft server is: 25565.
83+
* If you wish to run multiple world servers using this script, you will
84+
want to open a range of ports (for example 25565 - 25575).
8685

8786
If you are using iptables, and you should be, here is a very basic ruleset
8887
that you can use.
@@ -320,3 +319,4 @@ environment where the error occurs to the support thread, and I'll try to
320319
work out a solution with you.
321320

322321
Support thread: http://www.minecraftforum.net/viewtopic.php?f=10&t=129833
322+
Github Issues: https://github.com/sandain/MinecraftServerControlScript/issues

0 commit comments

Comments
 (0)