Compatibility
Minecraft: Java Edition
Platforms
Creators
Details
PxMusic
PxMusic is a Minecraft Spigot / Paper plugin designed to allow developers / server administrators to create and play music using default Minecraft sound effects; it is similar to what Hypixel Skyblock does. It also has compatibility with Skript.
It provides the tools necessary to manage notes, slowness modifier "backwards tempo", pitch, volume. It is an great choice for developers who want music in their servers.
Some music tracks (made by me!) are also available on the website.
🔑 Key information
Please use Note Block Studio for creating songs. A better explaination has been posted here.
👨💻 For Plugin Development
Repository
Maven
<repository>
<id>imhermes-repo</id>
<url>https://repo.imhermes.me/</url>
</repository>
Gradle
repositories {
maven {
name = "imhermes"
url = uri("https://repo.imhermes.me/")
}
}
Dependency
Maven
<dependency>
<groupId>me.imhermes</groupId>
<artifactId>pxMusicAPI</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
Gradle
dependencies {
compileOnly "me.imhermes:pxMusicAPI:1.0"
}
✨ Features
Create songs
You can change the song's speed with ease!
Cut-off sound effects
You can create cut-off sound effects called Stop sounds! BUT these have to be manually added. Note Block Studio does not support this currently.
📜 Helpful information
If you are looking for music to use, you may want to look in Note Block World.
Please follow their Terms of service before downloading any songs from there. Click here to go to Note Block World.
🐛 How to Report Issues
Please use the discord linked at the top of the page to report any bugs found while using the plugin. It is also recommended that you report the whole console log (or at least the errors in the console) and enable log-info in the configuration. Also make sure to provide as much information as possible to speed up the time it takes to remove the bug