src/main/resources/plugin.yml aktualisiert

This commit is contained in:
2025-08-12 19:47:48 +00:00
parent 44eacfd615
commit 35bdd023ff

View File

@@ -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: commands:
tp: tpp:
description: Teleport to a tp point or open tp GUI description: Teleport to a tp point or open the tp GUI
usage: /<command> [tpName] usage: |
aliases: [mytp, teleport] /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: settp:
description: Set a new tp point description: Set a new tp point
usage: /<command> <tpName> usage: /<command> <tpName>
permission: tpplugin.admin
permission-message: You don't have permission to set teleport points.
deltp: deltp:
description: Delete a tp point description: Delete a tp point
usage: /<command> <tpName> usage: /<command> <tpName>
permission: tpplugin.admin
permission-message: You don't have permission to delete teleport points.
tpphelp: tpphelp:
description: Show help for TpPlugin description: Show help for TpPlugin
usage: /<command> usage: /<command>
tpinfo: tpinfo:
description: Show information about TpPlugin description: Show information about TpPlugin
usage: /<command> usage: /<command>
tpreload: tpreload:
description: Reload the TpPlugin configuration description: Reload the TpPlugin configuration
usage: /<command> usage: /<command>
permission: tpplugin.admin
permission-message: You don't have permission to reload TpPlugin.
permissions: permissions:
tpplugin.use: tpplugin.use:
description: Allows using tp points description: Allows using tp points
default: true default: true
tpplugin.admin: tpplugin.admin:
description: Allows setting, deleting, and reloading tp points description: Allows using admin GUI and managing tp points
default: op default: op