diff --git a/README.md b/README.md index 19eb9a5..04840b8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,17 @@ # 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. +```groovy +//https://jitpack.io/#Tofaa2/EntityLib/ +repositories { + maven { url 'https://jitpack.io' } +} + +dependencies { + implementation 'com.github.Tofaa2:EntityLib:' +} +``` + ## Features - Full EntityMeta support @@ -8,6 +19,7 @@ EntityLib is a PacketEvents addon that provides an abstraction over raw entity d - Keeping track of entities. + ## Usage For more realistic examples, please take a look at the `test-plugin` module. It has an example `Bukkit` plugin that uses EntityLib.