diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index dddb5f5..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "verify", - "type": "shell", - "command": "mvn -B verify", - "group": "build" - }, - { - "label": "test", - "type": "shell", - "command": "mvn -B test", - "group": "test" - }, - { - "label": "Build", - "type": "shell", - "command": "mvn", - "problemMatcher": [] - } - ] -} \ No newline at end of file diff --git a/target/classes/plugin.yml b/target/classes/plugin.yml deleted file mode 100644 index da9147b..0000000 --- a/target/classes/plugin.yml +++ /dev/null @@ -1,33 +0,0 @@ -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 - usage: /spawn - permission: easyspawn.spawn - permission-message: You don't have - bed: - description: Teleports you to your bed - usage: /bed - permission: easyspawn.bed - permission-message: You don't have - setspawn: - description: Sets spawn location - usage: /setspawn - permission: easyspawn.setspawn - permission-message: You don't have -permissions: - easyspawn.spawn: - description: Teleports you to spawn - default: true - easyspawn.bed: - description: Teleports you to your bed - default: true - easyspawn.setspawn: - description: Sets spawn location - default: op diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties deleted file mode 100644 index 54142f6..0000000 --- a/target/maven-archiver/pom.properties +++ /dev/null @@ -1,5 +0,0 @@ -#Generated by Maven -#Thu Jul 26 06:47:35 GMT 2018 -version=1.13-R0.1-Snapshot -groupId=nz.1248.easyspawn -artifactId=EasySpawn 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 8783fd4..0000000 --- a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ /dev/null @@ -1 +0,0 @@ -nz/jimmy/easyspawn/EasySpawn.class 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 e3d91f6..0000000 --- a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ /dev/null @@ -1 +0,0 @@ -/mnt/d/cloud/Documents/code/Java/EasySpawn/src/main/java/nz/1248/easyspawn/EasySpawn.java