I'm trying to get a docker with Mr BeardStones Create: Perfect World 2 up and running.
During the installation the forgeskyboxes mod gives a RunTimeException.
"Attempted to load class net/minecraft/client/Options for invalid dist DEDICATED_SERVER"
Not sure why, but it seems like I'm not able to exclude this mod and it looks like it is a client-only mod that should not even be loaded on the server?
#Selfhosted server install issue
1 messages · Page 1 of 1 (latest)
Yeah that error is usually because a client side mod is on the server. What did you do to put the mods in?
I have a YAML file that should set things up correctly. It looks like this:
services:
mc:
image: itzg/minecraft-server
tty: true
stdin_open: true
ports:
- "25565:25565"
environment:
EULA: "TRUE"
MODPACK_PLATFORM: AUTO_CURSEFORGE
CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/create-perfect-world-2
TYPE: FORGE
VERSION: "1.20.1"
MEMORY: 6G
volumes:
- ./data:/data
I have tried using CF_EXCLUDE_MODS, but it looks like that doesn't do anything
share your [server logs](#1321141411260665996 message) please
server log: https://mclo.gs/wudtdZM
those mods need to be removed (yungs is not needed but wouldnt cause any issues)
effect tool tips
forge sky boxes
game menu mod options
xaeros map and minimap
yungs api```
might be more, but those are definitely client only mods
I tried pointing to the server pack but got an error telling me it should be the client pack.. Might just take this to the itzg people, doesn't look like its the modpack thats the issue but the docker container
The one that Kills my Server usualy ist Freecam. Just deleted IT from my Servers, than they are running fine.