From 4a9eec678621942eff7f918522e19cff1bb4d0e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 00:10:20 +0000 Subject: [PATCH 1/7] Bump de.themoep:inventorygui from 1.6.4-SNAPSHOT to 1.6.5-SNAPSHOT Bumps de.themoep:inventorygui from 1.6.4-SNAPSHOT to 1.6.5-SNAPSHOT. --- updated-dependencies: - dependency-name: de.themoep:inventorygui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d61a702..6655010 100644 --- a/pom.xml +++ b/pom.xml @@ -101,7 +101,7 @@ de.themoep inventorygui - 1.6.4-SNAPSHOT + 1.6.5-SNAPSHOT compile From fee75b015a34f508a2a98b52a229c3bb1f0816ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 00:15:48 +0000 Subject: [PATCH 2/7] Bump org.apache.maven.plugins:maven-compiler-plugin Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.13.0 to 3.14.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d61a702..f758def 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.13.0 + 3.14.0 ${java.version} ${java.version} From ad32dde8ee9be828348b82bb24642ed2de856b6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 00:28:27 +0000 Subject: [PATCH 3/7] Bump com.github.technicallycoded:FoliaLib from main-SNAPSHOT to 0.4.4 Bumps [com.github.technicallycoded:FoliaLib](https://github.com/TechnicallyCoded/FoliaLib) from main-SNAPSHOT to 0.4.4. - [Release notes](https://github.com/TechnicallyCoded/FoliaLib/releases) - [Commits](https://github.com/TechnicallyCoded/FoliaLib/commits/0.4.4) --- updated-dependencies: - dependency-name: com.github.technicallycoded:FoliaLib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d61a702..bf3b3a6 100644 --- a/pom.xml +++ b/pom.xml @@ -107,7 +107,7 @@ com.github.technicallycoded FoliaLib - main-SNAPSHOT + 0.4.4 compile From c9385050533e0b19d59541a4c7822d2b5b2e0451 Mon Sep 17 00:00:00 2001 From: Lewis Milburn <63267144+lewmilburn@users.noreply.github.com> Date: Mon, 19 May 2025 23:01:31 +0100 Subject: [PATCH 4/7] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88169f6..6e6eb6a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ ![Kryptonite](https://cdn.modrinth.com/data/cached_images/858d70fa091faac26ddc7b3abafcf83acafd1c5b.png) - 💾 **Download Kryptonite** - https://lewmc.net/plugin/kryptonite -- 🔧 **View the JavaDocs** - https://lewmc.github.io/Kryptonite - ⭐ Enjoying Kryptonite? We'd love to hear your feedback on Spigot. Leave us a review [here](https://www.spigotmc.org/resources/kryptonite.116844/). +[Maven Repository](https://repo.lewmc.net) - [Documentation](https://wiki.lewmc.net/kryptonite.html) - [JavaDocs](https://lewmc.github.io/kryptonite) - [Code Analysis](https://sonarcloud.io/project/overview?id=LewMC_Kryptonite) + ## Creating a local copy. ### Clone the repository. From 67a7ffcd2a3b4d2060606c0058c3813b80642866 Mon Sep 17 00:00:00 2001 From: "Barnav (Jos) M." <43651265+JosTheDude@users.noreply.github.com> Date: Fri, 4 Jul 2025 00:13:42 -0400 Subject: [PATCH 5/7] chore: remove plugin breaking option The Disable Hopper Move config breaks almost every single protection plugin and is not recommended in most implementations --- src/main/resources/profiles/YouHaveTrouble.kos | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/profiles/YouHaveTrouble.kos b/src/main/resources/profiles/YouHaveTrouble.kos index fe05c77..4b80a35 100644 --- a/src/main/resources/profiles/YouHaveTrouble.kos +++ b/src/main/resources/profiles/YouHaveTrouble.kos @@ -172,7 +172,6 @@ paper: creative: 20 redstone-implementation: ALTERNATE_CURRENT hoppers: - disable-move-event: true ignore-occluding-blocks: true optimise-explosions: true find-already-discovered-loot-tables: false @@ -206,4 +205,4 @@ pufferfish: async-mob-spawning: true suffocation-optimisation: true inactive-goal-selector-throttle: true - disable-method-profiler: true \ No newline at end of file + disable-method-profiler: true From 80694ab0888e8afbeb21718972118d8763143755 Mon Sep 17 00:00:00 2001 From: "Barnav (Jos) M." <43651265+JosTheDude@users.noreply.github.com> Date: Fri, 4 Jul 2025 00:14:57 -0400 Subject: [PATCH 6/7] chore(FarmFriendly): remove plugin breaking config option The Disable Hopper Move config breaks almost every single protection plugin and is not recommended in most implementations --- src/main/resources/profiles/FarmFriendly.kos | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/profiles/FarmFriendly.kos b/src/main/resources/profiles/FarmFriendly.kos index 3f08051..087ef71 100644 --- a/src/main/resources/profiles/FarmFriendly.kos +++ b/src/main/resources/profiles/FarmFriendly.kos @@ -171,7 +171,6 @@ paper: creative: 20 redstone-implementation: ALTERNATE_CURRENT hoppers: - disable-move-event: true ignore-occluding-blocks: true optimise-explosions: true find-already-discovered-loot-tables: true @@ -204,4 +203,4 @@ pufferfish: async-mob-spawning: true suffocation-optimisation: true inactive-goal-selector-throttle: true - disable-method-profiler: true \ No newline at end of file + disable-method-profiler: true From 5cae893567eaf0f0f680d66bc01ea77e5c241661 Mon Sep 17 00:00:00 2001 From: Lewis Milburn <63267144+lewmilburn@users.noreply.github.com> Date: Fri, 4 Jul 2025 09:11:28 +0100 Subject: [PATCH 7/7] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2f1d0c5..0424df1 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ net.lewmc kryptonite - 2.0.1 + 2.0.2-SNAPSHOT jar Kryptonite