restored normal times
This commit is contained in:
parent
9431767c3b
commit
34e7a03d28
2 changed files with 3 additions and 3 deletions
Binary file not shown.
|
@ -45,7 +45,7 @@ public class PlayerListener implements Listener {
|
||||||
}
|
}
|
||||||
Bukkit.broadcastMessage(ChatColor.YELLOW +""+ ChatColor.BOLD + p.getDisplayName() + " has resurrected!");
|
Bukkit.broadcastMessage(ChatColor.YELLOW +""+ ChatColor.BOLD + p.getDisplayName() + " has resurrected!");
|
||||||
}
|
}
|
||||||
}.runTaskLater(JavaPlugin.getProvidingPlugin(Resurrection.class), 200);
|
}.runTaskLater(JavaPlugin.getProvidingPlugin(Resurrection.class), 1728000);
|
||||||
}
|
}
|
||||||
|
|
||||||
@EventHandler
|
@EventHandler
|
||||||
|
@ -59,8 +59,8 @@ public class PlayerListener implements Listener {
|
||||||
public void run() {
|
public void run() {
|
||||||
spawn = p.getLocation();
|
spawn = p.getLocation();
|
||||||
// PotionEffect invisibility = new PotionEffect(PotionEffectType.INVISIBILITY, 1728000, 10, false);
|
// PotionEffect invisibility = new PotionEffect(PotionEffectType.INVISIBILITY, 1728000, 10, false);
|
||||||
PotionEffect blindness = new PotionEffect(PotionEffectType.BLINDNESS, 100, 10, false);
|
PotionEffect blindness = new PotionEffect(PotionEffectType.BLINDNESS, 999999999, 10, false);
|
||||||
PotionEffect slowness = new PotionEffect(PotionEffectType.SLOW, 100, 10, false);
|
PotionEffect slowness = new PotionEffect(PotionEffectType.SLOW, 999999999, 10, false);
|
||||||
// invisibility.apply(p);
|
// invisibility.apply(p);
|
||||||
blindness.apply(p);
|
blindness.apply(p);
|
||||||
slowness.apply(p);
|
slowness.apply(p);
|
||||||
|
|
Loading…
Add table
Reference in a new issue