From 7ac4d592a2bef984c5e3d1ef58c8dd81db2a1f1d Mon Sep 17 00:00:00 2001 From: Elikill58 Date: Thu, 26 Sep 2024 18:26:20 +0200 Subject: [PATCH] Upgrade for protocollib --- spigot/build.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/spigot/build.gradle b/spigot/build.gradle index 292ccd3b8..ff1b925ad 100644 --- a/spigot/build.gradle +++ b/spigot/build.gradle @@ -22,6 +22,10 @@ repositories { name 'spigot' url 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' } + maven { + name = "dmulloy2" + url = "https://repo.dmulloy2.net/repository/public/" + } } java.toolchain.languageVersion = JavaLanguageVersion.of(8) @@ -33,7 +37,7 @@ configurations { dependencies { api project(':common') - compileOnly 'com.comphenix.protocol:ProtocolLib:4.7.0' + compileOnly 'com.comphenix.protocol:ProtocolLib:5.1.0' spigot 'org.spigotmc:spigot-api:1.13-R0.1-SNAPSHOT' }