{"id":29075256,"url":"https://github.com/dani-error/lumina","last_synced_at":"2026-04-28T13:35:24.927Z","repository":{"id":301170091,"uuid":"1008384565","full_name":"Dani-error/lumina","owner":"Dani-error","description":"☀️ Asynchronous, high-performance Minecraft Tab List \u0026 Scoreboard library","archived":false,"fork":false,"pushed_at":"2025-06-25T14:08:53.000Z","size":27300,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-25T14:25:23.238Z","etag":null,"topics":["api","bukkit","kotlin","library","minecraft","paper","scoreboard","tablist"],"latest_commit_sha":null,"homepage":"","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/Dani-error.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":"2025-06-25T13:11:27.000Z","updated_at":"2025-06-25T14:00:38.000Z","dependencies_parsed_at":"2025-06-25T14:38:58.052Z","dependency_job_id":null,"html_url":"https://github.com/Dani-error/lumina","commit_stats":null,"previous_names":["dani-error/lumina"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Dani-error/lumina","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dani-error%2Flumina","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dani-error%2Flumina/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dani-error%2Flumina/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dani-error%2Flumina/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dani-error","download_url":"https://codeload.github.com/Dani-error/lumina/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dani-error%2Flumina/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262279298,"owners_count":23286554,"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":["api","bukkit","kotlin","library","minecraft","paper","scoreboard","tablist"],"created_at":"2025-06-27T15:10:44.939Z","updated_at":"2026-04-28T13:35:19.886Z","avatar_url":"https://github.com/Dani-error.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/Dani-error/lumina/refs/heads/main/.github/assets/logo-dark.svg\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/Dani-error/lumina/refs/heads/main/.github/assets/logo-light.svg\"\u003e\n  \u003cimg alt=\"Fallback logo image\" src=\"https://raw.githubusercontent.com/Dani-error/lumina/refs/heads/main/.github/assets/logo-dark.svg\"\u003e\n\u003c/picture\u003e\n\n\u003cbr/\u003e\n\n## Features\n\n- **Supports Bukkit \u0026 forks** (incl. Folia) via **PacketEvents**\n- **Fake skin \u0026 ping** support\n- **Client support**: 1.7.10+ | **Server**: 1.8+\n- **Character limit**: 48 (≤ 1.12)\n- **Header/Footer** with multiline support\n- **Animations** for scoreboard \u0026 tablist\n- **No flickering**\n- **Kotlin DSL** with full type safety\n\n---\n\n## Usage\n\n\u003cdetails open\u003e\n  \u003csummary\u003e\u003cstrong\u003eGradle (Kotlin DSL)\u003c/strong\u003e\u003c/summary\u003e\n\n  ```kotlin\n  repositories {\n      mavenCentral()\n  }\n\n  dependencies {\n      implementation(\"io.github.dani-error.lumina:\u003cmodule\u003e:1.0.0\")\n  }\n  ```\n\n_Replace `\u003cmodule\u003e` with one of the modules listed below._\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cstrong\u003eMaven\u003c/strong\u003e\u003c/summary\u003e\n\n  ```xml\n  \u003cdependency\u003e\n    \u003cgroupId\u003eio.github.dani-error.lumina\u003c/groupId\u003e\n    \u003cartifactId\u003eMODULE\u003c/artifactId\u003e\n    \u003cversion\u003e1.0.0\u003c/version\u003e\n  \u003c/dependency\u003e\n  ```\n\n_Replace `MODULE` with one of the modules listed below._\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cstrong\u003eGradle (Groovy DSL)\u003c/strong\u003e\u003c/summary\u003e\n\n  ```groovy\n  repositories {\n      mavenCentral()\n  }\n\n  dependencies {\n      implementation 'io.github.dani-error.lumina:\u003cmodule\u003e:1.0.0'\n  }\n  ```\n\n_Replace `\u003cmodule\u003e` with one of the modules listed below._\n\u003c/details\u003e\n\u003cbr/\u003e\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cstrong\u003eAdditional Repositories\u003c/strong\u003e\u003c/summary\u003e\n\nYou may need to add the following if you rely on transitive dependencies:\n- `https://repo.papermc.io/repository/maven-public/` (PaperLib)\n- `https://repository.derklaro.dev/releases/` (ProtocolLib via Derklaro’s repo; can also use JitPack)\n- `https://repo.codemc.io/repository/maven-releases/` (PacketEvents)\n- `https://s01.oss.sonatype.org/content/repositories/snapshots/` (for snapshot-only dependencies)\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cstrong\u003eShading\u003c/strong\u003e\u003c/summary\u003e\n\nTo avoid conflicts when multiple plugins ship the same dependencies, shade/relocate these packages:\n- `io.papermc.lib`\n- `io.github.retrooper`\n- `com.github.retrooper`\n- `dev.dani.lumina`\n\u003c/details\u003e\n\n\n---\n\n## Modules\n\n| Module Name | Artifact ID | Description                                                   |\n|-------------|-------------|---------------------------------------------------------------|\n| API         | `api`       | Core Lumina API (no platform-specific code).                  |\n| Common      | `common`    | Abstract API implementations for building new platforms.      |\n| Bukkit      | `bukkit`    | Full Bukkit (and forks) implementation—includes API \u0026 Common. |\n\nAll of them published in [maven central](https://central.sonatype.com/search?q=io.github.dani-error.lumina).\n\n---\n\n## Documentation\n\nFull API reference and usage examples are available on the [docs site](https://github.com/Dani-error/lumina/wiki).\n\n## Contributing\n\nContributions are welcome! To get started:\n\n1. Fork this repository.\n2. Create a feature branch:\n   ```bash\n   git checkout -b feature/\u003cyour-feature\u003e\n   ```\n3. Make your changes in Kotlin (follow existing style).\n4. Commit and push to your fork, then open a Pull Request against `main`.\n\nPlease include a short description of your changes. For larger features, open an issue first to discuss.\n\n---\n\n## License\n\nThis project is MIT-licensed. See [LICENSE](./LICENSE) for details.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdani-error%2Flumina","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdani-error%2Flumina","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdani-error%2Flumina/lists"}