Merge remote-tracking branch 'origin/master'

This commit is contained in:
Auxilor
2022-01-09 18:19:07 +00:00
7 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ class EntityArgParserNoAI : EntityArgParser {
var noAI = false
for (arg in args) {
if (arg.equals("unbreakable", true)) {
if (arg.equals("no-ai", true)) {
noAI = true
}
}

View File

@@ -35,7 +35,7 @@ dependencies {
compileOnly 'com.zaxxer:HikariCP:5.0.0'
compileOnly 'com.gmail.filoghost.holographicdisplays:holographicdisplays-api:2.4.0'
compileOnly 'com.github.EssentialsX:Essentials:2.19.0'
compileOnly 'com.bgsoftware:SuperiorSkyblockAPI:latest'
compileOnly 'com.bgsoftware:SuperiorSkyblockAPI:1.8.3'
compileOnly 'com.github.MilkBowl:VaultAPI:1.7'
compileOnly 'world.bentobox:bentobox:1.17.3-SNAPSHOT'
compileOnly 'com.google.guava:guava:31.0.1-jre'