• Type: Bug
    • Resolution: Invalid
    • Priority: Minor
    • None
    • Affects Version/s: None
    • Environment:

      Linux

    • git-Spigot-4f661b2-d06991d (MC: 1.14.1)
    • n/a
    • Yes

      Jukebox.setPlaying( <material> ) does not start any music. No errors produced in the console. Tested with Jukebox.getPlaying() and it shows the jukebox is holding a (record) material. This code worked in 1.13.x

       

      // Example: record type was shown in console but no music played.
      Material record = jukeBox.getPlaying();
      log.info("Record: " + record);
      if (record != null && record != Material.AIR) jukeBox.setPlaying(record);

            Assignee:
            Unassigned
            Reporter:
            village_admin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: