mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Update a few dependencies
This commit is contained in:
@ -42,14 +42,14 @@ dependencies {
|
||||
//
|
||||
|
||||
// Metrics
|
||||
implementation("org.bstats:bstats-bukkit:2.1.0")
|
||||
implementation("org.bstats:bstats-bukkit:2.2.1")
|
||||
|
||||
// Minecraft
|
||||
compileOnlyApi("com.destroystokyo.paper:paper-api:1.16.5-R0.1-SNAPSHOT")
|
||||
implementation("io.papermc:paperlib:1.0.6")
|
||||
|
||||
// Plugins
|
||||
compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.2.0") {
|
||||
compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.2.2") {
|
||||
exclude(group = "org.bukkit")
|
||||
exclude(group = "org.spigotmc")
|
||||
}
|
||||
@ -57,7 +57,7 @@ dependencies {
|
||||
exclude(group = "org.bukkit")
|
||||
}
|
||||
compileOnly("me.clip:placeholderapi:2.10.9")
|
||||
compileOnly("net.luckperms:api:5.2")
|
||||
compileOnly("net.luckperms:api:5.3")
|
||||
compileOnly("net.ess3:EssentialsX:2.18.2")
|
||||
compileOnly("se.hyperver.hyperverse:Core:0.6.0-SNAPSHOT") { isTransitive = false }
|
||||
compileOnly("be.maximvdw:MVdWPlaceholderAPI:3.1.1") { isTransitive = false }
|
||||
|
Reference in New Issue
Block a user