Skip to content

Server isn't loading modpacks #2406

Answered by itzg
vladbejenaru asked this question in Q&A
Discussion options

You must be logged in to vote

Started with this

version: "3.8"

services: 
  mcforge:
    image: itzg/minecraft-server
    environment:
      EULA: true
      MOD_PLATFORM: AUTO_CURSEFORGE
      # assuming populated .env file in same directory
      CF_API_KEY: ${CF_API_KEY}
      CF_PAGE_URL: "https://www.curseforge.com/minecraft/modpacks/guns-nukes-and-planes2-0"
    ports:
    - "25565:25565"
    volumes:
    - ./data:/data

But that modpack dislikes automation:

issue2406-mcforge-1  | [mc-image-helper] 22:42:22.482 ERROR : 'install-curseforge' command failed. Version is 1.36.0
issue2406-mcforge-1  | me.itzg.helpers.errors.GenericException: The modpack authors have indicated this file is not allowed for project distr…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vladbejenaru
Comment options

Answer selected by vladbejenaru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants