Update Minecraft Magma

Re-work install script
Add new java images and update to labeled java format
Latest version hard coded to  1.18.2 as there is no API to find latest supported MC version
This commit is contained in:
Daniel Barton
2022-09-29 02:25:17 +08:00
parent 07ede1e21d
commit 597839d34b
2 changed files with 20 additions and 12 deletions

View File

@@ -11,3 +11,7 @@ The minecraft server requires a single port for access (default 25565) but plugi
| Port | default |
|-------|---------|
| Game | 25565 |
## Notes
Providing a Minecraft version of ``latest`` or an empty value will default to 1.18.2 as this is the latest version that Magma supports at this time.
There is no API to query to find the true latest supported version.