{"id":24037393,"url":"https://github.com/maximjsx/ClassCraft","last_synced_at":"2025-09-15T06:31:50.593Z","repository":{"id":270747434,"uuid":"911342698","full_name":"max1mde/ClassCraft","owner":"max1mde","description":"A PowerShell-based Minecraft launcher. Perfect for gaming at school, work, or wherever life takes you.","archived":false,"fork":false,"pushed_at":"2025-01-02T20:17:40.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-02T20:31:05.126Z","etag":null,"topics":["launcher","minecraft","powershell"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/max1mde.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":"2025-01-02T19:43:29.000Z","updated_at":"2025-01-02T20:17:43.000Z","dependencies_parsed_at":"2025-01-02T20:31:10.199Z","dependency_job_id":"d3f3de21-ffae-4459-b1c7-0177f2b92c47","html_url":"https://github.com/max1mde/ClassCraft","commit_stats":null,"previous_names":["max1mde/classcraft"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max1mde%2FClassCraft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max1mde%2FClassCraft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max1mde%2FClassCraft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max1mde%2FClassCraft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/max1mde","download_url":"https://codeload.github.com/max1mde/ClassCraft/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233092995,"owners_count":18623952,"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":["launcher","minecraft","powershell"],"created_at":"2025-01-08T19:58:56.899Z","updated_at":"2025-09-15T06:31:50.578Z","avatar_url":"https://github.com/max1mde.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003eClassCraft - Proof of Concept\u003c/h1\u003e\n\u003ch2\u003eLaunch Minecraft with a single PowerShell Command\u003c/h2\u003e\n\u003ch3\u003eAn educational project showcasing the power of PowerShell. Perfect for school, work, or wherever life takes you.\u003c/h3\u003e\n\u003csup\u003eTakes \u003cb\u003eless than a minute\u003c/b\u003e to install and launch (Tested at 60 Mbps download speed).\u003c/sup\u003e\u003cbr\u003e\n\u003csup\u003eWhen run previously, in a few seconds.\u003c/sup\u003e\n\u003c/div\u003e\n\n## 🏝️ Quick Start Guide\n\n#### Prereqs\n\n- **OS**: Windows 10+\n- **PowerShell**: Permissions to execute powershell scripts\n\n### Run It Already\nPaste this into your PowerShell:\n```powershell\niex (iwr \"https://raw.githubusercontent.com/max1mde/ClassCraft/main/src/launcher.ps1\").Content\n```\nOr you can paste this into:\n- Terminal (CMD)\n- The pop-up that appears when pressing WIN + R\n- The Path input in Windows Explorer\n- A Shortcut or Batch file\n```bash\npowershell -c \"iex (iwr 'https://raw.githubusercontent.com/max1mde/ClassCraft/main/src/launcher.ps1').Content\"\n```\n\nYou can also download the [launch.bat](launch.bat) file and run it.\nIt will always use the latest version of the launcher directly from GitHub.\n\n\u003e [!IMPORTANT]  \n\u003e This project is for educational purposes only.\n\u003e It is not a production-grade launcher and lacks features such as Microsoft account login (for now).\n\u003e Compatibility may vary.\n\n---\n\n## ✨ Why This Launcher Slaps\n\n- **Perfectly Hidden**: The launcher is discreetly stored in your AppData folder and hidden from the file explorer, ensuring complete privacy (aka it's hidden from your teacher).\n- **One Command, Infinite Fun**: Run it, and you’re ready to play. That’s it.\n- **No Extra Software**: No pre-installed nonsense. It’s clean, minimal, and efficient.\n- **Sleek GUI**: Designed to look terrible (It’s just a PowerShell script; what did you expect?), but as the saying goes, MUSS NET SCHMEGGE, MUSS WIRKE! ~Markus Rühl\n- **DIY-Friendly**: Open-source for all your modding dreams.\n\n---\n\n## 📝 Legal Stuff (The Boring But Important Part)\n\n- **Minecraft Files**: This script fetches files directly from Mojang or trusted sources. We don’t host or distribute anything ourselves.\n- **EULA Compliance**: By using this, you’re agreeing to Mojang’s [EULA](https://www.minecraft.net/en-us/eula). Play nice.\n- **Java**: Uses OpenJDK from [Eclipse Adoptium](https://adoptium.net/). Check out their licenses and give them some love.\n\n---\n\n## ⚡ How It Works\n\n1. **Sets You Up**: Builds all the folders and configs automatically.\n2. **Java On Demand**: Downloads and installs Java—no manual labor required.\n3. **Versions**: Grabs the latest Minecraft versions directly.\n4. **Everything You Need**: Downloads libraries, assets, and game files seamlessly.\n\n---\n\n## 🗿 Contribute or Cry\n\nGot ideas to make this even cooler? Fork it, PR it, make it yours. If you’re just here to complain... maybe go touch grass. 😏\n\n---\n\n## 🧠 Need Help?\n\nHit up [GitHub Issues](https://github.com/max1mde/ClassCraft/issues) if something breaks or anything is blocked by your school. Or just want to chat? Let’s make it happen.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximjsx%2FClassCraft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaximjsx%2FClassCraft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximjsx%2FClassCraft/lists"}