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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user