Minecraft Protocol wrapper using ProtocolLib inspired by PacketWrapper
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.
repositories {
maven {
url "https://repo.mypvp.me/repository/maven"
}
}implementation 'me.mypvp:ProtocolWrapper:0.0.9'<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>