diff --git a/pom.xml b/pom.xml index d997d6ca..411fc986 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.4-R0.1-SNAPSHOT provided @@ -150,7 +150,7 @@ com.sk89q.worldedit worldedit-bukkit - 7.2.12 + 7.2.15 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