Replies: 4 comments 7 replies
-
It sounds like you have identified that mod (or plugin, since Paper does plugins technically) as the problem. Maybe you should contact the author of that since everything else looks right. |
Beta Was this translation helpful? Give feedback.
-
im not sure its the mod (it happens other mods) to confim i have ran the paper.jar dirctly (not containers)
this is working I have re-ran the docker-minecraft container, with the same paper and mod versions
this does not work, and i get the same behaviour as mentioned before |
Beta Was this translation helpful? Give feedback.
-
Set |
Beta Was this translation helpful? Give feedback.
-
So, I just tried this and it started fine. BTW, you're using an old copy of that plugin. version: "3.8"
services:
mc:
image: itzg/minecraft-server
environment:
EULA: true
TYPE: PAPER
PLUGINS: https://ci.citizensnpcs.co/job/citizens2/lastSuccessfulBuild/artifact/dist/target/Citizens-2.0.32-b3157.jar
ports:
- "25565:25565" |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a docker-compose config (lower down), which sets up PaperMC 1.20.1 (), and shares a volume to allow me to add mods
docker-compose up, with no mods, works
when i add one mod (for example Citizens-2.0.32-b3123)
it throws alot of errors
have i missed something?
Beta Was this translation helpful? Give feedback.
All reactions