We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2b73a commit fef1318Copy full SHA for fef1318
build.gradle
@@ -35,6 +35,9 @@ repositories {
35
maven {
36
url 'https://jitpack.io'
37
}
38
+ maven {
39
+ url 'https://nexus.neetgames.com/repository/maven-releases/'
40
+ }
41
42
43
dependencies {
@@ -59,7 +62,7 @@ dependencies {
59
62
60
63
compileOnly 'com.github.pyvesb:advanced-achievements:8.0.2'
61
64
compileOnly 'com.github.astei:Superbvote:700fca43659b438cb9bb36c218a7646d2f2ef315'
- compileOnly('com.github.mcMMO-Dev:mcMMO:601297') {
65
+ compileOnly('com.gmail.nossr50.mcMMO:mcMMO:2.2.004') {
66
exclude group: 'com.sk89q.worldguard'
67
68
compileOnly ('com.bencodez:votingplugin:6.14.1') {
0 commit comments