{"id":19789578,"url":"https://github.com/webfreak001/mcrcd","last_synced_at":"2026-03-19T11:44:31.869Z","repository":{"id":33511128,"uuid":"37157120","full_name":"WebFreak001/McRcD","owner":"WebFreak001","description":"A tiny Minecraft Rcon library for D","archived":false,"fork":false,"pushed_at":"2024-01-09T21:32:15.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-11T04:13:22.838Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WebFreak001.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":"2015-06-09T20:39:46.000Z","updated_at":"2024-01-09T14:05:16.000Z","dependencies_parsed_at":"2024-11-12T06:34:10.489Z","dependency_job_id":"b73c8869-d78b-4a65-b62e-d6721294ec44","html_url":"https://github.com/WebFreak001/McRcD","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2FMcRcD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2FMcRcD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2FMcRcD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WebFreak001%2FMcRcD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WebFreak001","download_url":"https://codeload.github.com/WebFreak001/McRcD/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241126662,"owners_count":19914056,"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-12T06:33:58.898Z","updated_at":"2026-03-03T03:43:12.240Z","avatar_url":"https://github.com/WebFreak001.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"# McRcD\nA tiny Minecraft Rcon library for D.\n\n## Usage\n\n```D\n\nimport mcrcd;\nimport std.stdio;\n\n// Interactive Rcon console\nvoid main(string[] args)\n{\n\tauto rcon = new MCRcon();\n\n\ttry\n\t{\n\t\t// Will connect to localhost:25575 or throw an exception if an error occurs\n\t\trcon.connect(\"localhost\", 25575);\n\t}\n\tcatch(Exception e)\n\t{\n\t\twriteln(\"Couldn't connect!\");\n\t\twriteln(e);\n\t\treturn;\n\t}\n\tscope(exit) rcon.disconnect();\n\n\t// Login to Rcon\n\trcon.login(\"password\");\n\n\twhile(true)\n\t{\n\t\twrite(\"\u003e \");\n\t\tMCRconResponse response = rcon.command(readln().strip());\n\t\t// MCRconResponse.unformatted automatically removes all text formatting/color codes (§code)\n\t\twriteln(\"  \", response.unformatted);\n\t}\n}\n\n```\n\n## [Documentation](http://mcrcd.webfreak.org/)\ngenerated using [MaterialDoc](https://github.com/WebFreak001/MaterialDoc)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebfreak001%2Fmcrcd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebfreak001%2Fmcrcd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebfreak001%2Fmcrcd/lists"}