From 41a5206e69d9dc6c1fa4efcfaf0f77dd3a181b01 Mon Sep 17 00:00:00 2001
From: Flowsqy <47575244+Flowsqy@users.noreply.github.com>
Date: Tue, 28 Dec 2021 23:56:28 +0100
Subject: [PATCH] Add reflection module for backward compatibility
---
nms/reflection/pom.xml | 27 +++++++++++++++++++++++++++
plugin/pom.xml | 4 ++++
pom.xml | 6 ++++++
3 files changed, 37 insertions(+)
create mode 100644 nms/reflection/pom.xml
diff --git a/nms/reflection/pom.xml b/nms/reflection/pom.xml
new file mode 100644
index 0000000..d1719ad
--- /dev/null
+++ b/nms/reflection/pom.xml
@@ -0,0 +1,27 @@
+
+
+
+ ShopChest-parent
+ de.epiceric
+ 1.14.0-SNAPSHOT
+ ../../pom.xml
+
+ 4.0.0
+
+ shopchest-nms-reflection
+ 1.0.0
+
+
+
+ org.spigotmc
+ spigot-api
+
+
+ de.epiceric
+ shopchest-nms-interface
+
+
+
+
\ No newline at end of file
diff --git a/plugin/pom.xml b/plugin/pom.xml
index 765efd2..56cfc60 100644
--- a/plugin/pom.xml
+++ b/plugin/pom.xml
@@ -88,6 +88,10 @@
de.epiceric
shopchest-nms-interface
+
+ de.epiceric
+ shopchest-nms-reflection
+
de.epiceric
shopchest-nms-v1_17_R1
diff --git a/pom.xml b/pom.xml
index a157772..78bc7aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,6 +12,7 @@
plugin
nms/interface
+ nms/reflection
nms/v1_17_R1
@@ -220,6 +221,11 @@
shopchest-nms-interface
1.0.0
+
+ de.epiceric
+ shopchest-nms-reflection
+ 1.0.0
+
de.epiceric
shopchest-nms-v1_17_R1