mirror of
https://github.com/MinecraftServerControl/mscs.git
synced 2024-11-15 06:48:16 -07:00
More closely match the format of the wiki
This commit is contained in:
parent
6d08076206
commit
ab115e7dba
20
README
20
README
@ -41,15 +41,15 @@ I've made an attempt to utilize only features that are normally installed in
|
|||||||
most Linux and UNIX environments in this script, but there are a few
|
most Linux and UNIX environments in this script, but there are a few
|
||||||
requirements that this script has that may not already be in place:
|
requirements that this script has that may not already be in place:
|
||||||
|
|
||||||
Java 6/7 JRE The Minecraft server software requires this.
|
* Java 6/7 JRE - The Minecraft server software requires this.
|
||||||
Perl 5 Most, if not all, Unix and Linux like systems have this
|
* Perl 5 - Most, if not all, Unix and Linux like systems have this
|
||||||
preinstalled.
|
preinstalled.
|
||||||
Python Required by the Minecraft Overviewer mapping software.
|
* Python - Required by the Minecraft Overviewer mapping software.
|
||||||
GNU Wget Allows the script to download software updates via the
|
* GNU Wget - Allows the script to download software updates via the
|
||||||
internet.
|
internet.
|
||||||
rdiff-backup Allows the script to efficiently run backups.
|
* rdiff-backup - Allows the script to efficiently run backups.
|
||||||
Socat Allows the script to communicate with the Minecraft server.
|
* Socat - Allows the script to communicate with the Minecraft server.
|
||||||
Iptables Although not explicitly required, a good firewall should be
|
* Iptables - Although not explicitly required, a good firewall should be
|
||||||
installed.
|
installed.
|
||||||
|
|
||||||
If you are running Debian or Ubuntu, you can make sure that these are
|
If you are running Debian or Ubuntu, you can make sure that these are
|
||||||
@ -79,9 +79,8 @@ installed in your network, you will need to route some ports to your server.
|
|||||||
Instructions on how to accomplish this are beyond the scope of this post, but
|
Instructions on how to accomplish this are beyond the scope of this post, but
|
||||||
here are some things you will need to know:
|
here are some things you will need to know:
|
||||||
|
|
||||||
The default port for the Minecraft server is: 25565.
|
* The default port for the Minecraft server is: 25565.
|
||||||
|
* If you wish to run multiple world servers using this script, you will
|
||||||
If you wish to run multiple world servers using this script, you will
|
|
||||||
want to open a range of ports (for example 25565 - 25575).
|
want to open a range of ports (for example 25565 - 25575).
|
||||||
|
|
||||||
If you are using iptables, and you should be, here is a very basic ruleset
|
If you are using iptables, and you should be, here is a very basic ruleset
|
||||||
@ -320,3 +319,4 @@ environment where the error occurs to the support thread, and I'll try to
|
|||||||
work out a solution with you.
|
work out a solution with you.
|
||||||
|
|
||||||
Support thread: http://www.minecraftforum.net/viewtopic.php?f=10&t=129833
|
Support thread: http://www.minecraftforum.net/viewtopic.php?f=10&t=129833
|
||||||
|
Github Issues: https://github.com/sandain/MinecraftServerControlScript/issues
|
||||||
|
Loading…
Reference in New Issue
Block a user