Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. if (Bukkit.getVersion().contains("1.9")) {
  2. player.playSound(player.getEyeLocation(), Sound.BLOCK_NOTE_PLING, 1, 1);
  3. } else {
  4. player.playSound(player.getEyeLocation(), Sound.NOTE_PLING, 1, 1);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement