Update README.md

This commit is contained in:
Tofaa 2025-01-28 09:19:00 +04:00 committed by GitHub
parent 39cce79c65
commit f62986892a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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. <br>
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' }
}