{"id":19569533,"url":"https://github.com/3arthqu4ke/hmc-specifics","last_synced_at":"2025-04-27T03:30:46.515Z","repository":{"id":53263431,"uuid":"480549460","full_name":"3arthqu4ke/hmc-specifics","owner":"3arthqu4ke","description":"Version specific implementations of the HeadlessMc runtime.","archived":false,"fork":false,"pushed_at":"2025-01-21T12:13:35.000Z","size":375,"stargazers_count":20,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T20:36:08.802Z","etag":null,"topics":["cli","java","minecraft"],"latest_commit_sha":null,"homepage":"","language":"Java","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/3arthqu4ke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-04-11T20:57:53.000Z","updated_at":"2025-03-08T22:33:06.000Z","dependencies_parsed_at":"2024-08-25T19:22:14.887Z","dependency_job_id":"b944a30c-af91-4358-a977-ce377daa1a4b","html_url":"https://github.com/3arthqu4ke/hmc-specifics","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3arthqu4ke%2Fhmc-specifics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3arthqu4ke%2Fhmc-specifics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3arthqu4ke%2Fhmc-specifics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3arthqu4ke%2Fhmc-specifics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3arthqu4ke","download_url":"https://codeload.github.com/3arthqu4ke/hmc-specifics/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251085147,"owners_count":21533821,"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":["cli","java","minecraft"],"created_at":"2024-11-11T06:10:25.617Z","updated_at":"2025-04-27T03:30:45.646Z","avatar_url":"https://github.com/3arthqu4ke.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\" style=\"font-weight: normal;\"\u003e\u003cb\u003eHMC-Specifics\u003c/b\u003e\u003c/h1\u003e\n\u003cp align=\"center\"\u003eVersion specific implementations of the HeadlessMc runtime.\u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003ca href=\"https://github.com/3arthqu4ke/mc-runtime-test\"\u003eMc-Runtime-Test\u003c/a\u003e | \u003ca href=\"https://github.com/3arthqu4ke/headlessmc\"\u003eHMC\u003c/a\u003e | HMC-Specifics | \u003ca href=\"https://github.com/3arthqu4ke/hmc-optimizations\"\u003eHMC-Optimizations\u003c/a\u003e\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![CodeFactor](https://www.codefactor.io/repository/github/3arthqu4ke/hmc-specifics/badge/main)](https://www.codefactor.io/repository/github/3arthqu4ke/hmc-specifics/overview/main)\n[![GitHub All Releases](https://img.shields.io/github/downloads/3arthqu4ke/hmc-specifics/total.svg)](https://github.com/3arthqu4ke/hmc-specifics/releases)\n![GitHub](https://img.shields.io/github/license/3arthqu4ke/hmc-specifics)\n![Github last-commit](https://img.shields.io/github/last-commit/3arthqu4ke/hmc-specifics)\n\n\u003c/div\u003e\n\nVersion specific implementations of the [HeadlessMc](https://github.com/3arthqu4ke/HeadlessMc) runtime. Just place the\njar for your version in your mods folder. Then you need to find a way to send commands to your running Minecraft game.\nThe easiest way is probably to just launch it with HeadlessMc. The `-commands` flag is not required for HeadlessMc in\nthat case.\n\n| Name       | Description                                            | Args/Flags                              |\n|------------|--------------------------------------------------------|-----------------------------------------|\n| gui        | Lists all currently displayed gui elements.            |                                         |\n| click      | Clicks an element on Minecrafts screen.                | \\\u003cid/p\\\u003e \\\u003cx\\\u003e \\\u003cy\\\u003e \\\u003cbutton\\\u003e -enable |\n| text       | Sets the contents of a text field.                     | \\\u003cid\\\u003e \\\u003ctext\\\u003e                         |\n| menu       | Opens the ingame menu.                                 |                                         |\n| quit       | Quits the game.                                        |                                         |\n| render     | Dumps all strings rendered by Minecrafts FontRenderer. | \\\u003ctime\\\u003e -f -t                          |\n| close      | Closes the menu if ingame.                             |                                         |\n| connect    | Connects you to a server.                              | \\\u003cip\\\u003e \\\u003cport\\\u003e                         |\n| disconnect | Disconnects you from a server.                         |                                         |\n| login      | Log into a Minecraft Account                           |                                         |\n| msg or .   | Sends a chat message.                                  | \\\u003cmessage\\\u003e                             |\n| /          | Sends a chat command.                                  | \\\u003ccommand\\\u003e                             |\n\nYou can find a good example on how to use these\ncommands [here](https://github.com/3arthqu4ke/HeadlessMc/issues/8#issuecomment-1159378478).\n\nThe HMC-Specifics currently support the following Minecraft versions and modloaders:\n| Version | Forge | Fabric | NeoForge |\n| :-: | :-: | :-: | :-: |\n| 1.21 | :white_check_mark:  | :white_check_mark:  | :white_check_mark: |\n| 1.20.6 | :white_check_mark:  | :white_check_mark:  | :white_check_mark: |\n| 1.20.1-1.20.4 | :x:  | :x:  | :x:  |\n| 1.19.4 | :white_check_mark:  | :white_check_mark:  | - |\n| 1.18.2 | :white_check_mark:  | :white_check_mark:  | - |\n| 1.17.1 | :white_check_mark:  | :white_check_mark:  | - |\n| 1.16.5 | :white_check_mark:  | :white_check_mark:  | - |\n| 1.12.2 | :white_check_mark:  | :warning:  | - |\n| 1.8.9 | :white_check_mark:  | :warning:  | - |\n| 1.7.10 | :white_check_mark:  | :warning:  | - |\n\nVersions marked with :warning: have not been tested yet, due to not being supported by HeadlessMC, e.g. fabric legacy\nversions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3arthqu4ke%2Fhmc-specifics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3arthqu4ke%2Fhmc-specifics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3arthqu4ke%2Fhmc-specifics/lists"}