diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4ce2af9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea/ +out/ +target/ \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..b606446 --- /dev/null +++ b/pom.xml @@ -0,0 +1,35 @@ + + + 4.0.0 + + wtf.beatrice.limbomanager + LimboManager + 1.0-SNAPSHOT + + + 17 + 17 + UTF-8 + + + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + + + + + org.spigotmc + spigot-api + 1.19.2-R0.1-SNAPSHOT + provided + + + + \ No newline at end of file diff --git a/src/main/java/wtf/beatrice/limbomanager/Main.java b/src/main/java/wtf/beatrice/limbomanager/Main.java new file mode 100644 index 0000000..fe5b4d1 --- /dev/null +++ b/src/main/java/wtf/beatrice/limbomanager/Main.java @@ -0,0 +1,7 @@ +package wtf.beatrice.limbomanager; + +public class Main { + public static void main(String[] args) { + System.out.println("Hello world!"); + } +} \ No newline at end of file diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml new file mode 100644 index 0000000..c239035 --- /dev/null +++ b/src/main/resources/plugin.yml @@ -0,0 +1,6 @@ +name: LimboManager +main: wtf.beatrice.limbomanager.Main +version: 0.0.1 +description: Mix of tools to run a Limbo server +api-version: 1.19 +author: astro_bea