From 2c9d195474a88d5cdc307b1e84035d516a628c81 Mon Sep 17 00:00:00 2001 From: dfsek Date: Fri, 14 May 2021 23:09:21 -0700 Subject: [PATCH] remove unused command from bukkit manifest --- platforms/bukkit/src/main/resources/plugin.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/platforms/bukkit/src/main/resources/plugin.yml b/platforms/bukkit/src/main/resources/plugin.yml index d539a000f..5f271ffa7 100644 --- a/platforms/bukkit/src/main/resources/plugin.yml +++ b/platforms/bukkit/src/main/resources/plugin.yml @@ -11,8 +11,4 @@ commands: description: "Terra base command" usage: "/terra " aliases: [ "te" ] - permission: "terra.command" - locate: - description: "Locate a Terra Structure" - usage: "/locate " - permission: "terra.locate" \ No newline at end of file + permission: "terra.command" \ No newline at end of file