Merge pull request #82 from Athar42/main

Update to support 1.21.4
This commit is contained in:
Navoei
2024-12-15 15:00:54 -06:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id 'java'
id "com.gradleup.shadow" version "8.3.4"
id "com.gradleup.shadow" version "8.3.5"
}
sourceCompatibility = JavaLanguageVersion.of(java_version as int)

View File

@@ -5,13 +5,13 @@ java_version=21
mp3spi_version=1.9.5.4
bukkit_api_version=1.21
bukkit_version=1.21.3-R0.1-SNAPSHOT
bukkit_version=1.21.4-R0.1-SNAPSHOT
mod_id=customdiscsplugin
# Target an older API to make it compatible with older versions of Simple Voice Chat
voicechat_api_version=2.5.0
command_api_version=9.6.0
command_api_version=9.7.0
plugin_version=4.1
plugin_version=4.2
maven_group=me.Navoei.customdiscsplugin
archives_base_name=custom-discs

View File

@@ -1,4 +1,4 @@
# Custom Discs v4.1 for Paper 1.21.3
# Custom Discs v4.2 for Paper 1.21.4
A Paper fork of henkelmax's Audio Player. Special thanks to Athar42 for maintaining this plugin.
- Play custom music discs using the Simple Voice Chat API. (The voice chat mod is required on the client and server.)