@@ -41,15 +41,15 @@ I've made an attempt to utilize only features that are normally installed in
41
41
most Linux and UNIX environments in this script, but there are a few
42
42
requirements that this script has that may not already be in place:
43
43
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
46
46
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
49
49
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
53
53
installed.
54
54
55
55
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.
79
79
Instructions on how to accomplish this are beyond the scope of this post, but
80
80
here are some things you will need to know:
81
81
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).
86
85
87
86
If you are using iptables, and you should be, here is a very basic ruleset
88
87
that you can use.
@@ -320,3 +319,4 @@ environment where the error occurs to the support thread, and I'll try to
320
319
work out a solution with you.
321
320
322
321
Support thread: http://www.minecraftforum.net/viewtopic.php?f=10&t=129833
322
+ Github Issues: https://github.com/sandain/MinecraftServerControlScript/issues
0 commit comments