9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-19 15:09:24 +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 { plugins {
id("java") id("java")
id("com.gradleup.shadow") version "9.2.2" id("com.gradleup.shadow") version "9.3.0"
} }
val git : String = versionBanner() 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" -> { "1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4" -> {
return new ComponentItemFactory(plugin); 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); return new ComponentItemFactory1_21_5(plugin);
} }
default -> throw new IllegalStateException("Unsupported server version: " + plugin.getServerVersion()); default -> throw new IllegalStateException("Unsupported server version: " + plugin.getServerVersion());

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists 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 networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists