{"id":32333308,"url":"https://github.com/shock59/makemcserver","last_synced_at":"2025-10-23T20:43:21.777Z","repository":{"id":312495824,"uuid":"1047691315","full_name":"shock59/makemcserver","owner":"shock59","description":"CLI tool to easily set up a Minecraft server, made with TypeScript","archived":false,"fork":false,"pushed_at":"2025-10-18T07:15:09.000Z","size":65,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-19T04:45:46.565Z","etag":null,"topics":["cli","fabricmc","forgemc","minecraft","minecraft-server","minecraftforge","neoforge","neoforged","node","node-cli","nodejs","papermc","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shock59.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-08-31T02:03:31.000Z","updated_at":"2025-10-18T07:16:20.000Z","dependencies_parsed_at":"2025-08-31T04:11:04.949Z","dependency_job_id":"01f02835-acf6-4829-9164-b643cc89d9a1","html_url":"https://github.com/shock59/makemcserver","commit_stats":null,"previous_names":["shock59/makemcserver"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/shock59/makemcserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shock59%2Fmakemcserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shock59%2Fmakemcserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shock59%2Fmakemcserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shock59%2Fmakemcserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shock59","download_url":"https://codeload.github.com/shock59/makemcserver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shock59%2Fmakemcserver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280688658,"owners_count":26373927,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-23T02:00:06.710Z","response_time":142,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cli","fabricmc","forgemc","minecraft","minecraft-server","minecraftforge","neoforge","neoforged","node","node-cli","nodejs","papermc","typescript"],"created_at":"2025-10-23T20:43:18.025Z","updated_at":"2025-10-23T20:43:21.772Z","avatar_url":"https://github.com/shock59.png","language":"TypeScript","readme":"# makemcserver\n\n![NPM Version](https://img.shields.io/npm/v/makemcserver?logo=npm) ![GitHub Release](https://img.shields.io/github/v/release/shock59/makemcserver?logo=github)\n\nmakemcserver is a CLI tool which can be used to easily set up a Minecraft server, useful if you need to quickly set up a server to run on your local PC without having to go into a web browser and manually download lots of files. It lets you choose any Minecraft version, and also optionally installs a custom server software of your choice (either [Fabric](https://fabricmc.net/), [Paper](https://papermc.io/), [NeoForge](https://neoforged.net/), or [Forge](https://files.minecraftforge.net/net/minecraftforge/forge/)). Additionally, it allows you to install mods from [Modrinth](https://modrinth.com/) of your choice which you can specify in a config file.\n\n## Usage\n\nYou need [Node.js](https://nodejs.org/) installed to use the tool. To set up a NeoForge or Forge server, you will also need Java installed, which you can get from [Adoptium](https://adoptium.net/) or other providers.\n\nOnce you have everything installed, simply run `npx makemcserver` in the terminal/command prompt.\n\n## Configuration\n\nThe configuration is stored as a YAML file which can be in the following locations:\n* `makemcserver.yml` in the current working directory\n* On Linux: `XDG_CONFIG_HOME/makemcserver/makemcserver.yml` (usually this is `~/.config/makemcserver/makemcserver.yml`)\n* On Windows: `%AppData%\\makemcserver\\Config\\makemcserver.yml`\n* On Mac: `~/Library/Preferences/makemcserver/makemcserver.yml`\n* `.makemcserver.yml` in your home directory\n\nIt can be formatted like this (all three major sections are optional):\n```yml\ndefaultMods:\n  fabric:\n    - \"P7dR8mSH\" # Fabric API\n\nmodPresets:\n  fabric:\n    \"Optimization\":\n      default: true\n      mods:\n        - \"gvQqBUqZ\" # Lithium\n        - \"uXXizFIs\" # FerriteCore\n        - \"NRjRiSSD\" # Memory Leak Fix\n        - \"fQEb0iXm\" # Krypton\n        - \"VSNURh3q\" # C2ME\n        - \"KuNKN7d2\" # Noisium\n    \"spark\":\n      default: true\n      mods: \"l6YH9Als\"\n    \"No Chat Reports\": \"qQyHxfxd\"\n    \"Simple Voice Chat\": \"9eGKb6K1\"\n  paper:\n    \"FreedomChat\": \"MubyTbnA\"\n    \"Simple Voice Chat\": \"9eGKb6K1\"\n    \"WorldEdit\": \"1u6JkXh5\"\n    \"ViaVersion\": \"P1OZGk5p\"\n    \"LuckPerms\": \"Vebnzrzj\"\n  neoforge:\n    \"spark\":\n      default: true\n      mods: \"l6YH9Als\"\n    \"No Chat Reports\": \"qQyHxfxd\"\n    \"Simple Voice Chat\": \"9eGKb6K1\"\n  forge:\n    \"spark\":\n      default: true\n      mods: \"l6YH9Als\"\n    \"No Chat Reports\": \"qQyHxfxd\"\n    \"Simple Voice Chat\": \"9eGKb6K1\"\n\njavaPaths:\n  # Paths to the Java runtime for different Java versions, as well as a fallback \"default\" option. makemcserver will automatically select the correct Java version from this list.\n  # Examples:\n  default: \"java\"\n  8: \"/usr/lib/jvm/java-8-openjdk/jre/bin/java\"\n```\n\nTo get the Modrinth ID for a mod, go to its page on the Modrinth website, click the three dots in the top right and click on \"Copy ID\".","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshock59%2Fmakemcserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshock59%2Fmakemcserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshock59%2Fmakemcserver/lists"}