9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-20 15:39:31 +00:00

Fixed loading bugs

This commit is contained in:
Auxilor
2022-02-06 13:24:10 +00:00
parent 61de345aec
commit 96a6c3d700
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ object Bosses {
}
for (bossConfig in plugin.ecoBossesYml.getSubsections("bosses")) {
EcoBoss(bossConfig, plugin)
addNewBoss(EcoBoss(bossConfig, plugin))
}
}

View File

@@ -58,7 +58,7 @@ bosses:
bossBar:
enabled: true
color: white
style: solid
style: progress
radius: 120
spawn:
conditions: [ ]