update mcmmo, closes #8
This commit is contained in:
+3
-3
@@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
group 'sh.okx'
|
||||
version '3.3.2-beta.1'
|
||||
version '3.4'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@@ -26,7 +26,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
testCompile group: 'junit', name: 'junit', version: '4.12'
|
||||
compile 'org.spigotmc:spigot-api:1.12-R0.1-SNAPSHOT'
|
||||
compile 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
|
||||
|
||||
compile('net.milkbowl.vault:VaultAPI:1.6') {
|
||||
exclude group: 'org.bukkit'
|
||||
@@ -34,5 +34,5 @@ dependencies {
|
||||
compile 'me.clip:placeholderapi:2.9.2'
|
||||
compile 'com.hm.achievement:advanced-achievements-api:1.1.0'
|
||||
// if compiling this you will have to download and install mcMMO locally
|
||||
compile 'com.gmail.nossr50.mcMMO:mcMMO:1.6.0-SNAPSHOT'
|
||||
compile 'com.gmail.nossr50.mcMMO:mcMMO:2.1.0-SNAPSHOT'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user