From 2fc4f449f1c4a95b2cbee9027f7f51eeec4dfaa2 Mon Sep 17 00:00:00 2001 From: Jimmy Allen Date: Thu, 26 Jul 2018 18:53:04 +1200 Subject: [PATCH] Added directories to gitignore --- .gitignore | 2 ++ src/main/resources/plugin.yml | 10 +++++++--- target/classes/plugin.yml | 6 +++++- target/maven-archiver/pom.properties | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 4d6556c..a898d91 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ *.war *.ear /bin +target/ +.vscode/ diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index b4e0a22..8a18c81 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,10 @@ -name: EasySpawn -main: nz.jimmy.easyspawn.EasySpawn -version: 1.13-R0.1-Snapshot +name: ${name} +main: ${mainClass} +version: ${version} +description: ${description} +author: ${author} +website: ${url} + commands: spawn: description: Teleports you to spawn diff --git a/target/classes/plugin.yml b/target/classes/plugin.yml index b4e0a22..da9147b 100644 --- a/target/classes/plugin.yml +++ b/target/classes/plugin.yml @@ -1,6 +1,10 @@ -name: EasySpawn +name: Easyspawn main: nz.jimmy.easyspawn.EasySpawn version: 1.13-R0.1-Snapshot +description: +author: Jimmy Allen +website: + commands: spawn: description: Teleports you to spawn diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties index 06284d9..54142f6 100644 --- a/target/maven-archiver/pom.properties +++ b/target/maven-archiver/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven -#Thu Jul 26 06:24:12 GMT 2018 +#Thu Jul 26 06:47:35 GMT 2018 version=1.13-R0.1-Snapshot groupId=nz.1248.easyspawn artifactId=EasySpawn