#Selfhosted server install issue

1 messages · Page 1 of 1 (latest)

granite echo
#

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?

mellow light
#

Yeah that error is usually because a client side mod is on the server. What did you do to put the mods in?

granite echo
#

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

CurseForge

Create-focused lightweight modpack from MrBeardstone's YouTube Series - Perfect World 2
197.4K Downloads | Modpacks

glad helm
#

share your [server logs](#1321141411260665996 message) please

mellow light
#

You need the server pack over the normal pack

#

But yes share the server log

granite echo
glad helm
#

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
granite echo
#

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

twilit juniper
#

The one that Kills my Server usualy ist Freecam. Just deleted IT from my Servers, than they are running fine.