Does CURSEFORGE_FILES
work for a KETTING server?
#3288
-
I am using the same config, that I used for a Here is an anonymized version of my minecraft:
image: itzg/minecraft-server
stdin_open: true
tty: true
networks:
- minecraft
ports:
- "25565:25565" # main server port
- "24454:24454/udp" # simple voice chat
expose:
- 8100
volumes:
- ./minecraft:/data
environment:
TYPE: KETTING
VERSION: "1.20.1"
EULA: "TRUE"
SERVER_NAME: "xxxxxxxxxxxxxx"
MOTD: "xxxxxxxxxxxxx"
OPS: |
xxxxxxxxx
xxxxx
ENABLE_WHITELIST: "true"
ONLINE_MODE: "true"
INIT_MEMORY: 1G
MAX_MEMORY: 8G
TZ: "Europe/Vienna"
CF_API_KEY: xxxxxxxxxxxxxxx
CURSEFORGE_FILES: |
curios
geckolib
patchouli
ars-nouveau
... and many more Unfortunately, I get the following error in the console:
Is there some variable to provide the default category (which I assume would be neoforge)? I didn't really find it in the docs. But then again, Appreciate any help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Turns out you simply can't use slugs. Instead, just paste the URL |
Beta Was this translation helpful? Give feedback.
Turns out you simply can't use slugs. Instead, just paste the URL
https://www.curseforge.com/minecraft/mc-mods/
in front of every mod andhttps://www.curseforge.com/minecraft/bukkit-plugins/
in front of every plugin.