Skip to content

Commands

Andromedov edited this page Jan 15, 2026 · 4 revisions

Commands

All commands are sub-commands of /mixer.

/mixer burn <url>

  • Permission: mixer.command.burn
  • Description: "Burns" a given URL (or cobalt:// link) onto the music disc you are holding.

/mixer speaker

  • Permission: mixer.command.speaker
  • Description: Gives you a Portable Speaker item. Right-click the item to open the dashboard.

/mixer dsp ...

This command group allows you to apply real-time audio effects.

Tip: You can also Sneak + Right-Click a Jukebox to open the Visual DSP Menu.*

/mixer dsp [coords] gain <value>

  • Permission: mixer.command.dsp.gain
  • Description: Sets volume multiplier (e.g., 0.5 = 50%, 1.5 = 150%).

/mixer dsp [coords] highPassFilter <frequency>

  • Permission: mixer.command.dsp.highpass
  • Description: Applies a high-pass filter at the specified frequency (Hz).

/mixer dsp [coords] lowPassFilter <frequency>

  • Permission: mixer.command.dsp.lowpass
  • Description: Applies a low-pass filter at the specified frequency (Hz).

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

  • Permission: mixer.command.dsp.flanger
  • Description: Applies a flanger effect.
    • maxLen: Delay length (e.g., 0.01)
    • wet: Intensity (0.0 - 1.0)
    • lfoFreq: Speed of the oscillation (e.g., 0.2)

/mixer dsp [coords]

  • Description: Resets all DSP effects on that Jukebox.

/mixer reload

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

Clone this wiki locally