This commit is contained in:
BongoCat 2022-07-21 11:15:13 -07:00
parent cb4affa931
commit 9b5eea48ce
4 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,7 @@ public class SpawnFakeWither extends JavaPlugin {
public Player p; public Player p;
public FakeWither(Player p, ProtocolManager manager) { 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.manager = manager;
this.p = p; this.p = p;
} }

Binary file not shown.

View File

@ -1,6 +1,5 @@
tech/nully/BossBarAPI/BossBar.class tech/nully/BossBarAPI/BossBar.class
tech/nully/BossBarAPI/Main.class tech/nully/BossBarAPI/Main.class
tech/nully/BossBarAPI/FakeWitherCommand$1.class
tech/nully/BossBarAPI/SpawnFakeWither.class tech/nully/BossBarAPI/SpawnFakeWither.class
tech/nully/BossBarAPI/TeleportScheduler.class tech/nully/BossBarAPI/TeleportScheduler.class
tech/nully/BossBarAPI/FakeWitherCommand.class tech/nully/BossBarAPI/FakeWitherCommand.class

Binary file not shown.