{"id":16542847,"url":"https://github.com/binhex/arch-minecraftserver","last_synced_at":"2026-03-11T10:04:57.286Z","repository":{"id":43336933,"uuid":"219767012","full_name":"binhex/arch-minecraftserver","owner":"binhex","description":"Docker build script for Arch Linux base with Minecraft Java server","archived":false,"fork":false,"pushed_at":"2026-01-15T10:16:11.000Z","size":123,"stargazers_count":29,"open_issues_count":9,"forks_count":24,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-15T15:47:24.591Z","etag":null,"topics":["arch-linux","docker","java","minecraft","minecraft-server"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binhex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-11-05T14:36:55.000Z","updated_at":"2026-01-15T10:16:14.000Z","dependencies_parsed_at":"2023-09-23T00:30:53.725Z","dependency_job_id":"4f519ee3-8fde-4d29-8eaa-5bb63df4e7cb","html_url":"https://github.com/binhex/arch-minecraftserver","commit_stats":null,"previous_names":[],"tags_count":76,"template":false,"template_full_name":null,"purl":"pkg:github/binhex/arch-minecraftserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-minecraftserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-minecraftserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-minecraftserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-minecraftserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binhex","download_url":"https://codeload.github.com/binhex/arch-minecraftserver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-minecraftserver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30377838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arch-linux","docker","java","minecraft","minecraft-server"],"created_at":"2024-10-11T18:58:41.050Z","updated_at":"2026-03-11T10:04:57.245Z","avatar_url":"https://github.com/binhex.png","language":"Shell","funding_links":["https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4"],"categories":[],"sub_categories":[],"readme":"**Application**\n\n[Minecraft Server](https://www.minecraft.net/en-us/download/server/)\n\n**Description**\n\nMinecraft is a sandbox video game created by Swedish game developer Markus Persson and released by Mojang in 2011. The game allows players to build with a variety of different blocks in a 3D procedurally generated world, requiring creativity from players. Other activities in the game include exploration, resource gathering, crafting, and combat. Multiple game modes that change gameplay are available, including—but not limited to—a survival mode, in which players must acquire resources to build the world and maintain health, and a creative mode, where players have unlimited resources to build with.\n\n**Build notes**\n\nLatest stable Minecraft Java release from Mojang.\n\n**Usage**\n```\ndocker run -d \\\n    -p \u003chost port\u003e:8222/tcp \\\n    -p \u003chost port\u003e:25565 \\\n    --name=\u003ccontainer name\u003e \\\n    -v \u003cpath for config files\u003e:/config \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e CREATE_BACKUP_HOURS=\u003cfrequency of world backups in hours\u003e \\\n    -e PURGE_BACKUP_DAYS=\u003cspecify oldest world backups to keep in days\u003e \\\n    -e ENABLE_WEBUI_CONSOLE=\u003cyes|no\u003e \\\n    -e ENABLE_WEBUI_AUTH=\u003cyes|no\u003e \\\n    -e WEBUI_USER=\u003cspecify webui username\u003e \\\n    -e WEBUI_PASS=\u003cspecify webui password\u003e \\\n    -e WEBUI_CONSOLE_TITLE=\u003cspecify webui console title\u003e \\\n    -e CUSTOM_JAR_PATH=\u003cpath to custom jar\u003e \\\n    -e JAVA_VERSION=\u003c8|11|17|latest\u003e \\\n    -e JAVA_INITIAL_HEAP_SIZE=\u003cjava initial heap size in megabytes\u003e \\\n    -e JAVA_MAX_HEAP_SIZE=\u003cjava max heap size in megabytes\u003e \\\n    -e JAVA_MAX_THREADS=\u003cjava max number of threads\u003e \\\n    -e JAVA_CUSTOM_ARGS=\u003cjava custom arguments\u003e \\\n    -e STARTUP_CMD=\u003cminecraft console command to execute on startup\u003e \\\n    -e UMASK=\u003cumask for created files\u003e \\\n    -e PUID=\u003cuid for user\u003e \\\n    -e PGID=\u003cgid for user\u003e \\\n    binhex/arch-minecraftserver\n```\n\nPlease replace all user variables in the above command defined by \u003c\u003e with the correct values.\n\n**Access Minecraft Server console**\n\nRequires `-e ENABLE_WEBUI_CONSOLE=yes`\n\n`http://\u003chost ip\u003e:8222`\n\n**Example**\n```\ndocker run -d \\\n    -p 8222:8222/tcp \\\n    -p 25565:25565 \\\n    --name=minecraftserver \\\n    -v /apps/docker/minecraftserver:/config \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e CREATE_BACKUP_HOURS=12 \\\n    -e PURGE_BACKUP_DAYS=14 \\\n    -e ENABLE_WEBUI_CONSOLE=yes \\\n    -e ENABLE_WEBUI_AUTH=yes \\\n    -e WEBUI_USER=admin \\\n    -e WEBUI_PASS=minecraft \\\n    -e WEBUI_CONSOLE_TITLE='Minecraft Server' \\\n    -e CUSTOM_JAR_PATH=/config/minecraft/paperclip.jar \\\n    -e JAVA_VERSION=latest \\\n    -e JAVA_INITIAL_HEAP_SIZE=512M \\\n    -e JAVA_MAX_HEAP_SIZE=1024M \\\n    -e JAVA_MAX_THREADS=1 \\\n    -e JAVA_CUSTOM_ARGS='' \\\n    -e STARTUP_CMD=gamerule reducedDebugInfo true \\\n    -e UMASK=000 \\\n    -e PUID=0 \\\n    -e PGID=0 \\\n    binhex/arch-minecraftserver\n```\n\n**Notes**\n\nIf you do **NOT** want world backups and/or purging of backups then set the value to '0' for env vars 'CREATE_BACKUP_HOURS' and/or 'PURGE_BACKUP_DAYS'.\n\nEnv var 'CUSTOM_JAR_PATH' is optional and allows you to define a specific jar to run, if not specified then the latest Mojang Minecraft jar will be used.\n\nEnv vars 'JAVA_INITIAL_HEAP_SIZE' value and 'JAVA_MAX_HEAP_SIZE' values must be a multiple of 1024 and greater than 2MB.\n\nUser ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-\n\n```\nid \u003cusername\u003e\n```\n___\nIf you appreciate my work, then please consider buying me a beer  :D\n\n[![PayPal donation](https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4)\n\n[Documentation](https://github.com/binhex/documentation) | [Support forum](https://forums.unraid.net/topic/84880-support-binhex-minecraftserver/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-minecraftserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinhex%2Farch-minecraftserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-minecraftserver/lists"}