Removed the now ignored directory .vscode and target
This commit is contained in:
parent
2fc4f449f1
commit
640db90568
|
@ -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": []
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -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 <permission>
|
|
||||||
bed:
|
|
||||||
description: Teleports you to your bed
|
|
||||||
usage: /bed
|
|
||||||
permission: easyspawn.bed
|
|
||||||
permission-message: You don't have <permission>
|
|
||||||
setspawn:
|
|
||||||
description: Sets spawn location
|
|
||||||
usage: /setspawn
|
|
||||||
permission: easyspawn.setspawn
|
|
||||||
permission-message: You don't have <permission>
|
|
||||||
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
|
|
|
@ -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
|
|
|
@ -1 +0,0 @@
|
||||||
nz/jimmy/easyspawn/EasySpawn.class
|
|
|
@ -1 +0,0 @@
|
||||||
/mnt/d/cloud/Documents/code/Java/EasySpawn/src/main/java/nz/1248/easyspawn/EasySpawn.java
|
|
Loading…
Reference in New Issue