Use paper

This commit is contained in:
Ryder Belserion 2022-10-11 16:45:09 -04:00
parent 764ae4e5e1
commit 305775abd3
No known key found for this signature in database
GPG Key ID: 3DE16C386AE324DE
2 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@ dependencies {
compileOnly(libs.vault.api)
compileOnly(libs.spigot)
compileOnly(libs.paper)
}
tasks {

View File

@ -1,7 +1,7 @@
[versions]
# Spigot Team
spigot = "1.19.2-R0.1-SNAPSHOT"
# Paper Team
paper = "1.19.2-R0.1-SNAPSHOT"
# Bukkit
bukkit-bstats = "3.0.0"
@ -16,8 +16,8 @@ reserve-api = "0.1.5.0"
[libraries]
# Spigot Team
spigot = { module = "org.spigotmc:spigot-api", version.ref = "spigot" }
# Paper Team
paper = { module = "io.papermc.paper:paper-api", version.ref = "paper" }
# Bukkit
bukkit-bstats = { module = "org.bstats:bstats-bukkit", version.ref = "bukkit-bstats" }