From 654f5900bafaa78e2cf619be010de26b95d87858 Mon Sep 17 00:00:00 2001 From: Allink Date: Mon, 20 Feb 2023 17:44:57 +0000 Subject: [PATCH 1/2] Update to 1.19.3 --- pom.xml | 4 ++-- .../totalfreedom/totalfreedommod/blocking/EventBlocker.java | 3 +-- src/main/resources/plugin.yml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 039afeb0..02b1591f 100644 --- a/pom.xml +++ b/pom.xml @@ -128,8 +128,8 @@ me.totalfreedom.scissors - scissors-api - 1.17.1-R0.1-SNAPSHOT + Scissors-API + 1.19.3-R0.1-SNAPSHOT provided diff --git a/src/main/java/me/totalfreedom/totalfreedommod/blocking/EventBlocker.java b/src/main/java/me/totalfreedom/totalfreedommod/blocking/EventBlocker.java index a70fce45..c9c43050 100644 --- a/src/main/java/me/totalfreedom/totalfreedommod/blocking/EventBlocker.java +++ b/src/main/java/me/totalfreedom/totalfreedommod/blocking/EventBlocker.java @@ -4,8 +4,7 @@ import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Objects; -/* TODO This will have to be changed from com.github.atlasmediagroup.scissors to me.totalfreedom.scissors when we migrate to 1.19 */ -import com.github.atlasmediagroup.scissors.event.block.MasterBlockFireEvent; +import me.totalfreedom.scissors.event.block.MasterBlockFireEvent; import io.papermc.paper.event.player.PlayerSignCommandPreprocessEvent; import me.totalfreedom.totalfreedommod.FreedomService; import me.totalfreedom.totalfreedommod.config.ConfigEntry; diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 24ea4a9e..c59fb293 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -13,7 +13,7 @@ softdepend: - JDA - Votifier authors: [Madgeek1450, Prozza] -api-version: "1.17" +api-version: "1.19" libraries: - org.apache.commons:commons-lang3:3.12.0 - commons-io:commons-io:2.11.0 From 16c00e3ed6c39bb96be6e34c1d4601d1e7d8f7d4 Mon Sep 17 00:00:00 2001 From: allinkdev <44676012+allinkdev@users.noreply.github.com> Date: Sun, 11 Jun 2023 21:27:27 +0100 Subject: [PATCH 2/2] Update Scissors API artifact version to 1.19.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a8212e11..3ac816e2 100644 --- a/pom.xml +++ b/pom.xml @@ -129,7 +129,7 @@ me.totalfreedom.scissors Scissors-API - 1.19.3-R0.1-SNAPSHOT + 1.19.4-R0.1-SNAPSHOT provided