Increase hologram height gain and expire time
This commit is contained in:
parent
e3a6a0a50a
commit
f8ff99fc58
@ -383,7 +383,7 @@ public abstract class Challenge implements Listener
|
||||
hologram.addPlayer(player);
|
||||
hologram.start();
|
||||
|
||||
final long expires = System.currentTimeMillis() + 500;
|
||||
final long expires = System.currentTimeMillis() + 1000;
|
||||
|
||||
new BukkitRunnable()
|
||||
{
|
||||
@ -396,7 +396,7 @@ public abstract class Challenge implements Listener
|
||||
}
|
||||
else
|
||||
{
|
||||
hologram.setLocation(hologram.getLocation().add(0, 0.1, 0));
|
||||
hologram.setLocation(hologram.getLocation().add(0, 0.2, 0));
|
||||
}
|
||||
}
|
||||
}.runTaskTimer(Host.Manager.getPlugin(), 0, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user