!! This is a fork of the original PacketListenerAPI !!
I created this fork to provide a working version of PacketListenerAPI even if the repository server of inventivetalent is offline.
Use PacketListenerAPI from jitpack instead of inventivetalent's repo
Add this to the repositories in your pom.xml:
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
Add this to the dependencies in your pom.xml:
<dependency>
<groupId>com.github.pavog</groupId>
<artifactId>PacketListenerAPI</artifactId>
<version>3.7.2-SNAPSHOT</version>
</dependency>
API to modify Minecraft packets