diff --git a/build.gradle b/build.gradle index 341054b..362c264 100644 --- a/build.gradle +++ b/build.gradle @@ -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) diff --git a/gradle.properties b/gradle.properties index 47e2339..1bf7137 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 \ No newline at end of file diff --git a/readme.md b/readme.md index 977459b..71a8cdc 100644 --- a/readme.md +++ b/readme.md @@ -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.)