Merge branch 'v2.x.x' into feature/v2/itemType_group

This commit is contained in:
alexcrea 2025-08-16 16:13:35 +02:00
commit 3031a35eee
Signed by: alexcrea
GPG key ID: E346CD16413450E3

View file

@ -29,9 +29,6 @@ repositories {
// ExcellentEnchants // ExcellentEnchants
maven(url = "https://repo.nightexpressdev.com/releases") maven(url = "https://repo.nightexpressdev.com/releases")
// ProtocoLib
maven(url = "https://repo.dmulloy2.net/repository/public/")
} }
dependencies { dependencies {
@ -65,7 +62,7 @@ dependencies {
compileOnly(files("libs/toolstats-1.9.6-stripped.jar")) compileOnly(files("libs/toolstats-1.9.6-stripped.jar"))
// Protocolib // Protocolib
compileOnly("com.comphenix.protocol:ProtocolLib:5.1.0") compileOnly("net.dmulloy2:ProtocolLib:5.4.0")
// AxPlayerWarps // AxPlayerWarps
compileOnly(files("libs/AxPlayerWarps-1.10.3.jar")) compileOnly(files("libs/AxPlayerWarps-1.10.3.jar"))