Create sounds from music files (.mp3, .ogg, and .wav) and play them for the players
Play custom audio files on your server through PlasmoVoice — MP3, OGG and WAV with a single command.
SoundCreator is a Spigot plugin that lets admins broadcast sound files from the server directly to players using PlasmoVoice's audio infrastructure. Drop your audio files in a folder, and stream them to one player, or everyone on the server — no resource pack required.
| Command | Description |
|---|---|
/sc play <sound> [player|all] |
Play a sound to yourself, a specific player, or everyone |
/sc stop [sound|all] |
Stop one sound (by name) or all active playback sessions |
/sc list |
List all available sounds loaded from the sounds folder |
/sc reload |
Reload config and sound library, then preload cache |
Alias: /soundcreator
| Permission | Default | Description |
|---|---|---|
soundcreator.use |
Everyone | Use /sc list |
soundcreator.play |
OP | Play sounds to yourself |
soundcreator.play.others |
OP | Play sounds to a specific player |
soundcreator.play.all |
OP | Broadcast sounds to all players |
soundcreator.stop |
OP | Stop playback sessions |
soundcreator.reload |
OP | Reload config and sound library |
soundcreator.admin |
OP | Grants all of the above |
config.yml)# Subfolder inside plugins/SoundCreator/ where audio files are scanned
sounds-folder: sounds
# PlasmoVoice source line to use (default line: "proximity")
source-line: proximity
# Default playback volume (0.0 – 1.0)
default-volume: 1.0
# Silently skip players who don't have PlasmoVoice installed
skip-non-voice-players: true
# Maximum simultaneous sounds (0 = unlimited)
max-concurrent-sounds: 10
SoundCreator.jar into your plugins/ folder.plugins/SoundCreator/sounds/ folder will be created automatically..mp3, .ogg, or .wav files into the sounds/ folder./sc reload (or restart) and you're ready to go!Note: Players must have the PlasmoVoice mod installed on their client to hear sounds. Players without the mod are skipped silently.
| Requirement | Version |
|---|---|
| Minecraft | 1.21+ |
| Server software | Spigot / Paper |
| Java | 21+ |
| PlasmoVoice | 2.1.8+ |
mp3spi, vorbisspi, and standard Java Sound SPIMade by ELB_GG