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' } }