docker-minecraft-server: SPIGET_RESOURCES not used

I’m trying to setup a server using docker compose. The config part of this server is:

    container_name: loginlobby-puromc
    image: itzg/minecraft-server:latest
    restart: always
    expose:
      - 25565
    env_file: loginlobby-puromc/.env
    volumes:
      - ./loginlobby-puromc/plugins:/data/plugins
      - ./loginlobby-puromc/worlds/world:/data/world
      - ./loginlobby-puromc/worlds/world_nether:/data/world_nether
      - ./loginlobby-puromc/worlds/world_the_end:/data/world_the_end
    networks:
      - mc_net

on the .env file I have, among other settings, this: SPIGET_RESOURCES="1364,52109"

Those plugins are not being loaded. Any suggestion to solve the issue?

Thanks.

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 15 (8 by maintainers)

Commits related to this issue

Most upvoted comments

Sorry for the new bug. The fix has been pushed now.

@AllanWang in your case you’re missing a TYPE. You can’t add plugins/mods to a vanilla Minecraft server.