diff --git a/Bukkit/pom.xml b/Bukkit/pom.xml
new file mode 100644
index 0000000..743f59d
--- /dev/null
+++ b/Bukkit/pom.xml
@@ -0,0 +1,28 @@
+
+
+
+ AntiVPN
+ dev.brighten.antivpn
+ 1.0-SNAPSHOT
+
+ 4.0.0
+
+ Bukkit
+
+
+ 8
+ 8
+
+
+
+
+ org.github.spigot
+ 1.13.2
+ 1.13.2
+ provided
+
+
+
+
\ No newline at end of file
diff --git a/Bungee/pom.xml b/Bungee/pom.xml
new file mode 100644
index 0000000..d82e0eb
--- /dev/null
+++ b/Bungee/pom.xml
@@ -0,0 +1,19 @@
+
+
+
+ AntiVPN
+ dev.brighten.antivpn
+ 1.0-SNAPSHOT
+
+ 4.0.0
+
+ Bungee
+
+
+ 8
+ 8
+
+
+
\ No newline at end of file
diff --git a/Common/pom.xml b/Common/pom.xml
new file mode 100644
index 0000000..71b181a
--- /dev/null
+++ b/Common/pom.xml
@@ -0,0 +1,19 @@
+
+
+
+ AntiVPN
+ dev.brighten.antivpn
+ 1.0-SNAPSHOT
+
+ 4.0.0
+
+ Common
+
+
+ 8
+ 8
+
+
+
\ No newline at end of file
diff --git a/Common/src/main/java/dev/brighten/antivpn/AntiVPN.java b/Common/src/main/java/dev/brighten/antivpn/AntiVPN.java
new file mode 100644
index 0000000..b93923b
--- /dev/null
+++ b/Common/src/main/java/dev/brighten/antivpn/AntiVPN.java
@@ -0,0 +1,18 @@
+package dev.brighten.antivpn;
+
+public class AntiVPN {
+
+ private static AntiVPN INSTANCE;
+
+ public static void start() {
+ INSTANCE = new AntiVPN();
+ }
+
+ public static AntiVPN getInstance() {
+ assert INSTANCE != null: "AntiVPN has not been initialized!";
+
+ return INSTANCE;
+ }
+
+ public void getAPI()
+}
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..35c13b8
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,38 @@
+
+
+ 4.0.0
+
+ dev.brighten.antivpn
+ AntiVPN
+ pom
+ 1.0-SNAPSHOT
+
+ Common
+ Bungee
+ Bukkit
+
+
+
+ 8
+ 8
+
+
+
+
+ funkemunky-releases
+ https://nexus.funkemunky.cc/content/repositories/releases/
+
+
+
+
+
+ cc.funkemunky.utils
+ lombok
+ 1.18.0
+ provided
+
+
+
+
\ No newline at end of file