From 35bdd023ff9e57ccbd6148d8537bf59f53a859bf Mon Sep 17 00:00:00 2001 From: M_Viper Date: Tue, 12 Aug 2025 19:47:48 +0000 Subject: [PATCH] src/main/resources/plugin.yml aktualisiert --- src/main/resources/plugin.yml | 85 ++++++++++++++++++++++------------- 1 file changed, 54 insertions(+), 31 deletions(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 12613e0..92eaa43 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -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: / [tpName] - aliases: [mytp, teleport] - settp: - description: Set a new tp point - usage: / - deltp: - description: Delete a tp point - usage: / - tpphelp: - description: Show help for TpPlugin - usage: / - tpinfo: - description: Show information about TpPlugin - usage: / - tpreload: - description: Reload the TpPlugin configuration - usage: / -permissions: - tpplugin.use: - description: Allows using tp points - default: true - tpplugin.admin: - description: Allows setting, deleting, and reloading tp points - default: op \ No newline at end of file +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: / + permission: tpplugin.admin + permission-message: You don't have permission to set teleport points. + + deltp: + description: Delete a tp point + usage: / + permission: tpplugin.admin + permission-message: You don't have permission to delete teleport points. + + tpphelp: + description: Show help for TpPlugin + usage: / + + tpinfo: + description: Show information about TpPlugin + usage: / + + tpreload: + description: Reload the TpPlugin configuration + usage: / + 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