Playing Music Disks

Discussion in 'Plugin Development' started by Timbers007, Sep 24, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Timbers007

    Hi,

    I know you can play sounds such as Blaze Death, Block Breaking, Cow Death, etc. However I was looking through the Sound enum and I couldn't find any of the music disks there. So is there a way to play a music disk?

    Thanks
     
  2. Offline

    Windy Day

    Use player.playEffect():
    Code:
            player.playEffect(location, Effect.RECORD_PLAY, int disc id);
    
     
    Timbers007 likes this.
  3. Offline

    FabeGabeMC

    Windy Day
    Actually
    instead of the int being disk id, use the material.
     
Thread Status:
Not open for further replies.

Share This Page