File tree Expand file tree Collapse file tree 2 files changed +19
-7
lines changed
Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,25 @@ java {
1717}
1818
1919repositories {
20+ maven(" https://repo.viaversion.com" ) {
21+ content {
22+ includeGroup(" com.viaversion" )
23+ }
24+ }
25+ maven(" https://maven.enginehub.org/repo/" ) { // WorldGuard
26+ content {
27+ includeGroup(" com.sk89q.worldguard" )
28+ includeGroup(" com.sk89q.worldedit" )
29+ includeGroup(" com.sk89q.worldguard.worldguard-libs" )
30+ includeGroup(" com.sk89q.worldedit.worldedit-libs" )
31+ }
32+ }
33+ maven(" https://maven.playpro.com" ) { // CoreProtect
34+ content {
35+ includeGroup(" net.coreprotect" )
36+ }
37+ }
2038 mavenCentral()
21- maven(" https://repo.viaversion.com" )
22- maven(" https://s01.oss.sonatype.org/content/repositories/snapshots/" )
23- maven(" https://jitpack.io" )
24- maven(" https://repo.papermc.io/repository/maven-public/" )
25- maven(" https://maven.enginehub.org/repo/" ) // WorldGuard
26- maven(" https://maven.playpro.com" ) // CoreProtect
2739}
2840
2941dependencies {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ zstd-jni = "1.5.5-4"
1212
1313# Plugins
1414paperweight-userdev = " 2.0.0-beta.14"
15- run-paper = " 2.3.0 "
15+ run-paper = " 2.3.1 "
1616shadow = " 8.1.7"
1717
1818[libraries ]
You can’t perform that action at this time.
0 commit comments