Updated MMO extension
This commit is contained in:
@@ -11,9 +11,9 @@ repositories {
|
|||||||
dependencies {
|
dependencies {
|
||||||
compileOnly 'org.spigotmc:spigot-api:1.15.2-R0.1-SNAPSHOT'
|
compileOnly 'org.spigotmc:spigot-api:1.15.2-R0.1-SNAPSHOT'
|
||||||
compileOnly project(':plugin')
|
compileOnly project(':plugin')
|
||||||
compileOnly 'net.Indyuce:MMOCore:1.4.11'
|
compileOnly 'net.Indyuce:MMOCore:1.6'
|
||||||
compileOnly 'net.Indyuce:MMOItems:6.4'
|
compileOnly 'net.Indyuce:MMOItems:6.5'
|
||||||
compileOnly 'net.Indyuce:MMOLib:1.5'
|
compileOnly 'net.Indyuce:MMOLib:1.7.3'
|
||||||
}
|
}
|
||||||
|
|
||||||
jar{
|
jar{
|
||||||
|
|||||||
@@ -38,7 +38,5 @@ findProject(':SprintArtifacts').projectDir = file('Extensions/SprintArtifacts')
|
|||||||
include('Alchemy')
|
include('Alchemy')
|
||||||
findProject(':Alchemy').projectDir = file('Extensions/Alchemy')
|
findProject(':Alchemy').projectDir = file('Extensions/Alchemy')
|
||||||
|
|
||||||
/*
|
|
||||||
include('MMO')
|
include('MMO')
|
||||||
findProject(':MMO').projectDir = file('Extensions/MMO')
|
findProject(':MMO').projectDir = file('Extensions/MMO')
|
||||||
*/
|
|
||||||
Reference in New Issue
Block a user