{"id":14969734,"url":"https://github.com/skytasul/glowingentities","last_synced_at":"2025-04-06T22:06:57.803Z","repository":{"id":54114462,"uuid":"498354666","full_name":"SkytAsul/GlowingEntities","owner":"SkytAsul","description":"An API to easily make Minecraft entities glow. No dependencies, compatible 1.17 -\u003e 1.21.","archived":false,"fork":false,"pushed_at":"2024-12-23T22:40:47.000Z","size":1953,"stargazers_count":83,"open_issues_count":6,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T22:06:52.620Z","etag":null,"topics":["api","bukkit","glow","glowing","java","minecraft","spigot"],"latest_commit_sha":null,"homepage":"","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/SkytAsul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"skytasul","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-05-31T13:46:22.000Z","updated_at":"2025-04-01T00:05:54.000Z","dependencies_parsed_at":"2024-05-12T20:38:30.327Z","dependency_job_id":"e824ab35-7647-43b3-bdc8-87934d1a8a9a","html_url":"https://github.com/SkytAsul/GlowingEntities","commit_stats":{"total_commits":37,"total_committers":5,"mean_commits":7.4,"dds":"0.10810810810810811","last_synced_commit":"25f3cdb1f3c68aa93152ed5aadf5fcc21b2134ba"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkytAsul%2FGlowingEntities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkytAsul%2FGlowingEntities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkytAsul%2FGlowingEntities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkytAsul%2FGlowingEntities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SkytAsul","download_url":"https://codeload.github.com/SkytAsul/GlowingEntities/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247557767,"owners_count":20958047,"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","glow","glowing","java","minecraft","spigot"],"created_at":"2024-09-24T13:42:17.512Z","updated_at":"2025-04-06T22:06:57.785Z","avatar_url":"https://github.com/SkytAsul.png","language":"Java","funding_links":["https://ko-fi.com/skytasul"],"categories":[],"sub_categories":[],"readme":"# GlowingEntities\n\n![Maven Central](https://img.shields.io/maven-central/v/fr.skytasul/glowingentities)\n\nAn util to easily set glowing entities (or blocks) per-player on a Spigot server.\n\nNo ProtocolLib, no dependency, compatible from Minecraft 1.17 to 1.21!\n\n![Glowing entities animation](demo.gif)\n\n![Glowing blocks animation](demo-blocks.gif)\n\n## How to install?\nAdd this requirement to your maven `pom.xml` file:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003efr.skytasul\u003c/groupId\u003e\n  \u003cartifactId\u003eglowingentities\u003c/artifactId\u003e\n  \u003cversion\u003e{VERSION}\u003c/version\u003e\n  \u003cscope\u003ecompile\u003c/scope\u003e\n\u003c/dependency\u003e\n```\nThen, configure the maven shade plugin to relocate the classes location. You can also use the Spigot library resolver to download the library, or Paper's plugin loader.\n\n\u003e [!NOTE]  \n\u003e Until 1.3.4, the util was under the groupId `io.github.skytasul`.  \n\u003e After 1.3.5, it has changed to `fr.skytasul`.\n\n## How to use?\n### Make entities glow\n1. Initialize the `GlowingEntities` object somewhere where you can easily get it, using `new GlowingEntities(plugin)`.\nIt is not recommended to create multiple `GlowingEntities` instances!\n\n2. Use `GlowingEntities#setGlowing(Entity entity, Player receiver, ChatColor color)` to make an entity glow a color for a player!\n\n3. You can change its glowing color by reusing the same method but changing the `color` parameter.\n\n4. If you no longer wants your entity to glow, use `GlowingEntities#unsetGlowing(Entity entity, Player receiver)`.\n\n5. When you are completely done with the glowing API (for instance, when your plugin is shutting down), remember to use `GlowingEntities#disable()`.\n\n### Make blocks glow\nThe same as before but with the `GlowingBlocks` class :)\n\n\u003e **Warning**\n\u003e The `GlowingBlocks` util can only be used on Paper-based servers, not Bukkit or Spigot ones!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskytasul%2Fglowingentities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskytasul%2Fglowingentities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskytasul%2Fglowingentities/lists"}