feat: implemented NMS packet sender

This commit is contained in:
ineanto 2024-10-31 20:05:22 +01:00
parent fe33a003ea
commit f72d5c0948
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84
17 changed files with 325 additions and 149 deletions

View file

@ -2,6 +2,7 @@ plugins {
id("java")
id("com.gradleup.shadow") version "8.3.2"
id("xyz.jpenilla.run-paper") version "2.3.0"
id("io.papermc.paperweight.userdev") version "1.7.4"
}
group = "xyz.ineanto"
@ -38,7 +39,8 @@ repositories {
}
dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.3-R0.1-SNAPSHOT")
paperweight.paperDevBundle("1.21.3-R0.1-SNAPSHOT")
compileOnly("com.github.dmulloy2:ProtocolLib:5.3.0")
compileOnly("me.clip:placeholderapi:2.11.5")
compileOnly("net.kyori:adventure-api:4.17.0")