Skip to content

Commit fef1318

Browse files
author
flurbudurbur
committed
update mcMMO repo
1 parent 0f2b73a commit fef1318

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ repositories {
3535
maven {
3636
url 'https://jitpack.io'
3737
}
38+
maven {
39+
url 'https://nexus.neetgames.com/repository/maven-releases/'
40+
}
3841
}
3942

4043
dependencies {
@@ -59,7 +62,7 @@ dependencies {
5962
}
6063
compileOnly 'com.github.pyvesb:advanced-achievements:8.0.2'
6164
compileOnly 'com.github.astei:Superbvote:700fca43659b438cb9bb36c218a7646d2f2ef315'
62-
compileOnly('com.github.mcMMO-Dev:mcMMO:601297') {
65+
compileOnly('com.gmail.nossr50.mcMMO:mcMMO:2.2.004') {
6366
exclude group: 'com.sk89q.worldguard'
6467
}
6568
compileOnly ('com.bencodez:votingplugin:6.14.1') {

0 commit comments

Comments
 (0)