Dieser Commit ist enthalten in:
Ursprung
7a0c763923
Commit
412d348b43
@ -51,7 +51,7 @@ public class SpaceListener extends BasicListener {
|
||||
Player player = event.getPlayer();
|
||||
player.addPotionEffect(new PotionEffect(PotionEffectType.JUMP, Integer.MAX_VALUE, 3));
|
||||
player.addPotionEffect(new PotionEffect(PotionEffectType.SLOW_FALLING, Integer.MAX_VALUE, 3));
|
||||
player.setHealthScale(0.25);
|
||||
player.setHealth(2.5);
|
||||
}, 5);
|
||||
}
|
||||
|
||||
@ -62,7 +62,7 @@ public class SpaceListener extends BasicListener {
|
||||
Player player = event.getPlayer();
|
||||
player.addPotionEffect(new PotionEffect(PotionEffectType.JUMP, Integer.MAX_VALUE, 3));
|
||||
player.addPotionEffect(new PotionEffect(PotionEffectType.SLOW_FALLING, Integer.MAX_VALUE, 3));
|
||||
player.setHealthScale(0.25);
|
||||
player.setHealth(2.5);
|
||||
}, 5);
|
||||
}
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren