mc-java community guide (#2295)

* mc-java community guide

* Update docs/apps/games/minecraft-java/Comunity_Guide.md

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update docs/apps/games/minecraft-java/Comunity_Guide.md

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
shadofall 2022-03-28 18:19:25 -04:00 committed by GitHub
parent 7e1715c4d9
commit 7fb91af8ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 51 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 840 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -0,0 +1,51 @@
# Minecraft Java Community Guide
⚠️ **Warning This guide contains information that uses Advanced/Expert settings. As a result this will be outside the scope of support!** ⚠️
# Running Multiple MC-Java Servers
You can easily run Multiple MC Servers. You simply need to change the external ports, Be sure to use an unused port. There is no need to change the Minecraft port or RCON port in the server.properties
MC Server 1
<div>
<a href="https://truecharts.org/_static/img/communityguide/apps/mc-server1.png"><img src="https://truecharts.org/_static/img/communityguide/apps/mc-server1.png" width="100%"/></a>
</div>
MC Server 2
<div>
<a href="https://truecharts.org/_static/img/communityguide/apps/mc-server2.png"><img src="https://truecharts.org/_static/img/communityguide/apps/mc-server2.png" width="100%"/></a>
</div>
# Plugins DIR
To easily get Plugins in to your MC server since PVC&#39;s are in use for the config storage you can add a host path storage for either /mods or /plugins depending on what your server needs like so
<div>
<a href="https://truecharts.org/_static/img/communityguide/apps/mc-plugins.png"><img src="https://truecharts.org/_static/img/communityguide/apps/mc-plugins.png" width="100%"/></a>
</div>
This will give you an easy folder to drop the plugins in and they will then sync to /data/plugins or /data/mods , you will/may need to shell in to the app to periodically clean up old versions
# Plugins/mods that need additional ports
Using Dynmap as an example Under network and Services Check Show Expert config (remember the warning at the top?)
Click Configure add Manual Custom Services and fill out like so also adding Configure additional service ports
<div>
<a href="https://truecharts.org/_static/img/communityguide/apps/mc-modports1.png"><img src="https://truecharts.org/_static/img/communityguide/apps/mc-modports1.png" width="100%"/></a>
</div>
For the second server instance the setup is about the same one minor difference is the need to change the port for dynmap in the container to a new port and configure like so (note this could of just been my system being silly due to my tests and not rebooting)
<div>
<a href="https://truecharts.org/_static/img/communityguide/apps/mc-modports2.png"><img src="https://truecharts.org/_static/img/communityguide/apps/mc-modports2.png" width="100%"/></a>
</div>
Dynmap Web working
<div>
<a href="https://truecharts.org/_static/img/communityguide/apps/dynmap.png"><img src="https://truecharts.org/_static/img/communityguide/apps/dynmap.png" width="100%"/></a>
</div>