Update to support 1.21.4

This commit is contained in:
Athar42
2024-12-07 14:42:10 +01:00
parent 5708d18759
commit 3bd5e7df25
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
plugins { plugins {
id 'java' 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) sourceCompatibility = JavaLanguageVersion.of(java_version as int)

View File

@@ -5,13 +5,13 @@ java_version=21
mp3spi_version=1.9.5.4 mp3spi_version=1.9.5.4
bukkit_api_version=1.21 bukkit_api_version=1.21
bukkit_version=1.21.3-R0.1-SNAPSHOT bukkit_version=1.21.4-R0.1-SNAPSHOT
mod_id=customdiscsplugin mod_id=customdiscsplugin
# Target an older API to make it compatible with older versions of Simple Voice Chat # Target an older API to make it compatible with older versions of Simple Voice Chat
voicechat_api_version=2.5.0 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 maven_group=me.Navoei.customdiscsplugin
archives_base_name=custom-discs archives_base_name=custom-discs

View File

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