Add Modrinth plugins support for Spigot/Paper (#1885)

This commit is contained in:
Geoff Bourne
2023-01-02 13:29:20 -06:00
committed by GitHub
parent 877486802c
commit dd6cda1ae5
5 changed files with 16 additions and 3 deletions

2
examples/.gitignore vendored
View File

@@ -1,2 +1,2 @@
/data/
data/
modpacks/

View File

@@ -0,0 +1,13 @@
version: "3"
services:
mc:
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
environment:
EULA: "true"
TYPE: PAPER
VERSION: 1.19.3
MODRINTH_PROJECTS: "coreprotect"
MODRINTH_ALLOWED_VERSION_TYPE: "release"
volumes:
- ./data:/data