File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ plugins {
1515shadowJar {
1616 relocate ' cloud.commandframework' , ' us.mcparks.showscript.cloud.commandframework'
1717 relocate ' co.aikar.timings.lib' , ' us.mcparks.showscript.aikar.timings.lib'
18+ relocate ' org.codemc.worldguardwrapper' , ' us.mcparks.showscript.codemc.worldguardwrapper'
1819}
1920
2021sourceSets {
@@ -63,6 +64,11 @@ repositories {
6364 url = uri(' https://repo.aikar.co/nexus/content/groups/aikar/' )
6465 }
6566
67+ // codemc - worldguardwrapper
68+ maven {
69+ url = uri(' https://repo.codemc.org/repository/maven-public/' )
70+ }
71+
6672}
6773
6874dependencies {
@@ -78,6 +84,7 @@ dependencies {
7884 implementation " net.kyori:adventure-platform-bukkit:4.3.0"
7985 implementation " commons-io:commons-io:2.16.1"
8086 implementation " co.aikar:minecraft-timings:1.0.4"
87+ implementation " org.codemc.worldguardwrapper:worldguardwrapper:1.2.1-SNAPSHOT"
8188
8289}
8390
You can’t perform that action at this time.
0 commit comments