From bcb774bfd336803301810038da9f82f22ed3c296 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 16 Feb 2021 20:16:37 +0000 Subject: [PATCH] Re-added worldguard compileOnly --- eco-core/core-plugin/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/eco-core/core-plugin/build.gradle b/eco-core/core-plugin/build.gradle index 260578f1..e68af3f9 100644 --- a/eco-core/core-plugin/build.gradle +++ b/eco-core/core-plugin/build.gradle @@ -8,4 +8,5 @@ dependencies { compileOnly 'com.comphenix.protocol:ProtocolLib:4.6.0-SNAPSHOT' compileOnly 'net.ess3:EssentialsX:2.18.1' compileOnly 'com.destroystokyo.paper:paper-api:1.16.3-R0.1-SNAPSHOT' + compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.4-SNAPSHOT' } \ No newline at end of file