Clearer differentiation of mod platforms and types (#2179)

Also, skip version resolution for mod platforms.
This commit is contained in:
Geoff Bourne
2023-06-08 08:52:08 -05:00
committed by GitHub
parent 821428c8b1
commit 3c1a83cc6a
19 changed files with 353 additions and 308 deletions
+1 -1
View File
@@ -30,4 +30,4 @@ where, in this case, the standard server port 25565, will be exposed on your hos
**DO NOT** port forward RCON on 25575 without first setting `RCON_PASSWORD` to a secure value. It is highly recommended to only use RCON within the container, such as with `rcon-cli`.
By default, the container will download the latest version of the "vanilla" [Minecraft: Java Edition server](https://www.minecraft.net/en-us/download/server) provided by Mojang. The [`VERSION`](versions/java.md) and the [`TYPE`](server-types/bukkit-spigot.md) can be configured to create many variations of desired Minecraft server.
By default, the container will download the latest version of the "vanilla" [Minecraft: Java Edition server](https://www.minecraft.net/en-us/download/server) provided by Mojang. The [`VERSION`](versions/java.md) and the [`TYPE`](types-and-platforms/) can be configured to create many variations of desired Minecraft server.