From a1c3ac868ac13732f6f82f9074c2c27e3fde9ecd Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Wed, 3 Mar 2021 18:02:11 +0000 Subject: Add support for CoreProtect + cleanup --- build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 2af494ef..f2e2c2b3 100644 --- a/build.gradle +++ b/build.gradle @@ -36,6 +36,8 @@ repositories { maven { url = 'https://repo.essentialsx.net/releases/' } // JitPack (IridiumSkyblock, ShopGUI+) maven { url = 'https://jitpack.io' } + // CoreProtect + maven { url = 'https://maven.playpro.com/' } mavenCentral() } @@ -79,6 +81,10 @@ dependencies { compileOnly "net.ess3:EssentialsX:2.18.2" // ShopGUI+ compileOnly 'com.github.brcdev-minecraft:shopgui-api:master-SNAPSHOT' + // CoreProtect + compileOnly ('net.coreprotect:coreprotect:2.18.2') { + exclude group: 'com.sk89q.worldedit', module: 'worldedit-bukkit' + } compileOnly fileTree(dir: 'libs', includes: ['*.jar']) } -- cgit v1.2.3-70-g09d2