Added pom.xml and updated to 1.13-R0.1-SNAPSHOT
This commit is contained in:
29
target/classes/plugin.yml
Normal file
29
target/classes/plugin.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
name: EasySpawn
|
||||
main: nz.jimmy.easyspawn.EasySpawn
|
||||
version: 1.13-R0.1-Snapshot
|
||||
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
|
||||
5
target/maven-archiver/pom.properties
Normal file
5
target/maven-archiver/pom.properties
Normal file
@@ -0,0 +1,5 @@
|
||||
#Generated by Maven
|
||||
#Thu Jul 26 06:24:12 GMT 2018
|
||||
version=1.13-R0.1-Snapshot
|
||||
groupId=nz.1248.easyspawn
|
||||
artifactId=EasySpawn
|
||||
@@ -0,0 +1 @@
|
||||
nz/jimmy/easyspawn/EasySpawn.class
|
||||
@@ -0,0 +1 @@
|
||||
/mnt/d/cloud/Documents/code/Java/EasySpawn/src/main/java/nz/1248/easyspawn/EasySpawn.java
|
||||
Reference in New Issue
Block a user