{"id":19892966,"url":"https://github.com/labymod/labymod4-server-api","last_synced_at":"2026-03-11T11:20:08.577Z","repository":{"id":248490731,"uuid":"810341043","full_name":"LabyMod/labymod4-server-api","owner":"LabyMod","description":"The official Server API for LabyMod 4","archived":false,"fork":false,"pushed_at":"2025-11-17T17:38:02.000Z","size":353,"stargazers_count":7,"open_issues_count":6,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-11-17T19:21:47.860Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://dev.labymod.net/pages/server/","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/LabyMod.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,"zenodo":null}},"created_at":"2024-06-04T14:00:45.000Z","updated_at":"2025-11-17T17:35:34.000Z","dependencies_parsed_at":"2024-11-12T18:29:48.906Z","dependency_job_id":"c60c6e38-bf28-423b-a136-b0d1ad622b62","html_url":"https://github.com/LabyMod/labymod4-server-api","commit_stats":null,"previous_names":["labymod/labymod4-server-api"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/LabyMod/labymod4-server-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LabyMod%2Flabymod4-server-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LabyMod%2Flabymod4-server-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LabyMod%2Flabymod4-server-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LabyMod%2Flabymod4-server-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LabyMod","download_url":"https://codeload.github.com/LabyMod/labymod4-server-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LabyMod%2Flabymod4-server-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30379514,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-12T18:26:26.994Z","updated_at":"2026-03-11T11:20:08.563Z","avatar_url":"https://github.com/LabyMod.png","language":"Java","readme":"# LabyMod 4 Server API\n\n## Overview\n\nThe LabyMod 4 Server API is a tool for Minecraft server owners and developers to integrate LabyMod with their servers.\nThis API allows communication between the server and the LabyMod client, allowing for enhanced features and\ncustomizations that improve the player experience.\n\n## Project Structure\n\nThe Server API is organized into several modules:\n\n- `api` - Contains the main interfaces and classes that define the protocol and does not contain any LabyMod related\n  code.\n- `core` - The LabyMod-specific implementation of the API, containing all packets and models to interact with the\n  LabyMod client.\n- `server` - This module is divided into submodules for different platform implementations:\n    - `bukkit` - The platform-specific integration for Servers running on Bukkit (Spigot, Paper, etc.).\n    - `bungeecord` - The platform-specific integration for Servers running on BungeeCord.\n    - `common` - Contains shared classes and utilities used across different server implementations to ensure consistent\n      behavior and reduce code duplication.\n    - `minestom` - The platform-specific integration for Servers running on Minestom.\n  - `velocity` - The platform-specific integration for Servers running on Velocity.\n\n## Integrations\n\nThe API is designed to be extended by so-called \"integrations\". Integrations are modules that provide additional\nfunctionality to the Server API. Official integrations can be\nfound [here](https://github.com/LabyMod/labymod4-server-api-integrations). \u003cbr/\u003e An explanation of how to create your\nown integration can be found on the [LabyMod Developer Portal](https://dev.labymod.net/pages/server/).\n\n## Usage\n\nAn extensive guide on how to use the LabyMod 4 Server API can be found on\nthe [LabyMod Developer Portal](https://dev.labymod.net/pages/server/). Alternatively, feel free to ask for help on\nour [Discord Server for Developers](https://labymod.net/dc/dev).\n\n## Building\n\n### Prerequisites\n\n- Java Development Kit (JDK) 17 or higher\n\n### Steps\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/LabyMod/labymod4-server-api.git\n   cd labymod4-server-api\n   ```\n\n2. Build the project using Gradle:\n   ```sh\n   ./gradlew build\n   ```\n\n3. All compiled JAR files are in the `build/commonOutput` directory.\n\n## License\n\nThis project is licensed under the [MIT License](https://github.com/LabyMod/labymod4-server-api/blob/master/LICENSE). ","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabymod%2Flabymod4-server-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flabymod%2Flabymod4-server-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabymod%2Flabymod4-server-api/lists"}