build: accept build args for extra packages to install by@itzgin#3060 Bump mc-monitor version by@md5nakein#3061 build: upgraded easy-add and mc-monitor by@itzgin#3066 build: upgraded restify, rcon-cli, mc-server-runner by@itzgin#3067 Add PAPER_CONFIG_REPO as alias for defaults repo vari...
Update to latest mc-server-runner by@Kaiedein#399 build: upgraded restify and mc-server-runner by@itzgin#409 Enchancement: Added msa-gamertags-only, disable-custom-skins, op-permission-level and more. by@ReallyFatYoshiin#415 New Contributors @Kaiedemade their first contribution in#388 @joe...
When attached in this way you can stop the server, edit the configuration under your attached /path/on/host and start the server again with docker start CONTAINERID to pick up the new configuration. Versions To use a different Minecraft version, pass the VERSION environment variable, which can...
这是一个专门用于搭建 Minecraft 服务器的 Docker 镜像,极大地简化了部署流程。用户只需要使用 Docker 命令或 Docker Compose,即可快速部署和启动 Minecraft 服务器,适用于个人玩家搭建自己的 Minecraft 世界,与朋友们一同享受游戏乐趣。
This is a Docker image specifically designed for setting up a Minecraft server, greatly simplifying the deployment process. Users only need to use Docker commands or Docker Compose to quickly deploy and launch a Minecraft server, suitable for individual players to build their own Minecraft world and...
build: pin java17 tests to 1.20.4 by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2796 New Contributors @antoncuranz made their first contribution in https://github.com/itzg/docker-minecraft-server/pull/2795 Full Changelog: https://github.com/itzg/docker-minecraft-server...
Other Changes build: skip some of the setuponly tests by default by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2327 Full Changelog: https://github.com/itzg/docker-minecraft-server/compare/2023.8.1...2023.8.2相关地址:原始地址 下载(tar) 下载(zip) 查看...
itzg / docker-minecraft-server Public Notifications Fork 1.6k Star 10.1k itzg docker-minecraft-server Discussions Search all discussions Clear Sort by: Latest activity Label Filter Categories, most helpful, and community links Categories View all discussions 💬 General 💡 Ideas 🗳...
I have the Minecraft server running using this docker-compose.yml: version: "3" services: mc: image: itzg/minecraft-server ports: - 25565:25565 environment: EULA: "TRUE" DEBUG: "TRUE" tty: true stdin_open: true restart: unless-stopped Minecraft server version is 1.18.1. I'm using the...
autocf: fixed issue where exclude file alone was ignored by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2024 forge: support version discovery of 1.5, 1.7 installer by @itzg in https://github.com/itzg/docker-minecraft-server/pull/2032 autocf: ensure modpack query is no...