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

View File

@@ -272,7 +272,7 @@ function modrinthProjects() {
: "${MODRINTH_DOWNLOAD_OPTIONAL_DEPENDENCIES:=true}"
: "${MODRINTH_ALLOWED_VERSION_TYPE:=release}"
if [[ $MODRINTH_PROJECTS ]] && isFamily HYBRID FORGE FABRIC; then
if [[ $MODRINTH_PROJECTS ]] && isFamily HYBRID FORGE FABRIC SPIGOT; then
if isFamily HYBRID FORGE; then
loader=forge
else