unify games to single files per game

This commit is contained in:
Michael (Parker) Parker 2019-01-31 09:51:56 -05:00
parent 6fd819d838
commit 9725c518b1
3 changed files with 7 additions and 6 deletions

View File

@ -297,7 +297,7 @@ module.exports = {
title: 'Game Specific',
collapsable: false,
children: [
'/community/games/minecraft/networks.md',
'/community/games/minecraft.md',
],
},
{

View File

@ -19,7 +19,7 @@ This is the community guide section of the site.
* [Create a Custom Docker Image](/community/eggs/creating_a_custom_image.md)
# Specific Server Config
* [Minecraft Server networks](/community/games/minecraft/networks.md)
* [Minecraft Server networks](/community/games/minecraft.md)
##

View File

@ -1,14 +1,15 @@
# Minecraft Server Networks
# Minecraft
[[toc]]
# Minecraft Server Networks
## Setting up a BungeeCord network
:::warning
This guide was written with BungeeCord in mind, but should work for Waterfall and Hexacord as well.
For the setup described below, it is necessary that all servers are on the same node.
:::
## Setting up a BungeeCord network
The ideal setup with BungeeCord is a seperated internal network with only one access point which is the BungeeCord server. Pterodactyl provides this with Docker.
In order to create a BungeeCord network you'll have to add an allocation with which the BungeeCord server should be reachable. Add an allocation with the IP address of the node and the desired port (e.g. 25565, the default Minecraft port) to your node first.
Then create a new BungeeCord server and use the allocation you just created.
@ -18,7 +19,7 @@ Then create a new BungeeCord server and use the allocation you just created.
All the other servers that should be part of the BungeeCord network don't require external ports. Create new allocations on the localhost IP address `127.0.0.1` with some ports for the servers to use. You can also enter a port range, e.g. `30000-30010` which will get you 11 ports.
Now create new servers and be sure to use `127.0.0.1` allocations for each of them. To add the servers to your BungeeCord network, use `172.18.0.1:<port of the internal server>` (not 127.0.0.1) as the IP addresses of the servers to add in your configuration file.
## Notes
### Server Network Notes
* **Only** the proxy (Waterfall / Hexagon / Bungee) has to be bound to an external IP.
* **No modifications to iptables should be done**