Skip to content

MyPvPme/ProtocolWrapper

Repository files navigation

ProtocolWrapper

Minecraft Protocol wrapper using ProtocolLib inspired by PacketWrapper

⚠ Library is in alpha state, breaking changes may be possible! ⚠

Goal

ProtocolWrapper is intended to contain wrappers for all packets of the current Minecraft protocols in there original names in the future. This should be combined with a simple and clear API design, so that it should be possible to send packets to the players independently of Bukkit, even without a deeper understanding of this library as well as ProtocolLib.

Use

Gradle

repositories {
  maven {
    url "https://repo.mypvp.me/repository/maven"
  }
}
implementation 'me.mypvp:ProtocolWrapper:0.0.9'

Maven

<repositories>
  <repository>
    <id>MyPvP</id>
    <url>https://repo.mypvp.me/repository/maven/</url>
  </repository>
</repositories>
<dependency>
  <groupId>me.mypvp</groupId>
  <artifactId>ProtocolWrapper</artifactId>
  <version>0.0.9</version>
</dependency>

About

Minecraft Protocol wrapper using ProtocolLib

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages