update to 3.2-beta

add new requirements: placeholder and mcmmo-<skill>
This commit is contained in:
okx-code
2018-10-21 09:38:21 +01:00
parent 3bcd8ae455
commit 7394cf2b87
7 changed files with 143 additions and 16 deletions
+4 -1
View File
@@ -4,10 +4,11 @@ plugins {
}
group 'sh.okx'
version '3.1.4'
version '3.2-beta'
repositories {
mavenCentral()
mavenLocal()
jcenter()
maven {
url 'http://nexus.hc.to/content/repositories/pub_releases'
@@ -33,4 +34,6 @@ dependencies {
exclude group: 'org.bukkit'
}
compile 'me.clip:placeholderapi:2.9.+'
// if compiling this you will have to download and install mcMMO locally
compile 'com.gmail.nossr50.mcMMO:mcMMO:1.6.0-SNAPSHOT'
}