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