From a0aa341ffd540b280565f067db4536c2a4ec5792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:34:56 +0000 Subject: [PATCH 01/16] Bump br.net.fabiozumbi12.RedProtect:RedProtect-Spigot Bumps [br.net.fabiozumbi12.RedProtect:RedProtect-Spigot](https://github.com/FabioZumbi12/RedProtect) from LATEST to 7.7.3. - [Commits](https://github.com/FabioZumbi12/RedProtect/commits) --- updated-dependencies: - dependency-name: br.net.fabiozumbi12.RedProtect:RedProtect-Spigot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8cbb2d3..c5fcbb5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ [versions] br-net-fabiozumbi12-redprotect-redprotect-core = "7.7.3" -br-net-fabiozumbi12-redprotect-redprotect-spigot = "LATEST" +br-net-fabiozumbi12-redprotect-redprotect-spigot = "7.7.3" com-github-angeschossen-landsapi = "7.8.5" com-github-techfortress-griefprevention = "17.0.0" com-github-xyness-simpleclaimsystem = "1.10.0.4" From 3e3f838251a66a0dfe276ea184c2a7c382b525d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 02:28:25 +0000 Subject: [PATCH 02/16] Bump org.bstats:bstats-bukkit from 3.0.3 to 3.1.0 Bumps [org.bstats:bstats-bukkit](https://github.com/Bastian/bStats-Metrics) from 3.0.3 to 3.1.0. - [Release notes](https://github.com/Bastian/bStats-Metrics/releases) - [Commits](https://github.com/Bastian/bStats-Metrics/compare/v3.0.3...v3.1.0) --- updated-dependencies: - dependency-name: org.bstats:bstats-bukkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8cbb2d3..5622243 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ com-sk89q-worldguard-worldguard-bukkit = "7.0.10" de-tr7zw-item-nbt-api = "2.13.3-SNAPSHOT" io-lumine-mythic-dist = "5.7.1" me-clip-placeholderapi = "2.11.6" -org-bstats-bstats-bukkit = "3.0.3" +org-bstats-bstats-bukkit = "3.1.0" org-spigotmc-spigot-api = "1.20.5-R0.1-SNAPSHOT" res-residence = "5.1.4.3" From b6a3aaa0a19cfb57f1521be1494aa261f591461e Mon Sep 17 00:00:00 2001 From: MagicTeaMC Date: Sat, 28 Dec 2024 00:50:30 +0800 Subject: [PATCH 03/16] probably some bugfix --- build.gradle.kts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3fe71b6..9967383 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -64,11 +64,7 @@ dependencies { compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.0.12") compileOnly("com.github.TechFortress:GriefPrevention:17.0.0") compileOnly("com.github.angeschossen:LandsAPI:7.8.5") - implementation("com.github.Xyness:SimpleClaimSystem:1.11") { - attributes { - attribute(TargetJvmVersion.TARGET_JVM_VERSION_ATTRIBUTE, 22) - } - } + compileOnly(files("./libs/SimpleClaimSystem-1.11.6.2.jar")) compileOnly("me.clip:placeholderapi:2.11.6") compileOnly ("io.github.fabiozumbi12.RedProtect:RedProtect-Core:8.1.2"){ exclude(group = "*")} // Core is not needed but allow access to all region methods compileOnly ("io.github.fabiozumbi12.RedProtect:RedProtect-Spigot:8.1.2"){ exclude(group = "*")} @@ -115,7 +111,7 @@ tasks.jar { } tasks.runServer { - minecraftVersion("1.21.3") + minecraftVersion("1.21.4") } runPaper.folia.registerTask() From da3568eff7ebf7b27e9807530c533b0b088b09c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 08:30:20 +0000 Subject: [PATCH 04/16] Bump com.github.Xyness:SimpleClaimSystem from 1.10.0.4 to 1.12.0.10 Bumps [com.github.Xyness:SimpleClaimSystem](https://github.com/Xyness/SimpleClaimSystem) from 1.10.0.4 to 1.12.0.10. - [Release notes](https://github.com/Xyness/SimpleClaimSystem/releases) - [Commits](https://github.com/Xyness/SimpleClaimSystem/compare/1.10.0.4...1.12.0.10) --- updated-dependencies: - dependency-name: com.github.Xyness:SimpleClaimSystem dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8cbb2d3..9486aa9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ br-net-fabiozumbi12-redprotect-redprotect-core = "7.7.3" br-net-fabiozumbi12-redprotect-redprotect-spigot = "LATEST" com-github-angeschossen-landsapi = "7.8.5" com-github-techfortress-griefprevention = "17.0.0" -com-github-xyness-simpleclaimsystem = "1.10.0.4" +com-github-xyness-simpleclaimsystem = "1.12.0.10" com-jeff-media-spigotupdatechecker = "3.0.3" com-sk89q-worldguard-worldguard-bukkit = "7.0.10" de-tr7zw-item-nbt-api = "2.13.3-SNAPSHOT" From 088b88af81367019394cfdf49dc708afe8dfaebf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 08:31:10 +0000 Subject: [PATCH 05/16] Bump com.sk89q.worldguard:worldguard-bukkit from 7.0.10 to 7.0.13 Bumps com.sk89q.worldguard:worldguard-bukkit from 7.0.10 to 7.0.13. --- updated-dependencies: - dependency-name: com.sk89q.worldguard:worldguard-bukkit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9967383..2c15001 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -61,7 +61,7 @@ dependencies { api("cn.handyplus.lib.adapter:FoliaLib:1.1.5") compileOnly("org.spigotmc:spigot-api:1.20.5-R0.1-SNAPSHOT") compileOnly("io.lumine:Mythic-Dist:5.7.1") - compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.0.12") + compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.0.13") compileOnly("com.github.TechFortress:GriefPrevention:17.0.0") compileOnly("com.github.angeschossen:LandsAPI:7.8.5") compileOnly(files("./libs/SimpleClaimSystem-1.11.6.2.jar")) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8cbb2d3..7acb19e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ com-github-angeschossen-landsapi = "7.8.5" com-github-techfortress-griefprevention = "17.0.0" com-github-xyness-simpleclaimsystem = "1.10.0.4" com-jeff-media-spigotupdatechecker = "3.0.3" -com-sk89q-worldguard-worldguard-bukkit = "7.0.10" +com-sk89q-worldguard-worldguard-bukkit = "7.0.13" de-tr7zw-item-nbt-api = "2.13.3-SNAPSHOT" io-lumine-mythic-dist = "5.7.1" me-clip-placeholderapi = "2.11.6" From 2ca22cc6f6514d413c3791248e32a50389c45470 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 14:32:50 +0000 Subject: [PATCH 06/16] Bump de.tr7zw:item-nbt-api from 2.13.3-SNAPSHOT to 2.14.2-SNAPSHOT Bumps de.tr7zw:item-nbt-api from 2.13.3-SNAPSHOT to 2.14.2-SNAPSHOT. --- updated-dependencies: - dependency-name: de.tr7zw:item-nbt-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2c15001..9cb27ab 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -57,7 +57,7 @@ repositories { dependencies { api("org.bstats:bstats-bukkit:3.1.0") api("com.github.Paulem79:Spigot-UpdateChecker:3cfb265fb8") - api("de.tr7zw:item-nbt-api:2.14.1") + api("de.tr7zw:item-nbt-api:2.14.2-SNAPSHOT") api("cn.handyplus.lib.adapter:FoliaLib:1.1.5") compileOnly("org.spigotmc:spigot-api:1.20.5-R0.1-SNAPSHOT") compileOnly("io.lumine:Mythic-Dist:5.7.1") diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0c796bd..c6657c0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ com-github-techfortress-griefprevention = "17.0.0" com-github-xyness-simpleclaimsystem = "1.12.0.10" com-jeff-media-spigotupdatechecker = "3.0.3" com-sk89q-worldguard-worldguard-bukkit = "7.0.13" -de-tr7zw-item-nbt-api = "2.13.3-SNAPSHOT" +de-tr7zw-item-nbt-api = "2.14.2-SNAPSHOT" io-lumine-mythic-dist = "5.7.1" me-clip-placeholderapi = "2.11.6" org-bstats-bstats-bukkit = "3.1.0" From 44d15136c044662d022fe62022d92f638acaee71 Mon Sep 17 00:00:00 2001 From: MagicTeaMC Date: Sat, 15 Mar 2025 22:41:05 +0800 Subject: [PATCH 07/16] Add support for CustomModelData --- src/main/java/com/github/nutt1101/ConfigSetting.java | 8 ++++++++ src/main/java/com/github/nutt1101/items/Ball.java | 6 ++++++ src/main/java/com/github/nutt1101/items/GoldEgg.java | 7 +++++++ src/main/resources/config.yml | 8 ++++++++ 4 files changed, 29 insertions(+) diff --git a/src/main/java/com/github/nutt1101/ConfigSetting.java b/src/main/java/com/github/nutt1101/ConfigSetting.java index 9aac434..6253321 100644 --- a/src/main/java/com/github/nutt1101/ConfigSetting.java +++ b/src/main/java/com/github/nutt1101/ConfigSetting.java @@ -39,6 +39,8 @@ public class ConfigSetting { public static boolean ShowParticles; public static String CustomParticles; public static double catchFailRate; + public static int customModelData; + public static int ballCustomModelData; public static boolean UseRes; public static boolean UseGF; public static boolean UseLands; @@ -93,6 +95,12 @@ public static void checkConfig() { CustomParticles = config.isSet("CustomParticles") ? config.getString("CustomParticles") : "CLOUD"; catchFailRate = !config.isSet("catchFailRate") ? config.getDouble("catchFailRate") : 0.1; + customModelData = !config.isSet("customModelData") ? config.getInt("customModelData") + : 0; + + ballCustomModelData = !config.isSet("ballCustomModelData") ? config.getInt("ballCustomModelData") + : 0; + try { TranslationFileReader.init(); diff --git a/src/main/java/com/github/nutt1101/items/Ball.java b/src/main/java/com/github/nutt1101/items/Ball.java index 512b141..30eb89b 100644 --- a/src/main/java/com/github/nutt1101/items/Ball.java +++ b/src/main/java/com/github/nutt1101/items/Ball.java @@ -12,6 +12,8 @@ import org.bukkit.inventory.meta.ItemMeta; import net.md_5.bungee.api.ChatColor; +import static com.github.nutt1101.ConfigSetting.customModelData; + public class Ball { public static ItemStack makeBall() { @@ -26,6 +28,10 @@ public static ItemStack makeBall() { translateAlternateColorCodes('&', lore)). collect(Collectors.toList())); + if(customModelData != 0) { + meta.setCustomModelData(customModelData); + } + catchball.setItemMeta(meta); return catchball; diff --git a/src/main/java/com/github/nutt1101/items/GoldEgg.java b/src/main/java/com/github/nutt1101/items/GoldEgg.java index cf7ac46..ae1b337 100644 --- a/src/main/java/com/github/nutt1101/items/GoldEgg.java +++ b/src/main/java/com/github/nutt1101/items/GoldEgg.java @@ -13,6 +13,9 @@ import net.md_5.bungee.api.ChatColor; +import static com.github.nutt1101.ConfigSetting.ballCustomModelData; +import static com.github.nutt1101.ConfigSetting.customModelData; + public class GoldEgg { public static ItemStack makeGoldEgg() { @@ -27,6 +30,10 @@ public static ItemStack makeGoldEgg() { translateAlternateColorCodes('&', lore).replace("{PERCENT}", String.valueOf(ConfigSetting. chickenDropGoldEggChance))).collect(Collectors.toList())); + if(ballCustomModelData != 0) { + meta.setCustomModelData(ballCustomModelData); + } + goldEgg.setItemMeta(meta); return goldEgg; diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index d9f2897..fbac725 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,6 +1,8 @@ # Some of the content has been relocated to the locale folder within the configuration file. # Discord: https://discord.gg/uQ4UXANnP2 # GitHub: https://github.com/MagicTeaMC/CatchBall +# Modrinth: https://modrinth.com/plugin/catchball +# Latest config.yml: https://github.com/MagicTeaMC/CatchBall2/blob/release/src/main/resources/config.yml # Locale, Current support: # en(English), zh_tw(繁體中文_臺灣) @@ -78,3 +80,9 @@ UseMM: true CatchableEntity: - SHEEP + +# If you have to custom item, you can change this to your want. +# Set to 0 can disable it. +# Never change it if you don't know what is this. +customModelData: 0 +ballCustomModelData: 0 \ No newline at end of file From 867ebffc6751278569044bfd16d54b58b29593d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 09:24:33 +0000 Subject: [PATCH 08/16] Bump com.github.angeschossen:LandsAPI from 7.8.5 to 7.12.7 Bumps com.github.angeschossen:LandsAPI from 7.8.5 to 7.12.7. --- updated-dependencies: - dependency-name: com.github.angeschossen:LandsAPI dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9cb27ab..69ac3fb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -63,7 +63,7 @@ dependencies { compileOnly("io.lumine:Mythic-Dist:5.7.1") compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.0.13") compileOnly("com.github.TechFortress:GriefPrevention:17.0.0") - compileOnly("com.github.angeschossen:LandsAPI:7.8.5") + compileOnly("com.github.angeschossen:LandsAPI:7.12.7") compileOnly(files("./libs/SimpleClaimSystem-1.11.6.2.jar")) compileOnly("me.clip:placeholderapi:2.11.6") compileOnly ("io.github.fabiozumbi12.RedProtect:RedProtect-Core:8.1.2"){ exclude(group = "*")} // Core is not needed but allow access to all region methods diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c6657c0..8a01b49 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ [versions] br-net-fabiozumbi12-redprotect-redprotect-core = "7.7.3" br-net-fabiozumbi12-redprotect-redprotect-spigot = "7.7.3" -com-github-angeschossen-landsapi = "7.8.5" +com-github-angeschossen-landsapi = "7.12.7" com-github-techfortress-griefprevention = "17.0.0" com-github-xyness-simpleclaimsystem = "1.12.0.10" com-jeff-media-spigotupdatechecker = "3.0.3" From cf16d699428bd631537a09ce18beae0fac4146a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 08:42:21 +0000 Subject: [PATCH 09/16] Bump jvm from 1.8.0 to 2.1.20 Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.8.0 to 2.1.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.0...v2.1.20) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9cb27ab..bc5cda4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { java `java-library` `maven-publish` - kotlin("jvm") version "1.8.0" + kotlin("jvm") version "2.1.20" id("com.gradleup.shadow") version "8.3.5" id("xyz.jpenilla.run-paper") version "2.3.1" } From 69db8b97a86cb4f42f965a7f512beb064ee4ef3a Mon Sep 17 00:00:00 2001 From: MagicTeaMC Date: Wed, 26 Mar 2025 21:56:47 +0800 Subject: [PATCH 10/16] 1.21.5 support --- build.gradle.kts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9cb27ab..86159ff 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "com.github.nutt1101" -version = "2.0.3" +version = "2.0.4" description = "CatchBall" java.sourceCompatibility = JavaVersion.VERSION_21 @@ -56,8 +56,8 @@ repositories { dependencies { api("org.bstats:bstats-bukkit:3.1.0") - api("com.github.Paulem79:Spigot-UpdateChecker:3cfb265fb8") - api("de.tr7zw:item-nbt-api:2.14.2-SNAPSHOT") + api("com.jeff_media:SpigotUpdateChecker:3.0.4") + api("de.tr7zw:item-nbt-api:2.14.2-20250325.215515-5") api("cn.handyplus.lib.adapter:FoliaLib:1.1.5") compileOnly("org.spigotmc:spigot-api:1.20.5-R0.1-SNAPSHOT") compileOnly("io.lumine:Mythic-Dist:5.7.1") @@ -101,7 +101,8 @@ tasks { minimize() - relocate("com.jeff_media.updatechecker", "org.milkteamc.autotreechop.libs.updatechecker") + relocate("com.jeff_media.updatechecker", "tw.maoyue.catchball.libs.updatechecker") + relocate("de.tr7zw.changeme.nbtapi", "tw.maoyue.catchball.libs.nbtapi") } } From 12c53112d192efa706d71e82bc3ba76bf2642353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 13:57:46 +0000 Subject: [PATCH 11/16] Bump io.lumine:Mythic-Dist from 5.7.1 to 5.8.1 Bumps io.lumine:Mythic-Dist from 5.7.1 to 5.8.1. --- updated-dependencies: - dependency-name: io.lumine:Mythic-Dist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 86159ff..35eafce 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -60,7 +60,7 @@ dependencies { api("de.tr7zw:item-nbt-api:2.14.2-20250325.215515-5") api("cn.handyplus.lib.adapter:FoliaLib:1.1.5") compileOnly("org.spigotmc:spigot-api:1.20.5-R0.1-SNAPSHOT") - compileOnly("io.lumine:Mythic-Dist:5.7.1") + compileOnly("io.lumine:Mythic-Dist:5.8.1") compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.0.13") compileOnly("com.github.TechFortress:GriefPrevention:17.0.0") compileOnly("com.github.angeschossen:LandsAPI:7.8.5") diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c6657c0..b357803 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ com-github-xyness-simpleclaimsystem = "1.12.0.10" com-jeff-media-spigotupdatechecker = "3.0.3" com-sk89q-worldguard-worldguard-bukkit = "7.0.13" de-tr7zw-item-nbt-api = "2.14.2-SNAPSHOT" -io-lumine-mythic-dist = "5.7.1" +io-lumine-mythic-dist = "5.8.1" me-clip-placeholderapi = "2.11.6" org-bstats-bstats-bukkit = "3.1.0" org-spigotmc-spigot-api = "1.20.5-R0.1-SNAPSHOT" From e2af9a0c6fefb299a4c8fbb0778ab515efff0c8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 08:24:32 +0000 Subject: [PATCH 12/16] Bump com.github.angeschossen:LandsAPI from 7.12.7 to 7.13.1 Bumps com.github.angeschossen:LandsAPI from 7.12.7 to 7.13.1. --- updated-dependencies: - dependency-name: com.github.angeschossen:LandsAPI dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 52897b9..126ebd1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -63,7 +63,7 @@ dependencies { compileOnly("io.lumine:Mythic-Dist:5.8.1") compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.0.13") compileOnly("com.github.TechFortress:GriefPrevention:17.0.0") - compileOnly("com.github.angeschossen:LandsAPI:7.12.7") + compileOnly("com.github.angeschossen:LandsAPI:7.13.1") compileOnly(files("./libs/SimpleClaimSystem-1.11.6.2.jar")) compileOnly("me.clip:placeholderapi:2.11.6") compileOnly ("io.github.fabiozumbi12.RedProtect:RedProtect-Core:8.1.2"){ exclude(group = "*")} // Core is not needed but allow access to all region methods diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ce3ac42..32013c1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ [versions] br-net-fabiozumbi12-redprotect-redprotect-core = "7.7.3" br-net-fabiozumbi12-redprotect-redprotect-spigot = "7.7.3" -com-github-angeschossen-landsapi = "7.12.7" +com-github-angeschossen-landsapi = "7.13.1" com-github-techfortress-griefprevention = "17.0.0" com-github-xyness-simpleclaimsystem = "1.12.0.10" com-jeff-media-spigotupdatechecker = "3.0.3" From dda5b65c808ab6f01348219810c6c7bbc07883eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 08:24:38 +0000 Subject: [PATCH 13/16] Bump io.lumine:Mythic-Dist from 5.8.1 to 5.8.2 Bumps io.lumine:Mythic-Dist from 5.8.1 to 5.8.2. --- updated-dependencies: - dependency-name: io.lumine:Mythic-Dist dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 52897b9..a5a9b74 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -60,7 +60,7 @@ dependencies { api("de.tr7zw:item-nbt-api:2.14.2-20250325.215515-5") api("cn.handyplus.lib.adapter:FoliaLib:1.1.5") compileOnly("org.spigotmc:spigot-api:1.20.5-R0.1-SNAPSHOT") - compileOnly("io.lumine:Mythic-Dist:5.8.1") + compileOnly("io.lumine:Mythic-Dist:5.8.2") compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.0.13") compileOnly("com.github.TechFortress:GriefPrevention:17.0.0") compileOnly("com.github.angeschossen:LandsAPI:7.12.7") diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ce3ac42..c2dcbdb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,7 +10,7 @@ com-github-xyness-simpleclaimsystem = "1.12.0.10" com-jeff-media-spigotupdatechecker = "3.0.3" com-sk89q-worldguard-worldguard-bukkit = "7.0.13" de-tr7zw-item-nbt-api = "2.14.2-SNAPSHOT" -io-lumine-mythic-dist = "5.8.1" +io-lumine-mythic-dist = "5.8.2" me-clip-placeholderapi = "2.11.6" org-bstats-bstats-bukkit = "3.1.0" org-spigotmc-spigot-api = "1.20.5-R0.1-SNAPSHOT" From c0063928f3ab312fa394a675a0ed526e2d4db806 Mon Sep 17 00:00:00 2001 From: Maoyue Date: Sat, 5 Apr 2025 00:29:48 +0800 Subject: [PATCH 14/16] update nbt-api --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3fd47c1..5fd2d5c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -57,7 +57,7 @@ repositories { dependencies { api("org.bstats:bstats-bukkit:3.1.0") api("com.jeff_media:SpigotUpdateChecker:3.0.4") - api("de.tr7zw:item-nbt-api:2.14.2-20250325.215515-5") + api("de.tr7zw:item-nbt-api:2.14.2-20250331.170518-8") api("cn.handyplus.lib.adapter:FoliaLib:1.1.5") compileOnly("org.spigotmc:spigot-api:1.20.5-R0.1-SNAPSHOT") compileOnly("io.lumine:Mythic-Dist:5.8.2") From ddc39806765d7f5505c4e691de363ea3a3b64274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maoyue=20=E8=B2=93=E6=9C=88?= <95519633+MagicTeaMC@users.noreply.github.com> Date: Wed, 16 Apr 2025 10:33:29 +0800 Subject: [PATCH 15/16] [ci skip] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e802ba..652499f 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ You can download a copy at [Modrinth](https://modrinth.com/plugin/catchball) - GriefPrevention - Lands - RedProtect +- SimpleClaimSystem - MythicMobs - PlaceholderAPI From 2fd1124d70d29d4c0963747a71e71e5079fced5f Mon Sep 17 00:00:00 2001 From: MagicTeaMC Date: Fri, 18 Apr 2025 18:40:20 +0800 Subject: [PATCH 16/16] update nbt api to latest stable release --- build.gradle.kts | 2 +- src/main/java/com/github/nutt1101/CatchBall.java | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 86159ff..29d50d5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -57,7 +57,7 @@ repositories { dependencies { api("org.bstats:bstats-bukkit:3.1.0") api("com.jeff_media:SpigotUpdateChecker:3.0.4") - api("de.tr7zw:item-nbt-api:2.14.2-20250325.215515-5") + api("de.tr7zw:item-nbt-api:2.15.0") api("cn.handyplus.lib.adapter:FoliaLib:1.1.5") compileOnly("org.spigotmc:spigot-api:1.20.5-R0.1-SNAPSHOT") compileOnly("io.lumine:Mythic-Dist:5.7.1") diff --git a/src/main/java/com/github/nutt1101/CatchBall.java b/src/main/java/com/github/nutt1101/CatchBall.java index 42ee32a..9929bab 100644 --- a/src/main/java/com/github/nutt1101/CatchBall.java +++ b/src/main/java/com/github/nutt1101/CatchBall.java @@ -1,7 +1,5 @@ package com.github.nutt1101; -import java.util.logging.Level; - import cn.handyplus.lib.adapter.HandySchedulerUtil; import com.github.nutt1101.command.Command; import com.github.nutt1101.command.TabComplete; @@ -17,10 +15,10 @@ import org.bukkit.plugin.Plugin; import org.bukkit.plugin.PluginManager; import org.bukkit.plugin.java.JavaPlugin; -import java.util.Arrays; -import java.util.List; -public class CatchBall extends JavaPlugin{ +import java.util.logging.Level; + +public class CatchBall extends JavaPlugin { private FileConfiguration config = this.getConfig(); public static Plugin plugin;