mirror of
https://github.com/SPAWNRYS-ban/FUCK-CustomDiscs.git
synced 2025-12-10 05:19:43 +05:00
Now using a BukkitRunnable and a Map to determine if an async task is running. This allows the plugin to prevent the jukebox from being modified before the task is complete, which prevents the jukebox from bugging out and causing discs to be lost.
16 lines
359 B
Properties
16 lines
359 B
Properties
org.gradle.jvmargs=-Xmx2G
|
|
|
|
java_version=17
|
|
|
|
mp3spi_version=1.9.5.4
|
|
|
|
bukkit_api_version=1.19
|
|
bukkit_version=1.19-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.2.22
|
|
|
|
plugin_version=1.3.1
|
|
maven_group=me.Navoei.customdiscsplugin
|
|
archives_base_name=custom-discs |