forked from TheModdersDen/Mixer-1.21.4
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation and Configuration
Yevhen Harasymchuk edited this page Nov 22, 2025
·
5 revisions
- Ensure you have a PaperMC server (or a compatible fork).
- Install the Simple Voice Chat plugin. Mixer will not work without it.
- Download the latest
Mixer-2.x.x-all.jareither from the Releases page or from the Modrinth. - Place the JAR file into your server's
/pluginsfolder. - Restart your server.
The plugin will generate a config.yml and a data.yml file, along with a lang folder.
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: 100This file is not for manual editing. The plugin uses it to store a list of currently playing Jukeboxes.