diff --git a/core/pom.xml b/core/pom.xml
index cddda67..9b607ea 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,9 +23,10 @@
dmulloy2-repo
https://repo.dmulloy2.net/repository/public/
+
- papermc
- https://repo.papermc.io/repository/maven-public/
+ spigot-repo
+ https://hub.spigotmc.org/nexus/content/repositories/snapshots/
@@ -127,9 +128,9 @@
- io.papermc.paper
- paper-api
- 1.20.4-R0.1-SNAPSHOT
+ org.spigotmc
+ spigot-api
+ 1.16.5-R0.1-SNAPSHOT
provided
diff --git a/example/pom.xml b/example/pom.xml
index 971e41e..1bea822 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -16,20 +16,25 @@
- papermc
- https://repo.papermc.io/repository/maven-public/
+ dmulloy2-repo
+ https://repo.dmulloy2.net/repository/public/
jitpack.io
https://jitpack.io
+
+
+ spigot-repo
+ https://hub.spigotmc.org/nexus/content/repositories/snapshots/
+
- io.papermc.paper
- paper-api
- 1.20.4-R0.1-SNAPSHOT
+ org.spigotmc
+ spigot-api
+ 1.16.5-R0.1-SNAPSHOT
provided