PacketManager
PacketManager is an API containing multiple Java and Spigot utils, mostly for the Reflection part of it.
Install / Use
/learn @LielAmar/PacketManagerREADME
PacketManager
Information
PacketManager is an API made by Liel Amar to make dealing with Reflection and packets easier. This API contains several utilities for: Reflection, sending packets, registering entities and more.
Features
- Reflection Utilities
- Packet Sending
- Custom Entity Registration
- Pre-written methods for sending: Particles, Actionbars and Titles
Using Liel's PacketManager
You can either download the source code, compile and include it as a part of your project, or use Maven with the following:
<repository>
<id>lielamar-api</id>
<url>https://repo.lielamar.com/repository/maven-public/</url>
</repository>
<dependency>
<groupId>com.lielamar</groupId>
<artifactId>PacketManager</artifactId>
<version>latest</version>
</dependency>
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
