mirror of
https://github.com/darverdevs/BossBarAPI.git
synced 2024-12-21 23:04:11 -08:00
stuff
This commit is contained in:
parent
cb4affa931
commit
9b5eea48ce
|
@ -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.
|
@ -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.
Loading…
Reference in New Issue
Block a user