diff --git a/src/main/java/tech/nully/BossBarAPI/SpawnFakeWither.java b/src/main/java/tech/nully/BossBarAPI/SpawnFakeWither.java index 10bc4a5..310f216 100644 --- a/src/main/java/tech/nully/BossBarAPI/SpawnFakeWither.java +++ b/src/main/java/tech/nully/BossBarAPI/SpawnFakeWither.java @@ -47,7 +47,7 @@ public class SpawnFakeWither extends JavaPlugin { public Player p; public FakeWither(Player p, ProtocolManager manager) { - this.location = new Location(p.getWorld(), p.getLocation().getX(), -5, p.getLocation().getZ()); + this.location = new Location(p.getWorld(), p.getLocation().getX(), p.getLocation().getY() - 30, p.getLocation().getZ()); this.manager = manager; this.p = p; } diff --git a/target/BossBarAPI-0.0.1.jar b/target/BossBarAPI-0.0.1.jar index 3684922..90c1020 100644 Binary files a/target/BossBarAPI-0.0.1.jar and b/target/BossBarAPI-0.0.1.jar differ diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst index f499168..62fb876 100644 --- a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -1,6 +1,5 @@ tech/nully/BossBarAPI/BossBar.class tech/nully/BossBarAPI/Main.class -tech/nully/BossBarAPI/FakeWitherCommand$1.class tech/nully/BossBarAPI/SpawnFakeWither.class tech/nully/BossBarAPI/TeleportScheduler.class tech/nully/BossBarAPI/FakeWitherCommand.class diff --git a/target/original-BossBarAPI-0.0.1.jar b/target/original-BossBarAPI-0.0.1.jar index 2c9bbdf..267b574 100644 Binary files a/target/original-BossBarAPI-0.0.1.jar and b/target/original-BossBarAPI-0.0.1.jar differ