mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-21 08:46:22 +00:00
Add Modrinth plugins support for Spigot/Paper (#1885)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user