defined commands into the plugin.yml file
This commit is contained in:
parent
1a76a0d78f
commit
866b19316e
@ -1,9 +1,26 @@
|
||||
name: BackHome
|
||||
version: ${project.version}
|
||||
main: louisvallat.xyz.backhome.BackHome
|
||||
api-version: 1.13
|
||||
api-version: "1.13"
|
||||
prefix: BackHome
|
||||
load: STARTUP
|
||||
authors: [LouisVallat]
|
||||
description: A plugin to set and go back to homes.
|
||||
website: louis-vallat.xyz
|
||||
|
||||
commands:
|
||||
sethome:
|
||||
description: Set a /home for a player.
|
||||
usage: /<command> home name
|
||||
home:
|
||||
description: Go back to a specific home.
|
||||
usage: /<command> home name
|
||||
delhome:
|
||||
description: Delete a specific home.
|
||||
usage: /<command> home name
|
||||
back:
|
||||
description: Go back to the previous location.
|
||||
usage: /<command>
|
||||
setback:
|
||||
description: Manually set a back.
|
||||
usage: /<command>
|
||||
|
Loading…
Reference in New Issue
Block a user