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:
@@ -53,7 +53,7 @@ object Bosses {
|
||||
}
|
||||
|
||||
for (bossConfig in plugin.ecoBossesYml.getSubsections("bosses")) {
|
||||
EcoBoss(bossConfig, plugin)
|
||||
addNewBoss(EcoBoss(bossConfig, plugin))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ bosses:
|
||||
bossBar:
|
||||
enabled: true
|
||||
color: white
|
||||
style: solid
|
||||
style: progress
|
||||
radius: 120
|
||||
spawn:
|
||||
conditions: [ ]
|
||||
|
||||
Reference in New Issue
Block a user