From f62986892a12147ae38cefc9f6f3b121e17d9e40 Mon Sep 17 00:00:00 2001 From: Tofaa <82680183+Tofaa2@users.noreply.github.com> Date: Tue, 28 Jan 2025 09:19:00 +0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aac74e8..1336252 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# EntityLib ![Downloads](https://jitpack.io/v/Tofaa2/EntityLib/month.svg) +# EntityLib EntityLib is a PacketEvents addon that provides an abstraction over raw entity data and packets to make it easier to work with entities as a whole. Currently, EntityLib is only stable for 1.18+, but it will support all versions that PacketEvents supports in the future.
For general support and reports of bugs, join the [Discord](https://discord.gg/jawR25hrSK) server. @@ -8,9 +8,11 @@ You can easily use EntityLib platformless by using the `api` or `common` module If you like EntityLib and or want to sponsor me, visit my [ko-fi page](https://ko-fi.com/tofaa) :D +EntityLib builds are available on [Jitpack](https://jitpack.io/#Tofaa2/EntityLib) and my own [Maven Repository](https://maven.evokegames.gg/#/snapshots/me/tofaa/entitylib) +The examples below use my repository, open the jitpack link for its group information. + Gradle (Groovy DSL): ```groovy -//https://maven.evokegames.gg/#/snapshots/me/tofaa/entitylib repositories { maven { url 'https://maven.evokegames.gg/snapshots' } }