{"id":25905538,"url":"https://github.com/dev-redtronics/mokt","last_synced_at":"2025-06-29T06:32:24.987Z","repository":{"id":278630877,"uuid":"936254666","full_name":"Dev-Redtronics/Mokt","owner":"Dev-Redtronics","description":"A Kotlin Multiplatform SDK for integrating with the Mojang and Minecraft APIs.","archived":false,"fork":false,"pushed_at":"2025-05-05T09:33:39.000Z","size":9793,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T09:37:25.243Z","etag":null,"topics":["authentication","kotlin","launcher","microsoft","minecraft","mokt","multiplatform"],"latest_commit_sha":null,"homepage":"http://mokt.redtronics.dev/","language":"Kotlin","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/Dev-Redtronics.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2025-02-20T19:25:15.000Z","updated_at":"2025-03-03T21:23:41.000Z","dependencies_parsed_at":"2025-02-20T20:33:15.155Z","dependency_job_id":"2c56be06-9925-4303-90c3-87489a2d5332","html_url":"https://github.com/Dev-Redtronics/Mokt","commit_stats":null,"previous_names":["dev-redtronics/mokt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dev-Redtronics/Mokt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev-Redtronics%2FMokt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev-Redtronics%2FMokt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev-Redtronics%2FMokt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev-Redtronics%2FMokt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dev-Redtronics","download_url":"https://codeload.github.com/Dev-Redtronics/Mokt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev-Redtronics%2FMokt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262547055,"owners_count":23327091,"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":["authentication","kotlin","launcher","microsoft","minecraft","mokt","multiplatform"],"created_at":"2025-03-03T05:15:23.403Z","updated_at":"2025-06-29T06:32:24.982Z","avatar_url":"https://github.com/Dev-Redtronics.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"assets/mokt_full_alpha.png\" alt=\"Mokt Logo\" width=\"500px\" height=\"150\"/\u003e\n\nHey, welcome to Mokt!\nA Kotlin Multiplatform SDK for interaction with the Minecraft World.\n\n![Static Badge](https://img.shields.io/badge/kotlin-redtronics?style=flat\u0026logo=kotlin\u0026labelColor=white\u0026color=purple\u0026link=https%3A%2F%2Fkotlinlang.org%2F)\n![Static Badge](https://img.shields.io/badge/MIT-redtronics?style=flat\u0026logoColor=black\u0026label=license\u0026labelColor=white\u0026color=purple\u0026link=https%3A%2F%2Fkotlinlang.org%2F)\n\n## Supported Platforms\n\nMokt is written in a plugin based approach.\nSome plugins and features of Mokt are not available on all platforms.\n\nThe following platforms are supported:\n\n| Plugin         | JVM | JS | Linux | Windows | Android | Macos | Ios | Tvos | Watchos |\n|----------------|-----|----|-------|---------|---------|-------|-----|------|---------|\n| common         | ✅   | ✅  | ✅     | ✅       | ✅       | ✅     | ✅   | ✅    | ✅       |\n| core           | ✅   | ✅  | ✅     | ✅       | ✅       | ✅     | ✅   | ✅    | ✅       |\n| authentication | ✅   | ❌  | ✅     | ❌       | ❌       | ✅     | ✅   | ✅    | ✅       |\n| launcher       | ✅   | ✅  | ✅     | ✅       | ✅       | ✅     | ✅   | ✅    | ✅       |\n\n## Getting Started\n\n### Maven\n\nAdd the following repository to your **pom.xml**:\n\n```\nNot available at the moment\n```\n\nAnd also the needed dependency:\n\n```\nNot available at the moment\n```\n\n### Gradle\n\n#### Kotlin DSL\n\nAdd the following repository to your **build.gradle.kts**:\n\n```kotlin\nrepositories {\n    Not available at the moment\n}\n```\n\nAnd also the needed dependency:\n\n```kotlin\ndependencies {\n    Not available at the moment\n}\n```\n\n#### Groovy DSL\n\nAdd the following repository to your **build.gradle**:\n\n```\nrepositories {\n    Not available at the moment\n}\n```\n\nAnd also the needed dependency:\n\n```\ndependencies {\n    Not available at the moment\n}\n```\n\n#### Multiplatform Kotlin DSL\n\nAdd the following repository to your **build.gradle.kts**:\n\n```kotlin\nrepositories {\n    Not available at the moment\n}\n```\n\nAnd also the needed dependency:\n\n```kotlin\ndependencies {\n    Not available at the moment\n}\n```\n\n## Changelog\n\nFor updates and new features please see the [CHANGELOG](CHANGELOG.md).\n\n## License\n\nMokt is licensed under the MIT License. See the [LICENSE](LICENSE) for more information.\n\n## Contributing\n\nYou want to contribute? Please see in the [contributing guidelines](CONTRIBUTING.md) to get started.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-redtronics%2Fmokt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev-redtronics%2Fmokt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-redtronics%2Fmokt/lists"}