{"id":27206453,"url":"https://github.com/luncaaa/advanceddisplays","last_synced_at":"2026-04-18T17:01:01.816Z","repository":{"id":255081779,"uuid":"646240745","full_name":"Luncaaa/AdvancedDisplays","owner":"Luncaaa","description":"Create block, item and text displays!","archived":false,"fork":false,"pushed_at":"2026-04-18T01:38:43.000Z","size":1392,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-18T03:29:31.095Z","etag":null,"topics":["minecraft","minecraft-plugin","plugin","spigot-plugin"],"latest_commit_sha":null,"homepage":"https://www.spigotmc.org/resources/advanceddisplays.110865/","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/Luncaaa.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-27T18:33:21.000Z","updated_at":"2026-04-18T01:36:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"f25aa772-a01b-4209-b0c2-2c23a9ce14c2","html_url":"https://github.com/Luncaaa/AdvancedDisplays","commit_stats":null,"previous_names":["luncaaa/advanceddisplays"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/Luncaaa/AdvancedDisplays","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luncaaa%2FAdvancedDisplays","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luncaaa%2FAdvancedDisplays/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luncaaa%2FAdvancedDisplays/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luncaaa%2FAdvancedDisplays/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Luncaaa","download_url":"https://codeload.github.com/Luncaaa/AdvancedDisplays/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luncaaa%2FAdvancedDisplays/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31976805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T16:27:12.723Z","status":"ssl_error","status_checked_at":"2026-04-18T16:27:11.140Z","response_time":103,"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":["minecraft","minecraft-plugin","plugin","spigot-plugin"],"created_at":"2025-04-09T23:30:58.308Z","updated_at":"2026-04-18T17:01:01.792Z","avatar_url":"https://github.com/Luncaaa.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AdvancedDisplays\nCreate entity, block, item and text displays!\n\n## Links \u0026 Support\nYou can download the plugin here:\n- Spigot resource page: https://www.spigotmc.org/resources/advanceddisplays.110865/\n- Hangar resource page: https://hangar.papermc.io/Lucaaa/AdvancedDisplays\n- Modrinth resource page: https://modrinth.com/plugin/advanceddisplays\n- Wiki: https://lucaaa.gitbook.io/advanceddisplays/\n- Javadocs: https://javadoc.jitpack.io/com/github/Luncaaa/AdvancedDisplays/main-SNAPSHOT/javadoc\n- Dev build: https://github.com/Luncaaa/AdvancedDisplays/releases/tag/dev\n\nIf you have an issue, found a bug or want to suggest something, you can do it here:\n- Spigot discussion page: https://www.spigotmc.org/threads/advanceddisplays.609868/\n- GitHub issues: https://github.com/Luncaaa/AdvancedDisplays/issues\n- Contact me on Discord: Lucaaa#6268 / luncaaa\n\n## How to compile\nThe plugin is compiled using Gradle and Java 21. It can run on Java 17 on versions \u003c1.20.5, but it must run with Java 21 on \u003e=1.20.5.\nBuild the jar running the Gradle command \"./gradlew build\" in the root folder.\n\n## Developer API [![](https://jitpack.io/v/Luncaaa/AdvancedDisplays.svg)](https://jitpack.io/#Luncaaa/AdvancedDisplays)\n\u003e You can find the docs [here](https://javadoc.jitpack.io/com/github/Luncaaa/AdvancedDisplays/main-SNAPSHOT/javadoc)\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.Luncaaa\u003c/groupId\u003e\n        \u003cartifactId\u003eAdvancedDisplays\u003c/artifactId\u003e\n        \u003cversion\u003e{PLUGIN VERSION}\u003c/version\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.Luncaaa:AdvancedDisplays:{PLUGIN VERSION}'\n}\n```\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluncaaa%2Fadvanceddisplays","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluncaaa%2Fadvanceddisplays","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluncaaa%2Fadvanceddisplays/lists"}