Skip to content

Commands

Yevhen Harasymchuk edited this page Aug 4, 2026 · 4 revisions

Commands

All commands are subcommands of /mixer. Coordinates use Paper's block-position syntax and support absolute or relative values such as 100 64 -20 or ~ ~ ~.

/mixer burn <url> [--save|-s]

  • Permission: mixer.command.burn
  • Player only.
  • Burns a source URL onto the item held in the main hand.
  • --save or -s downloads the resolved media into plugins/Mixer/audio and stores the local path on the disc. The flag must be the final argument.

See Custom Discs for source formats and item requirements.

/mixer speaker

  • Permission: mixer.command.speaker
  • Player only.
  • Gives the player a portable speaker item if the feature is enabled.

/mixer link <jukebox>

  • Permission: mixer.command.link
  • Player only.
  • Adds the player's current position as an output location for the selected jukebox. New playback sessions use linked locations instead of the jukebox itself.

Example: /mixer link 120 65 -34

/mixer redstone <jukebox> <magnitude> <trigger> <delay>

  • Permission: mixer.command.redstone
  • Player only.
  • Stores the block the player is looking at as redstone-output metadata on the selected jukebox. magnitude accepts 0-2048; trigger and delay accept non-negative integers.

This output-link command is experimental in Mixer 2.3.0. The metadata is saved, but playback does not currently consume it, so do not rely on it for production automation.

This command is separate from the working playlist trigger documented in Redstone and Automation.

DSP commands

The jukebox coordinate is required.

/mixer dsp <jukebox>

Clears every stored DSP effect on the jukebox.

/mixer dsp <jukebox> gain <value>

  • Permission: mixer.command.dsp.gain
  • Sets the gain multiplier, for example 0.5 or 1.5.

/mixer dsp <jukebox> highPassFilter <frequency>

  • Permission: mixer.command.dsp.highpass
  • Sets the high-pass cutoff frequency in Hz.

/mixer dsp <jukebox> lowPassFilter <frequency>

  • Permission: mixer.command.dsp.lowpass
  • Sets the low-pass cutoff frequency in Hz.

/mixer dsp <jukebox> flangerEffect <maxLength> <wet> <lfoFrequency>

  • Permission: mixer.command.dsp.flanger
  • Sets the maximum delay length, wet mix, and LFO frequency.

You can also sneak and right-click a jukebox with an empty main hand to open the DSP GUI.

/mixer reload

  • Permission: mixer.command.reload
  • Reloads config.yml and language messages.

Update notifications

Players with mixer.update-notify, as well as operators, can receive update messages on join when enabled in the configuration.

Clone this wiki locally