{"id":23785830,"url":"https://github.com/foxfirecodes/minecraftservermanager","last_synced_at":"2025-10-12T17:36:42.565Z","repository":{"id":91319634,"uuid":"61655772","full_name":"foxfirecodes/MinecraftServerManager","owner":"foxfirecodes","description":"A simple server manager script for Minecraft.","archived":false,"fork":false,"pushed_at":"2023-12-22T00:15:58.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-08T05:09:42.414Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/foxfirecodes.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}},"created_at":"2016-06-21T18:06:14.000Z","updated_at":"2023-12-22T00:16:01.000Z","dependencies_parsed_at":"2023-12-22T02:52:37.245Z","dependency_job_id":"be6579de-6047-4965-b883-e7bcf23de498","html_url":"https://github.com/foxfirecodes/MinecraftServerManager","commit_stats":null,"previous_names":["foxfirecodes/minecraftservermanager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/foxfirecodes/MinecraftServerManager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2FMinecraftServerManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2FMinecraftServerManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2FMinecraftServerManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2FMinecraftServerManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foxfirecodes","download_url":"https://codeload.github.com/foxfirecodes/MinecraftServerManager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2FMinecraftServerManager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012188,"owners_count":26085079,"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-12T02:00:06.719Z","response_time":53,"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":[],"created_at":"2025-01-01T14:07:18.044Z","updated_at":"2025-10-12T17:36:42.536Z","avatar_url":"https://github.com/foxfirecodes.png","language":"Shell","readme":"# Minecraft Server Manager\n\n\u003e A simple server manager script for Minecraft.\n\nThis allows you to start, stop, and control your Minecraft server with a few simple keystrokes, and it's all run in the background via `screen`.\n\n- [Usage](#Usage)\n- [Installation](#Installation)\n\n## Usage\n\n```bash\nmcsm \u003cstart|stop|restart|cmd \u003ccommand\u003e|console|log|config\u003e\n```\n\n### `start`\n\n\u003e Starts the server.\n\n### `stop`\n\n\u003e Stops the server, using the optional delay set in the config before shutting down.\n\n### `restart`\n\n\u003e Stops and then restarts the server.\n\n### `cmd \u003ccommand\u003e`\n\n\u003e Executes `command` in the server console.\n\n### `console`\n\n\u003e Opens the server console by resuming the `screen` session. _Note: to exit the console, do `C-A D`._\n\n### `config`\n\n\u003e Opens the config file in whatever editor is defined by the `$VISUAL` environment variable, defaulting to `nano` if none is specified.\n\n### `log`\n\n\u003e Opens the latest log file in `less`.\n\n## Installation\n\nFirst, make sure you have `screen` installed. For macOS, it comes pre-installed, but for various Linux distros you may need to install it via your package manager. For example, in Arch Linux, it's as simple as `sudo pacman -S screen`.\n\n### Fast method\n\nJust download the script to somewhere in your path (although I'd suggest `/usr/local/bin`):\n\n```bash\ncurl -fsSL https://cdn.rawgit.com/Rayzr522/MinecraftServerManager/master/mcsm -o /usr/local/bin/mcsm\n```\n\n### Easy-update method\n\nIn order to be able to easily update MinecraftServerManager, you will need to install `git`. Then, after moving somewhere that you want to install your local copy of MinecraftServerManager, run the following commands:\n\n```bash\ngit clone https://github.com/Rayzr522/MinecraftServerManager.git\ncd MinecraftServerManager\nln -s \"$(pwd)\"/mcsm /usr/local/bin/mcsm\n```\n\nThen, to update MinecraftServerManager in the future, just `cd` into the MinecraftServerManager folder that you cloned from GitHub and run `git pull`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxfirecodes%2Fminecraftservermanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxfirecodes%2Fminecraftservermanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxfirecodes%2Fminecraftservermanager/lists"}