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

Fixed base-mob

This commit is contained in:
Auxilor
2022-01-10 11:55:53 +00:00
parent a355b55ff2
commit 055d792168

View File

@@ -336,7 +336,7 @@ public class EcoBoss extends PluginDependent<EcoPlugin> {
this.displayName = this.getConfig().getFormattedString("name");
// Boss Type
this.bossType = Entities.lookup("base-mob");
this.bossType = Entities.lookup(this.getConfig().getString("base-mob"));
// Boss Bar
this.bossbarEnabled = this.getConfig().getBool("bossbar.enabled");