Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.17 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.17 KB

PacketManager

Discord

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.

License

MIT