Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
PlayCustomSounds
PluginLicenseRef-All-Rights-Reserved

PlayCustomSounds

This project allowed owners to add new disc to their server

31
Downloads
1
Followers
3 months ago
Updated
📦
1
Versions
game-mechanicslibrarytechnologybukkitfoliapaperpurpurspigot
Download Latestv1.0.0View on Modrinth

📖About PlayCustomSounds

这是一个允许服主添加新唱片到服务器的插件,拥有资源包和插件播放逻辑。
对于玩家:玩家只需载入资源包后点击播放即可播放新添加的唱片
对于服主: 服主需要制作好资源包后分发给玩家供玩家下载使用,然后在config.yml中写出你在资源包中载入的音乐键名
资源包的结构应该是这样:

pack.zip
├── pack.mcmeta
└── assets/
    └── playcustomsounds/
        ├── sounds/
        │   └── any.ogg
        └── sounds.json

pack.mcmeta的写法:

{
  "pack": {
    "pack_format": [这里填写包版本]
    "description": "这里填写包的介绍"
  }
}

sounds.json的写法

{
  "constant_moderato": {
    "subtitle": "sounds.playcustomsounds.constant_moderato",
    "sounds": [
      {
        "name": "playcustomsounds:constant_moderato",
        "stream": true
      }
    ]
  },
  "zenbon_zakura": {
    "subtitle": "sounds.playcustomsounds.zenbon_zakura",
    "sounds": [
      {
        "name": "playcustomsounds:zenbon_zakura",
        "stream": true
      }
    ]
  },
  "drowning_love": {
    "subtitle": "sounds.playcustomsounds.drowning_love",
    "sounds": [
      {
        "name": "playcustomsounds:drowning_love",
        "stream": true
      }
    ]
  }
}

(仅供参考,可以更改歌曲名称等内容)
播放音乐的命令:/pcs [音乐名称]
停止音乐的命令:/sm

This is a plugin that allows server owners to add new albums to the server, featuring resource packs and plugin playback logic.
For players: Players can simply load the resource pack and click play to play the newly added music disc
For server owners: Server owners need to create a resource pack and distribute it to players for download and use. Then, in the config.yml, specify the music key name you have loaded in the resource pack
The structure of the resource pack should be like this:

pack.zip
├── pack.mcmeta
└── assets/
    └── playcustomsounds/
        ├── sounds/
        │   └── any.ogg
        └── sounds.json

The writing style of pack.mcmeta:

{
  "pack": {
    "pack_format": [Fill in the package version here]
    "description": "Fill in the introduction of the package here"
  }
}

The writing style of sounds.json

{
  "constant_moderato": {
    "subtitle": "sounds.playcustomsounds.constant_moderato",
    "sounds": [
      {
        "name": "playcustomsounds:constant_moderato",
        "stream": true
      }
    ]
  },
  "zenbon_zakura": {
    "subtitle": "sounds.playcustomsounds.zenbon_zakura",
    "sounds": [
      {
        "name": "playcustomsounds:zenbon_zakura",
        "stream": true
      }
    ]
  },
  "drowning_love": {
    "subtitle": "sounds.playcustomsounds.drowning_love",
    "sounds": [
      {
        "name": "playcustomsounds:drowning_love",
        "stream": true
      }
    ]
  }
}

(For reference only, the song title and other content can be changed)
The command of starting to play music: /pcs [music name]
The command of stopping playing music: /sm

👥 Team & Contributors

EnderCraft-Server
EnderCraft-ServerOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitfoliapaperpurpurspigot
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+4 more

🔗 Links

Modrinth Page