Update README.md

This commit is contained in:
Tofaa 2024-01-02 02:35:59 +03:00
parent c762e2f4cc
commit cff84a91c9

View file

@ -1,6 +1,5 @@
# 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. 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.
```groovy ```groovy
//https://jitpack.io/#Tofaa2/EntityLib/ //https://jitpack.io/#Tofaa2/EntityLib/
repositories { repositories {
@ -11,7 +10,8 @@ dependencies {
implementation 'com.github.Tofaa2:EntityLib:<release-tag-here>' implementation 'com.github.Tofaa2:EntityLib:<release-tag-here>'
} }
``` ```
## NOTE:
EntityLib does not provide packet-events as a dependency, you must have it in your classpath already. EntityLib will also stay at the latest packet-events version at all times
## Features ## Features
- Full EntityMeta support - Full EntityMeta support