mirror of
https://github.com/darverdevs/BossBarAPI.git
synced 2024-12-22 07:14:11 -08:00
i forgor to add default values to the boss 💀
This commit is contained in:
parent
a83bacf951
commit
72898022a0
|
@ -7,8 +7,8 @@ import org.bukkit.scheduler.BukkitTask;
|
||||||
|
|
||||||
public class BossBar {
|
public class BossBar {
|
||||||
private Location dragonLocation;
|
private Location dragonLocation;
|
||||||
private int bossHealth;
|
private int bossHealth = 200;
|
||||||
private String text;
|
private String text = "A BossBar!";
|
||||||
|
|
||||||
private SpawnFakeWither.FakeWither dragon;
|
private SpawnFakeWither.FakeWither dragon;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user