mirror of
https://github.com/darverdevs/BossBarAPI.git
synced 2024-12-21 14:54: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 {
|
||||
private Location dragonLocation;
|
||||
private int bossHealth;
|
||||
private String text;
|
||||
private int bossHealth = 200;
|
||||
private String text = "A BossBar!";
|
||||
|
||||
private SpawnFakeWither.FakeWither dragon;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user