docker-minecraft-server
docker-minecraft-server copied to clipboard
Docker image that provides a Minecraft Server that will automatically download selected version at startup
### Enhancement Type Improve an existing feature ### Describe the enhancement Yep, the title says it all. Can we consider allowing `application/octet-stream` content-type for GENERICK_PACK/GENERICK_PACKS? At current time, it fails...
### Enhancement Type Improve an existing feature ### Describe the enhancement Maybe ability to override platform on specific mods, like `fabric:mod-slug:beta` Or another environmental variable like `ALSO_LOOK_FOR_PLATFORM: fabric`
### Enhancement Type A completely new feature ### Describe the enhancement GeyserMC and Floodgate have already been seamlessly integrated into the container. It would be really nice if users had...
### Enhancement Type Improve an existing feature ### Describe the enhancement Hello! I was wondering if it would be possible to grab modrinth collections and automatically download mods from them....
https://github.com/MeowIce/meowice-flags [Requested in Discord](https://discord.com/channels/660567679458869252/660569755320844308/1359322750396923984)
### Describe the problem ``` services: mc: image: itzg/minecraft-server environment: EULA: "true" VERSION: 1.21.4 TYPE: "PAPER" MODRINTH_PROJECTS: "tabtps" ports: - "25565:25565" volumes: - ./data:/data ``` When `MODRINTH_PROJECTS` set to `""`,...
A clean setup works great. If the application is removed and added back fresh but there is a backup that can be restored, it will fail every time in the...
### Enhancement Type Improve an existing feature ### Describe the enhancement k8s support modes of operation for a "pod" where one container acts as init container and does prep work...
### Enhancement Type A completely new feature ### Describe the enhancement It appears that NeoForge enforces `java.net.preferIPv4Stack=true` which makes the installation fail in an IPv6-only environment. However, from what I...
### Enhancement Type Improve an existing feature ### Describe the enhancement I have noticed, that if you enable SKIP_GENERIC_PACK_UPDATE_CHECK, the pack gets downloaded anyway. This was contradictory to my expectations...