Datapacks Help on Docker Minecraft server #3302
Unanswered
Wh0sWalker
asked this question in
Q&A
Replies: 1 comment
-
Since the Modrinth automation, https://docker-minecraft-server.readthedocs.io/en/latest/mods-and-plugins/modrinth/, supports datapacks, I would suggest using: services:
mc:
image: itzg/minecraft-server
environment:
EULA: true
TYPE: paper
VERSION: 1.21.4
MODRINTH_PROJECTS: datapack:chunklock |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there, I recently set up a Proxmox server and created a VM with Ubuntu server to host a Minecraft server using Docker. I followed this LinuxBTW Video and used SetupMC to generate this Docker Compose file:
I want to add ChunkLock, but don't understand the steps do it, mainly how to get a "ZIP file URL" or zip file on the server like stated in the Datapack instructions. I've also seen wiligl's discution about loading datapacks, StrangeJaguar55's Reddit post on datapack installation, the Docker Minecraft server - Data directory page, and obviously the Docker Minecraft server - World data page. But I still don't understand how to Install and load datapacks into my server, so any help on the matter and the steps to take would be greatly apricated. I am fairly new to servers and networking, so feel free to be brutally honest in you feedback and recommendations, I don't mind. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions