{"id":21413577,"url":"https://github.com/monun/minecraft-server-launcher","last_synced_at":"2025-07-14T03:31:24.357Z","repository":{"id":49650359,"uuid":"472846571","full_name":"monun/minecraft-server-launcher","owner":"monun","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-28T23:05:44.000Z","size":56,"stargazers_count":21,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-06T09:25:45.177Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-22T16:31:24.000Z","updated_at":"2023-03-06T02:58:56.000Z","dependencies_parsed_at":"2022-08-12T20:20:48.045Z","dependency_job_id":null,"html_url":"https://github.com/monun/minecraft-server-launcher","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monun%2Fminecraft-server-launcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monun%2Fminecraft-server-launcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monun%2Fminecraft-server-launcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monun%2Fminecraft-server-launcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monun","download_url":"https://codeload.github.com/monun/minecraft-server-launcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225943005,"owners_count":17549143,"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","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":[],"created_at":"2024-11-22T18:19:05.466Z","updated_at":"2024-11-22T18:19:05.952Z","avatar_url":"https://github.com/monun.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minecraft server launcher script (Shell)\n\n## Dependencies\n\n* java\n* wget\n* [**jq**](https://stedolan.github.io/jq/)\n* git (Spigot only)\n* tar (Optional)\n\n## Installation\n\n1. Install JVM Runtime of your choice\n    - Make sure it is available via `PATH` environment variable.  \n      Verify it via `whereis java`. (*NIX systems only)\n\n    - On Windows, You can install it via [Chocolatey](https://chocolatey.org/install)\n      ```bash\n      choco install -y zulu17\n      ```\n\n2. Install Dependencies\n   \u003e The following scripts does not install Java Runtime. Install JRE if you don't have one installed beforehand.\n    - Ubuntu/Debian:\n      ```bash\n      sudo apt install jq git wget tar\n      ```\n    - Fedora/CentOS/RHEL-based Linux:\n      ```bash\n      sudo yum install jq git wget tar\n      ```\n    - Arch Linux (Manjaro, SteamOS, etc.):\n      ```bash\n      sudo pacman -Sy jq git wget tar\n      ```\n    - macOS (with [Homebrew](https://brew.sh))\n      \u003e Considering other dependencies are installed via XCode Developer Tools (`xcode-select --install`)\n      ```bash\n      brew install jq wget\n      ```\n    - Windows (with [Chocolatey](https://chocolatey.org/install))\n      ```bash\n      choco install -y wget jq\n      ```\n3. Run script\n    1. Automatic install\n        1. (Optional) Configure your server by setting your environment variables (Refer\n           to [settings.env](/settings.env))\n            * wget\n              ```bash\n              wget https://raw.githubusercontent.com/monun/minecraft-server-launcher/master/settings.env\n              set -a; source settings.env; set +a\n              ```\n\n            * curl\n              ```bash\n              curl -o settings.env https://raw.githubusercontent.com/monun/minecraft-server-launcher/master/settings.env\n              set -a; source settings.env; set +a\n              ```\n\n        2. Run following one-liner script to install\n\n        * wget\n          ```bash\n          bash \u003c(wget -O - https://raw.githubusercontent.com/monun/minecraft-server-launcher/master/run)\n          ```\n\n        * curl\n          ```bash\n          bash \u003c(curl -L https://raw.githubusercontent.com/monun/minecraft-server-launcher/master/run)\n          ```\n\n       After the automatic install, `./run` will be generated automatically on your server directory. You can\n       use `./run` to start your server after installation. (Don't forget to set environment variables before you run (\n       e.g. load from file: `set -a; source settings.env; set +a`))\n\n    2. Manual install\n        1. Download [run](https://raw.githubusercontent.com/monun/minecraft-server-launcher/master/run) script to your\n           server directory\n        2. Give executable permissions with `chmod +x ./run`.\n        3. (Optional) Configure your server by modifying `./run` or your environment variables (Refer\n           to [settings.env](/settings.env))\n        4. Run script by `./run`\n\n## Note\n\n* Server jar files are in `~/.mcservers/`\n* Spigot builds using [**\n  BuildTools**](https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar). It\n  may take a few minutes.\n\n## License\n\n[MIT License](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonun%2Fminecraft-server-launcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonun%2Fminecraft-server-launcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonun%2Fminecraft-server-launcher/lists"}