9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-19 06:59:27 +00:00
This commit is contained in:
XiaoMoMi
2025-12-12 17:31:26 +08:00
parent f59e54b8ee
commit 2ca3434a5b
5 changed files with 16 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id("java")
id("com.gradleup.shadow") version "9.2.2"
id("com.gradleup.shadow") version "9.3.0"
}
val git : String = versionBanner()

View File

@@ -48,7 +48,7 @@ public abstract class BukkitItemFactory extends ItemFactory<CustomFishingPlugin,
"1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4" -> {
return new ComponentItemFactory(plugin);
}
case "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10" -> {
case "1.21.5", "1.21.6", "1.21.7", "1.21.8", "1.21.9", "1.21.10", "1.21.11" -> {
return new ComponentItemFactory1_21_5(plugin);
}
default -> throw new IllegalStateException("Unsupported server version: " + plugin.getServerVersion());

View File

@@ -20,6 +20,7 @@ softdepend:
- BattlePass
- ClueScrolls
- BetonQuest
- BeautyQuests
- AdvancedEnchantments
- EcoJobs
- Zaphkiel

View File

@@ -1,6 +1,6 @@
# Project settings
# Rule: [major update].[feature update].[bug fix]
project_version=2.3.17
project_version=2.3.18
config_version=38
project_group=net.momirealms
@@ -8,7 +8,7 @@ project_group=net.momirealms
lang=en,zh_cn,uk,ru,pt_br,fr
# Dependency settings
sparrow_heart_version=0.60
sparrow_heart_version=0.62
paper_version=1.20.4
jetbrains_annotations_version=26.0.2
slf4j_version=2.0.17
@@ -23,24 +23,24 @@ adventure_bundle_version=4.25.0
adventure_platform_version=4.4.1
cloud_core_version=2.0.0
cloud_services_version=2.0.0
cloud_brigadier_version=2.0.0-beta.13
cloud_bukkit_version=2.0.0-beta.13
cloud_paper_version=2.0.0-beta.13
cloud_minecraft_extras_version=2.0.0-beta.13
cloud_brigadier_version=2.0.0-beta.14
cloud_bukkit_version=2.0.0-beta.14
cloud_paper_version=2.0.0-beta.14
cloud_minecraft_extras_version=2.0.0-beta.14
boosted_yaml_version=1.3.7
mojang_brigadier_version=1.0.18
mongodb_driver_version=5.6.1
mongodb_driver_version=5.6.2
mariadb_driver_version=3.5.6
mysql_driver_version=9.4.0
mysql_driver_version=9.5.0
hikari_version=7.0.2
commons_pool_version=2.12.1
commons_pool_version=2.13.0
bstats_version=3.1.0
geantyref_version=1.3.16
caffeine_version=3.2.2
caffeine_version=3.2.3
rtag_version=1.5.13
jedis_version=7.0.0
jedis_version=7.1.0
exp4j_version=0.4.8
placeholder_api_version=2.11.6
placeholder_api_version=2.11.7
vault_version=1.7
guava_version=33.5.0-jre
lz4_version=1.8.0

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists