Juxebox play music?

Discussion in 'Plugin Development' started by jusjus112, Apr 19, 2014.

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

    jusjus112

    Is there an way to play the music cd's? i have tried this, but with no succes:
    Code:java
    1. for (Player all : Bukkit.getServer().getOnlinePlayers()) {
    2. //-1258, 14, 1131
    3. all.getWorld().playEffect(all.getLocation(), Effect.RECORD_PLAY, (byte) 12);
    4. }
    5. }
    6.  
     
Thread Status:
Not open for further replies.

Share This Page