cryxli / ExpCraft

Levelcraft for Bukkit
http://forums.bukkit.org/threads/on-the-mend-levelcraft-v2-6-2-a-leveling-up-plugin-that-adds-a-challenge-to-minecraft-617-674.2261
MIT License
5 stars 0 forks source link

Play Sound when leveling up #37

Closed cryxli closed 12 years ago

cryxli commented 12 years ago

There is a way to play a sound on the client triggered by the server with 1.3.1-R0.1

Player.playSound(player.getLocation(), Sound.LEVEL_UP, volumne, pitch)

Play a configurable sound when player levels up.