PurpleMusic
🟡 Updated this yearPreview

🔍 Analysis
- 🏆 #480 of 1224 bukkit mods in this game by downloads
📋 About This Mod
# PurpleMusic A Paper/Folia plugin built on the (https://modrinth.com/plugin/simple-voice-chat) API that lets staff stream real audio (wav / mp3 / flac) to players, build queues and playlists, and create persistent music zones around any location. ## Features - **Direct playback** - play a track to one player, several, or every online player. - **Queues** - per-player and global queues that auto-advance when each track ends. - **Playlists** - named, persistent playlists with four play modes: - `SEQUENTIAL` - play once in order - `LOOP` - replay the playlist forever - `LOOP_ONE` - repeat the same track forever - `SHUFFLE` - random pick forever - **Music zones** - persistent spheres at a location with a configurable radius. Each zone plays a single track or a playlist, either continuously or on a fixed interval (X seconds between plays). - **Downloads** - admins can pull `.wav` / `.mp3` / `.flac` files straight from a URL into `plugins/PurpleMusic/musicdata/`. ## Requirements - Paper 1.21+ - Simple Voice Chat (server + client) 2.6.0 or newer ## Commands All commands are also available under the aliases `/pmusic` and `/pm`. | Command | Description | | --- | --- | | `/pm download <url> <filename>` | Download an audio file into `musicdata/` | | `/pm list` | List every track in `musicdata/` | | `/pm play <player> <track>` | Play a track to one player | | `/pm playall <track>` | Play a track to every online player | | `/pm stop <player\|all>` | Stop playback for a player or everyone | | `/pm queue add <player\|all> <track>` | Add a track to a queue | | `/pm queue clear <player\|all>` | Clear a queue | | `/pm queue list <player\|all>` | Show queue contents | | `/pm queue skip <player\|all>` | Skip the current track | | `/pm playlist create <name>` | Create an empty playlist | | `/pm playlist delete <name>` | Delete a playlist | | `/pm playlist add <name> <track>` | Add a track to a playlist | | `/pm playlist remove <name> <track>` | Remove a track from a playlist | | `/pm playlist mode <name> <mode>` | Set the playlist mode | | `/pm playlist list` | List every playlist | | `/pm playlist show <name>` | Show one playlist's tracks | | `/pm playlist play <player> <name>` | Play a playlist to one player | | `/pm playlist playall <name>` | Play a playlist to every online player | | `/pm zone create <name> <track\|playlist> <source> <radius> <continuous\|interval> ` | Create a music zone at your current location | | `/pm zone delete <name>` | Delete a zone | | `/pm zone list` | List every zone | | `/pm zone mode <name> <mode>` | Set the play mode for a playlist-backed zone | | `/pm reload` | Reload config, playlists and zones | ## Permissions Each command checks a granular permission (`purplemusic.download`, `purplemusic.play`, `purplemusic.stop`, `purplemusic.queue`, `purplemusic.playlist`, `purplemusic.zone`, `purplemusic.list`, `purplemusic.reload`). The `purplemusic.*` parent grants them all. All default to `op`. ## Data layout ``` plugins/PurpleMusic/ config.yml # global settings playlists.yml # named playlists (auto-managed) zones.yml # music zones (auto-managed) musicdata/ # all audio files (wav / mp3 / flac) ``` The `subdirectory-depth` config option controls how deeply you can nest files inside `musicdata/` (`none`, `single`, or `unrestricted`). SOURCE CODE: https://github.com/batminecraft/PurpleMusic
# PurpleMusic
A Paper/Folia plugin built on the (https://modrinth.com/plugin/simple-voice-chat) API that lets staff stream real audio (wav / mp3 / flac) to players, build queues and playlists, and create persistent music zones around any location.
## Features
- Direct playback - play a track to one player, several, or every online player.
- Queues - per-player and global queues that auto-advance when each track ends.
- Playlists - named, persistent playlists with four play modes:
- - `SEQUENTIAL` - play once in order
- - `LOOP` - replay the playlist forever
- - `LOOP_ONE` - repeat the same track forever
- - `SHUFFLE` - random pick forever
- Music zones - persistent spheres at a location with a configurable radius. Each zone plays
- a single track or a playlist, either continuously or on a fixed interval (X seconds between plays).
- Downloads - admins can pull `.wav` / `.mp3` / `.flac` files straight from a URL into
- `plugins/PurpleMusic/musicdata/`.
## Requirements
- Paper 1. 21+
- Simple Voice Chat (server + client) 2. 6. 0 or newer
## Commands
All commands are also available under the aliases `/pmusic` and `/pm`.
| Command | Description |
| --- | --- |
| `/pm download
## Permissions
Each command checks a granular permission (`purplemusic.download`, `purplemusic.play`, `purplemusic.stop`, `purplemusic.queue`, `purplemusic.playlist`, `purplemusic.zone`, `purplemusic.list`, `purplemusic.reload`). The `purplemusic.*` parent grants them all. All default to `op`.
## Data layout
``` plugins/PurpleMusic/ config.yml # global settings playlists.yml # named playlists (auto-managed) zones.yml # music zones (auto-managed) musicdata/ # all audio files (wav / mp3 / flac) ```
The `subdirectory-depth` config option controls how deeply you can nest files inside `musicdata/` (`none`, `single`, or `unrestricted`).
SOURCE CODE: https://github.com/batminecraft/PurpleMusic
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- BatMultifonction
- Version
- BETA-1.0.0
- Downloads
- 122
- Endorsements
- 2
- Category
- bukkit
- Created
- 5/7/2026
- Updated
- 4/8/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- decoration, social, utility
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does PurpleMusic support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of PurpleMusic?
Version BETA-1.0.0, published 2026-04-08 with 122 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await