Skip to content

Commands

Yevhen Harasymchuk edited this page Dec 16, 2025 · 4 revisions

Commands

All commands are sub-commands of /mixer.

/mixer burn <url>

  • Permission: mixer.command.burn
  • Description: "Burns" a given URL onto the music disc you are holding. This saves the URL to the disc's metadata and sets its display name to the track's title/author.

/mixer speaker

  • Permission: mixer.command.speaker
  • Description: Gives you a Portable Speaker item.
  • Usage:
    • Right-click the speaker to open the control GUI.
    • Insert a custom disc into the GUI slot.
    • Press Start (Green) to play music that follows you.
    • Press Stop (Red) to stop playback.
    • Note: Dropping the active speaker item will automatically stop the music.

/mixer link [jukebox_coords]

  • Permission: mixer.command.link
  • Description: Links a Jukebox to a new "speaker" location. Stand where you want the speaker to be, and point the command at the Jukebox you want to link. You can link multiple speakers to one Jukebox.
  • Example: /mixer link ~ ~1 ~ (links a Jukebox at your feet to a speaker at your head)

/mixer redstone [jukebox_coords] <magnitude> <trigger> <delay>

  • Permission: mixer.command.redstone
  • Description: A complex command for advanced Redstone automation. It links a target block (like a Redstone Lamp) to a Jukebox.
  • (See the Redstone & Automation page for a simpler way to use Redstone)

/mixer dsp [jukebox_coords] <effect> ...

This command group allows you to apply real-time audio effects (DSP) to a Jukebox.

/mixer dsp [coords] gain <value>

  • Permission: mixer.command.dsp.gain
  • Description: Sets a volume multiplier for the Jukebox. 1.0 is normal, 0.5 is 50%, 2.0 is 200%.

/mixer dsp [coords] highPassFilter <frequency>

  • Permission: mixer.command.dsp.highpass
  • Description: Applies a high-pass filter, cutting out low bass frequencies. Makes audio sound "tinny".

/mixer dsp [coords] lowPassFilter <frequency>

  • Permission: mixer.command.dsp.lowpass
  • Description: Applies a low-pass filter, cutting out high treble frequencies. Makes audio sound "muffled" or like it's coming from behind a wall.

/mixer dsp [coords] flangerEffect <maxLen> <wet> <lfoFreq>

  • Permission: mixer.command.dsp.flanger
  • Description: Applies a "flanger" audio effect.

/mixer dsp [coords]

  • Permission: (Same as DSP sub-commands)
  • Description: Running the command with just the coordinates will reset all DSP effects on that Jukebox back to default.

/mixer reload

  • Permission: mixer.command.reload
  • Description: Reloads the config.yml and all language files from disk. This also hot-reloads the global volume setting onto all currently playing tracks.

Clone this wiki locally