src/main/resources/plugin.yml aktualisiert
This commit is contained in:
@@ -1,31 +1,54 @@
|
|||||||
name: TpPlugin
|
name: TpPlugin
|
||||||
version: 1.0
|
version: 1.2
|
||||||
main: TpPlugin
|
main: TpPlugin
|
||||||
api-version: 1.21
|
api-version: 1.21
|
||||||
commands:
|
|
||||||
tp:
|
commands:
|
||||||
description: Teleport to a tp point or open tp GUI
|
tpp:
|
||||||
usage: /<command> [tpName]
|
description: Teleport to a tp point or open the tp GUI
|
||||||
aliases: [mytp, teleport]
|
usage: |
|
||||||
settp:
|
/tpp [tpName] - Teleport to the given tp point
|
||||||
description: Set a new tp point
|
/tpp - Open the tp GUI (player view)
|
||||||
usage: /<command> <tpName>
|
aliases: [mytp, teleportpoint]
|
||||||
deltp:
|
permission: tpplugin.use
|
||||||
description: Delete a tp point
|
permission-message: You don't have permission to use this command.
|
||||||
usage: /<command> <tpName>
|
|
||||||
tpphelp:
|
tppadmin:
|
||||||
description: Show help for TpPlugin
|
description: Open the admin tp GUI with all teleport points
|
||||||
usage: /<command>
|
usage: /tppadmin gui
|
||||||
tpinfo:
|
permission: tpplugin.admin
|
||||||
description: Show information about TpPlugin
|
permission-message: You don't have permission to use the admin tp GUI.
|
||||||
usage: /<command>
|
|
||||||
tpreload:
|
settp:
|
||||||
description: Reload the TpPlugin configuration
|
description: Set a new tp point
|
||||||
usage: /<command>
|
usage: /<command> <tpName>
|
||||||
permissions:
|
permission: tpplugin.admin
|
||||||
tpplugin.use:
|
permission-message: You don't have permission to set teleport points.
|
||||||
description: Allows using tp points
|
|
||||||
default: true
|
deltp:
|
||||||
tpplugin.admin:
|
description: Delete a tp point
|
||||||
description: Allows setting, deleting, and reloading tp points
|
usage: /<command> <tpName>
|
||||||
default: op
|
permission: tpplugin.admin
|
||||||
|
permission-message: You don't have permission to delete teleport points.
|
||||||
|
|
||||||
|
tpphelp:
|
||||||
|
description: Show help for TpPlugin
|
||||||
|
usage: /<command>
|
||||||
|
|
||||||
|
tpinfo:
|
||||||
|
description: Show information about TpPlugin
|
||||||
|
usage: /<command>
|
||||||
|
|
||||||
|
tpreload:
|
||||||
|
description: Reload the TpPlugin configuration
|
||||||
|
usage: /<command>
|
||||||
|
permission: tpplugin.admin
|
||||||
|
permission-message: You don't have permission to reload TpPlugin.
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
tpplugin.use:
|
||||||
|
description: Allows using tp points
|
||||||
|
default: true
|
||||||
|
tpplugin.admin:
|
||||||
|
description: Allows using admin GUI and managing tp points
|
||||||
|
default: op
|
||||||
|
Reference in New Issue
Block a user