{"id":15067640,"url":"https://github.com/azuyamat/boxes","last_synced_at":"2025-09-05T02:38:21.324Z","repository":{"id":211485977,"uuid":"728981225","full_name":"Azuyamat/Boxes","owner":"Azuyamat","description":"Quick and easy CLI to create and manage Minecraft servers","archived":false,"fork":false,"pushed_at":"2023-12-24T08:23:43.000Z","size":126572,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-22T06:25:41.559Z","etag":null,"topics":["cli","minecraft","rust"],"latest_commit_sha":null,"homepage":"https://azu.lol/post/boxes","language":"Rust","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/Azuyamat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-12-08T06:04:28.000Z","updated_at":"2024-02-23T01:19:58.000Z","dependencies_parsed_at":"2024-09-25T01:25:35.942Z","dependency_job_id":"115486c9-60fd-42ec-a735-330ce424d9b7","html_url":"https://github.com/Azuyamat/Boxes","commit_stats":null,"previous_names":["azuyamat/boxes"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Azuyamat/Boxes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azuyamat%2FBoxes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azuyamat%2FBoxes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azuyamat%2FBoxes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azuyamat%2FBoxes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azuyamat","download_url":"https://codeload.github.com/Azuyamat/Boxes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azuyamat%2FBoxes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273703098,"owners_count":25152998,"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-09-05T02:00:09.113Z","response_time":402,"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","minecraft","rust"],"created_at":"2024-09-25T01:25:29.970Z","updated_at":"2025-09-05T02:38:21.275Z","avatar_url":"https://github.com/Azuyamat.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📦 Boxes `v0.1.x` [![Rust](https://github.com/Azuyamat/Boxes/actions/workflows/rust.yml/badge.svg)](https://github.com/Azuyamat/Boxes/actions/workflows/rust.yml)\r\n\r\nHeyo! I made a cool CLI to manage servers locally and externally. Like it? Consider adding that cool little ⭐. \r\n\r\n![Preview](images/preview.png)\r\n\r\n## Description\r\nBoxes is a tool designed to manage Minecraft servers locally. It provides a convenient way to start, stop, and configure Minecraft servers on your local machine. With Boxes, you can easily create and manage multiple server instances, *install plugins* (WIP), and customize server settings. Whether you're a Minecraft enthusiast or a server administrator, Boxes simplifies the process of running Minecraft servers locally, allowing you to focus on enjoying the game or managing your community!\r\n\r\nThis tool only supports **Windows** and **MacOS (With Cargo)** unless you build your own version by cloning the repository.\r\n\r\n\r\n## Installation\r\n\r\n### Easiest method (Requires cargo)\r\n\r\n1. Run `cargo install boxes`\r\n2. Enjoy :)\r\n\r\n### Second method\r\n\r\n1. Install the latest stable `.exe` from [here](https://github.com/Azuyamat/Boxes/releases/latest)\r\n2. Place the `.exe` under a `Boxes` folder in your `Program Files`\r\n3. Add the path to the parent directory of the `.exe` to the environment variables\r\n4. Run the `.exe` in your terminal or simply write `boxes` if you did steps 2 \u0026 3\r\n5. Enjoy :)\r\n\r\n## Usage\r\n\r\n\u003e All commands are pre-fixed with `boxes`\r\n\r\n### Default commands\r\n\r\nCreate a server:\r\n\r\n`create \u003cSERVER NAME\u003e \u003cJAR NAME\u003e \u003cLOCATION\u003e \u003cVERSION\u003e [BUILD]`\r\n\r\nStart a server:\r\n\r\n`start \u003cSERVER NAME\u003e`\r\n\r\nView config (Not much here yet):\r\n\r\n`config info`\r\n\r\n### Server commands\r\n\r\n\u003e All commands below are pre-fixed with `boxes server`\r\n\r\nList all servers verbosely:\r\n\r\n`list \u003cSERVER NAME\u003e`\r\n\r\nGenerate a server using a quick and handy \"questionnaire\":\r\n\r\n`generate`\r\n\r\nGet info about a server:\r\n\r\n`info \u003cSERVER NAME\u003e`\r\n\r\nStart a server:\r\n\r\n`start \u003cSERVER NAME\u003e`\r\n\r\nDelete a server (CAUTION):\r\n\r\n`delete \u003cSERVER NAME\u003e`\r\n\r\nAdd an existing server:\r\n\r\n`add \u003cLOCATION\u003e`\r\n\r\nManage plugins (WIP):\r\n\r\n`plugins \u003cSERVER NAME\u003e`\r\n\r\nAssign an IP to a server:\r\n\r\n`assign-ip \u003cSERVER NAME\u003e \u003cIP\u003e`\r\n\r\n## License\r\n\r\nThis product is available under the [MIT license](https://opensource.org/licenses/MIT).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazuyamat%2Fboxes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazuyamat%2Fboxes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazuyamat%2Fboxes/lists"}