{"id":32867274,"url":"https://github.com/lory24/mpu","last_synced_at":"2025-11-09T06:03:10.324Z","repository":{"id":319503677,"uuid":"1078830827","full_name":"LoRy24/MPU","owner":"LoRy24","description":"Minecraft Pinging Utilities is a project designed to provide an easy and comfortable API to interact with the Server List Ping system of Minecraft.","archived":false,"fork":false,"pushed_at":"2025-10-26T21:50:34.000Z","size":180,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-26T23:26:46.947Z","etag":null,"topics":["api","framework","hacktoberfest","libs","minecraft","paper","ping","protocol","spigot","status","velocity"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LoRy24.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-18T14:14:41.000Z","updated_at":"2025-10-26T21:50:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"692e3dff-3386-45bf-81a9-7f9c409a7edc","html_url":"https://github.com/LoRy24/MPU","commit_stats":null,"previous_names":["lory24/mpu"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LoRy24/MPU","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoRy24%2FMPU","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoRy24%2FMPU/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoRy24%2FMPU/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoRy24%2FMPU/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LoRy24","download_url":"https://codeload.github.com/LoRy24/MPU/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LoRy24%2FMPU/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283464470,"owners_count":26840238,"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-11-09T02:00:05.828Z","response_time":62,"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":["api","framework","hacktoberfest","libs","minecraft","paper","ping","protocol","spigot","status","velocity"],"created_at":"2025-11-09T06:01:04.027Z","updated_at":"2025-11-09T06:03:10.306Z","avatar_url":"https://github.com/LoRy24.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minecraft Pinging Utilities (MPU)\n![GitHub License](https://img.shields.io/github/license/LoRy24/MPU?style=flat-square)\n![GitHub top language](https://img.shields.io/github/languages/top/LoRy24/MPU?style=flat-square)\n![GitHub manifest version](https://img.shields.io/github/manifest-json/v/LoRy24/MPU?style=flat-square\u0026label=latest%20version)\n\n\nA modern, lightweight Java library for interacting with the Minecraft Server List Ping protocol.\n\n## 🎗️ Overview\nMPU provides an easy-to-use API to ping Minecraft servers and retrieve their status information — including version, player count, MOTD, favicon, and more — without having to deal with raw protocol details.\n\n## 📦 Features\n- Supports the latest Minecraft server ping protocol.\n- Parses responses into clean, typed Java objects.\n- Handles description (MOTD), version, players, favicon, and enforcesSecureChat.\n- Lightweight and easy to integrate with any Java project (Spigot, Paper, Velocity, standalone apps, etc.).\n- BSD-3-Clause license.\n\n## ⚒️ Installation\nTo install this framework, you might import it via Maven or Gradle. For maven, just paste this piece of code inside of the\ndependencies section:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.github.lory24\u003c/groupId\u003e\n  \u003cartifactId\u003empu-framework\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.2\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nIf you're using gradle, paste this:\n\n```groovy\nimplementation 'com.github.lory24:mpu-framework:1.0.2'\n```\n\nOtherwise, you have to download the package .jar file and import it manually (unrecommended).\n\n\u003e [!CAUTION]\n\u003e In order to include the Gradle or Maven dependency, you'll need to add the GitHub repository as shown in the \n\u003e [Official Guide for Maven](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry) \n\u003e or [Official Guide for Gradle](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry). \n\u003e Remember to create a token and set it in the environment variables or any other method to let maven/gradle use them.\n\n## 🤝 Contributing\nGood contributions (including docs) are welcome!\n- Fork the repository\n- Create a new feature/fix branch\n- Commit and push your changes\n- Open a Pull Request with a clear description of your changes\nIf you need more details, check the contributing section.\n\n## ⚠️ Notes\n- Some servers return the description field as a rich JSON chat component instead of plain text. MPU parses basic structures, but you may need to handle advanced formatting yourself.\n- Ensure compatibility with custom or modified server versions when needed.\n\n## 📄 License\nThis project is licensed under the *BSD-3-Clause* License. See the [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flory24%2Fmpu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flory24%2Fmpu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flory24%2Fmpu/lists"}