Skip to content

Commit

Permalink
📝 Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
SkytAsul committed Jun 27, 2024
1 parent 0dbe5f0 commit 25f3cdb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GlowingEntities

![Maven Central](https://img.shields.io/maven-central/v/io.github.skytasul/glowingentities)
![Maven Central](https://img.shields.io/maven-central/v/fr.skytasul/glowingentities)

An util to easily set glowing entities (or blocks) per-player on a Spigot server.

Expand Down Expand Up @@ -28,6 +28,10 @@ Add this requirement to your maven `pom.xml` file:
```
Additionnally, you can use the maven shade plugin to relocate the classes location.

> [!NOTE]
> Until 1.3.4, the util was under the groupId `io.github.skytasul`.
> After 1.3.5, it has changed to `fr.skytasul`.
## How to use?
### Make entities glow
1. Initialize the `GlowingEntities` object somewhere where you can easily get it, using `new GlowingEntities(plugin)`.
Expand Down

0 comments on commit 25f3cdb

Please sign in to comment.