Guest User

Untitled

a guest
Mar 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. p.addPotionEffect(new PotionEffect(PotionEffectType.BLINDNESS, 100, 100, true));
  2. p.addPotionEffect(new PotionEffect(PotionEffectType.SLOW, 100, 100, true));
  3. p.addPotionEffect(new PotionEffect(PotionEffectType.JUMP, 100, -100, true));
  4. p.sendMessage("§aGute Nacht!"); //german, dont worry :D
  5. //here should be the delay of 5 seconds
  6. Bukkit.getWorld("world").setTime(1000);
Add Comment
Please, Sign In to add comment