mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-21 16:09:24 +00:00
Fixed base-mob
This commit is contained in:
@@ -336,7 +336,7 @@ public class EcoBoss extends PluginDependent<EcoPlugin> {
|
|||||||
this.displayName = this.getConfig().getFormattedString("name");
|
this.displayName = this.getConfig().getFormattedString("name");
|
||||||
|
|
||||||
// Boss Type
|
// Boss Type
|
||||||
this.bossType = Entities.lookup("base-mob");
|
this.bossType = Entities.lookup(this.getConfig().getString("base-mob"));
|
||||||
|
|
||||||
// Boss Bar
|
// Boss Bar
|
||||||
this.bossbarEnabled = this.getConfig().getBool("bossbar.enabled");
|
this.bossbarEnabled = this.getConfig().getBool("bossbar.enabled");
|
||||||
|
|||||||
Reference in New Issue
Block a user