Update README.md
This commit is contained in:
parent
39cce79c65
commit
f62986892a
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# EntityLib 
|
||||
# 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' }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue