chore: update packetevents properly
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ee6e706918
commit
e30fbcef84
2 changed files with 4 additions and 8 deletions
|
@ -21,6 +21,9 @@ subprojects {
|
|||
maven {
|
||||
url "https://repo.codemc.io/repository/maven-releases/"
|
||||
}
|
||||
maven {
|
||||
url "https://repo.codemc.io/repository/maven-snapshots/"
|
||||
}
|
||||
maven {
|
||||
url "https://libraries.minecraft.net"
|
||||
}
|
||||
|
|
|
@ -4,13 +4,6 @@ plugins {
|
|||
id "xyz.jpenilla.run-paper" version "2.2.0"
|
||||
}
|
||||
|
||||
runServer {
|
||||
javaLauncher = javaToolchains.launcherFor {
|
||||
languageVersion = JavaLanguageVersion.of(21)
|
||||
}
|
||||
minecraftVersion "1.20.6"
|
||||
}
|
||||
|
||||
processResources {
|
||||
expand("version": version)
|
||||
}
|
||||
|
@ -35,7 +28,7 @@ dependencies {
|
|||
implementation "com.google.code.gson:gson:2.10.1" // JSON parsing
|
||||
implementation "org.bstats:bstats-bukkit:3.0.2" // Plugin stats
|
||||
implementation "me.robertlit:SpigotResourcesAPI:2.0" // Spigot API wrapper for update checker
|
||||
implementation "com.github.retrooper.packetevents:spigot:2.3.1-SNAPSHOT" // Packets
|
||||
implementation "com.github.retrooper:packetevents-spigot:2.3.1-SNAPSHOT" // Packets
|
||||
implementation "space.arim.dazzleconf:dazzleconf-ext-snakeyaml:1.2.1" // Configs
|
||||
implementation "lol.pyr:director-adventure:2.1.2" // Commands
|
||||
|
||||
|
|
Loading…
Reference in a new issue