Skip to content

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

License

Notifications You must be signed in to change notification settings

LielAmar/PacketManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages