Skip to content

pavog/PacketListenerAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PacketListenerAPI

!! 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.

Build Status

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

SpigotMC page

About

API to modify Minecraft packets

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.0%
  • Shell 1.0%