Added Loliserver support (#1483)

* added Loliserver support

* added 'setup only' test for loliserver
This commit is contained in:
Sylensky
2022-04-25 00:11:03 +02:00
committed by GitHub
parent d9a55ae938
commit 3e6ef1a605
6 changed files with 64 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
version: "3"
services:
mc:
restart: "no"
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
environment:
EULA: "TRUE"
SETUP_ONLY: "TRUE"
TYPE: LOLISERVER
VERSION: ${MINECRAFT_VERSION:-LATEST}
volumes:
- ./data:/data

View File

@@ -0,0 +1 @@
[[ $MINECRAFT_VERSION == 1.16.5 ]] || exit 1

View File

@@ -0,0 +1 @@
mc-image-helper assert fileExists "/data/LoliServer-*.jar"