Skip to content

Installation and Configuration

Yevhen Harasymchuk edited this page Nov 22, 2025 · 5 revisions

Installation and Configuration

Installation

  1. Ensure you have a PaperMC server (or a compatible fork).
  2. Install the Simple Voice Chat plugin. Mixer will not work without it.
  3. Download the latest Mixer-2.x.x-all.jar either from the Releases page or from the Modrinth.
  4. Place the JAR file into your server's /plugins folder.
  5. Restart your server.

The plugin will generate a config.yml and a data.yml file, along with a lang folder.

config.yml

This file is for server admin settings.

# Mixer Configuration

# ===========================================
# LOCALIZATION
# ===========================================
# Set the default language for the plugin.
# Supported: "en", "uk"
lang: "en"

# ===========================================
# PLUGIN SETTINGS
# ===========================================
mixer:
  # YouTube integration settings
  youtube:
    enabled: false
    useOAuth: false
    refreshToken: ""

  # Should the plugin notify players of playback errors?
  errorsNotifiers:
    notifyPlayer: false
    log: true

  # Default volume settings
  # This is a global multiplier. 50 = 50% volume.
  volume: 50

# ===========================================
# AUDIO SETTINGS | CHANGE ONLY OF YOU KNOW WHAT YOU'RE DOING
# ===========================================
  audio:
    # Sample rate (Hz). 48000 is standard.
    sampleRate: 48000
    # Buffer size
    bufferSize: 960
    # Frame buffer duration (ms)
    frameBufferDuration: 100

data.yml

This file is not for manual editing. The plugin uses it to store a list of currently playing Jukeboxes.

Clone this wiki locally