From 32a8d7ad8f1e881a90d6a19b48d07f066c0d76e5 Mon Sep 17 00:00:00 2001 From: Tofaa <82680183+Tofaa2@users.noreply.github.com> Date: Tue, 28 Nov 2023 02:53:22 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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.