defined commands into the plugin.yml file

This commit is contained in:
Louis Vallat 2020-04-06 21:23:44 +02:00
parent 1a76a0d78f
commit 866b19316e

View File

@ -1,9 +1,26 @@
name: BackHome name: BackHome
version: ${project.version} version: ${project.version}
main: louisvallat.xyz.backhome.BackHome main: louisvallat.xyz.backhome.BackHome
api-version: 1.13 api-version: "1.13"
prefix: BackHome prefix: BackHome
load: STARTUP load: STARTUP
authors: [LouisVallat] authors: [LouisVallat]
description: A plugin to set and go back to homes. description: A plugin to set and go back to homes.
website: louis-vallat.xyz 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>