SkillAgentSearch skills...

PacketManager

PacketManager is an API containing multiple Java and Spigot utils, mostly for the Reflection part of it.

Install / Use

/learn @LielAmar/PacketManager
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks0

Languages

Java

Security Score

70/100

Audited on Aug 31, 2024

No findings