diff --git a/pom.xml b/pom.xml index 16de682..207a0af 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ me.map example - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT http://maven.apache.org @@ -16,16 +16,18 @@ - - spigot-repo - https://hub.spigotmc.org/nexus/content/repositories/snapshots/ - recoreh-repo https://git.recorehosting.com/maven/snapshots/ + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + @@ -35,8 +37,9 @@ 1.16.5-R0.1-SNAPSHOT provided + - me.map + me.map ultimatekingdom 0.18.0-BETA-SNAPSHOT provided diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index eaa9d08..b96bdb0 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -2,5 +2,5 @@ name: Example version: 0.0.1 author: MAP main: me.map.example.Example -softdepend: [] +softdepend: [UltimateKingdom] depend: [] diff --git a/target/classes/module.yml b/target/classes/module.yml deleted file mode 100644 index 9a7da60..0000000 --- a/target/classes/module.yml +++ /dev/null @@ -1,6 +0,0 @@ -name: ModuleTest -version: 0.0.0-DEV -author: MAP -main: me.map.moduletest.ModuleTest -softdepend: [] -depend: [] diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst deleted file mode 100644 index e69de29..0000000 diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst deleted file mode 100644 index 31a36f1..0000000 --- a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1,3 +0,0 @@ -/bouw/Example/src/main/java/me/map/example/ModuleTest.java -/bouw/Example/src/main/java/me/map/example/ConnectionListener.java -/bouw/Example/src/main/java/me/map/example/ConnectionListener2.java