{"id":14969493,"url":"https://github.com/decentsoftware-eu/decentholograms","last_synced_at":"2025-04-08T14:13:13.876Z","repository":{"id":38380604,"uuid":"418977309","full_name":"DecentSoftware-eu/DecentHolograms","owner":"DecentSoftware-eu","description":"A lightweight but powerful hologram plugin with many features and configuration options.","archived":false,"fork":false,"pushed_at":"2025-03-30T13:42:33.000Z","size":1220,"stargazers_count":229,"open_issues_count":32,"forks_count":112,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-08T14:13:04.290Z","etag":null,"topics":["bukkit","hologram","minecraft","spigot"],"latest_commit_sha":null,"homepage":"https://www.spigotmc.org/resources/96927/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DecentSoftware-eu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-10-19T15:12:10.000Z","updated_at":"2025-04-04T08:47:14.000Z","dependencies_parsed_at":"2023-12-28T02:48:04.594Z","dependency_job_id":"4752800a-d125-41f5-b843-0d4c2b4941a4","html_url":"https://github.com/DecentSoftware-eu/DecentHolograms","commit_stats":{"total_commits":503,"total_committers":27,"mean_commits":18.62962962962963,"dds":0.4035785288270378,"last_synced_commit":"e37c0f434eb93b1cbae6c00819ff66e450c0c461"},"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DecentSoftware-eu%2FDecentHolograms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DecentSoftware-eu%2FDecentHolograms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DecentSoftware-eu%2FDecentHolograms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DecentSoftware-eu%2FDecentHolograms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DecentSoftware-eu","download_url":"https://codeload.github.com/DecentSoftware-eu/DecentHolograms/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247856544,"owners_count":21007621,"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":["bukkit","hologram","minecraft","spigot"],"created_at":"2024-09-24T13:41:56.472Z","updated_at":"2025-04-08T14:13:13.823Z","avatar_url":"https://github.com/DecentSoftware-eu.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Decent Holograms\n[![SpigotMC Downloads](https://img.shields.io/spiget/downloads/96927?label=Downloads) \n![SpigotMC Version](https://img.shields.io/spiget/version/96927?label=Release) \n![Tested Versions](https://img.shields.io/spiget/tested-versions/96927?label=Supports)](https://www.spigotmc.org/resources/96927/) \n[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)\n\u003eA lightweight yet very powerful hologram plugin with many features and configuration options.\n\n**Links:**\n- [Modrinth (Download)](https://modrinth.com/plugin/decentholograms)\n- [SpigotMC (Download)](https://www.spigotmc.org/resources/96927/)\n- [Discord (Support)](https://discord.decentsoftware.eu/)\n- [Wiki (Documentation)](https://wiki.decentholograms.eu/)\n\n## Support\nWe are mostly active on Discord so the best way to get support is joining our [Discord Server](https://discord.decentsoftware.eu). Also, it is okay to report bugs here on GitHub or in the 'Discussion' page on the [Spigot Page](https://decentholograms.eu) of Decent Holograms.\n\n## Minecraft Limitations\n- Text is always facing the player.\n- Text size or font cannot be changed.\n- Some entities make sounds. It only applies to a few entities like the Warden which makes this heartbeat sound.\n- Icons (#ICON:) are always going to rotate and bob up and down.\n\n## Contributing [![PR's Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)\nPull requests are welcome. But for major changes, please create an issue to discuss the changes first.\n\n## Building\nBuilding DecentHolograms is very simple. All you need is JDK 8+, Gradle, Git and an IDE or Command Line.\n\n1. Clone the project to your machine using Git.\n2. Open the project using your IDE or open a command line at the projects' location.\n3. Run `gradle clean shadowJar` and DecentHolograms will build.\n4. You can find the jar at `./build/libs/DecentHolograms-VERSION.jar`\n\n## API [![](https://jitpack.io/v/decentsoftware-eu/decentholograms.svg)](https://jitpack.io/#decentsoftware-eu/decentholograms)\nHow to get DecentHolograms API into your project:\n\n\u003e Replace `VERSION` with the current version of DecentHolograms. (Latest release)\n\n\u003cdetails\u003e\n\u003csummary\u003eMaven\u003c/summary\u003e\n\n```xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003ejitpack.io\u003c/id\u003e\n        \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n```\n\n```xml\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.github.decentsoftware-eu\u003c/groupId\u003e\n        \u003cartifactId\u003edecentholograms\u003c/artifactId\u003e\n        \u003cversion\u003eVERSION\u003c/version\u003e\n        \u003cscope\u003eprovided\u003c/scope\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eGradle\u003c/summary\u003e\n\n```groovy\nrepositories {\n    maven { url 'https://jitpack.io' }\n}\n\ndependencies {\n    compileOnly 'com.github.decentsoftware-eu:decentholograms:VERSION'\n}\n```\n\u003c/details\u003e\n\n## bStats\n[![](https://bstats.org/signatures/bukkit/DecentHolograms.svg)](https://bstats.org/plugin/bukkit/DecentHolograms)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecentsoftware-eu%2Fdecentholograms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdecentsoftware-eu%2Fdecentholograms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecentsoftware-eu%2Fdecentholograms/lists"}