From 2fa7b6855b2a99ee6a4d8a9252b71a20915a2c60 Mon Sep 17 00:00:00 2001 From: Paldiu Date: Tue, 11 Jul 2023 09:05:04 -0500 Subject: [PATCH 1/3] Update pom.xml --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b9784b81..72b5b6d9 100644 --- a/pom.xml +++ b/pom.xml @@ -128,8 +128,8 @@ - io.papermc.paper - paper-api + me.totalfreedom.scissors + Scissors-API 1.19.4-R0.1-SNAPSHOT provided From 171daf25a416438e1563df61340ab18e0203ab77 Mon Sep 17 00:00:00 2001 From: Paldiu Date: Tue, 11 Jul 2023 09:06:11 -0500 Subject: [PATCH 2/3] Update plugin.yml --- src/main/resources/plugin.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 86af8238..7fb91d74 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -14,4 +14,9 @@ softdepend: - JDA - Votifier authors: [Madgeek1450, Prozza] -api-version: "1.19" \ No newline at end of file +api-version: "1.19" +libraries: + - org.apache.commons:commons-lang3:3.12.0 + - commons-io:commons-io:2.11.0 + - org.jetbrains:annotations:23.0.0 + - org.javassist:javassist:3.29.1-GA From 268b71f8a39f288342dfe32c07c0fc720f4b85ce Mon Sep 17 00:00:00 2001 From: Paldiu Date: Tue, 11 Jul 2023 11:38:45 -0500 Subject: [PATCH 3/3] Update plugin.yml --- src/main/resources/plugin.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 7fb91d74..cb414b02 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -10,7 +10,6 @@ softdepend: - WorldEdit - WorldGuard - WorldGuardExtraFlags - - TFGuilds - JDA - Votifier authors: [Madgeek1450, Prozza]