From d35a499e31d2920824214093b9bd93ff8c52b4a3 Mon Sep 17 00:00:00 2001 From: Funnycube <6916389+Funny-cube@users.noreply.github.com> Date: Sun, 24 Sep 2023 13:49:40 +1000 Subject: [PATCH] Update plugin.yml remove unused toggle permissions --- src/main/resources/plugin.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 077b274..84c3f5f 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -37,7 +37,6 @@ permissions: placeholderapi.ecloud.info: true placeholderapi.ecloud.list: true placeholderapi.ecloud.clear: true - placeholderapi.ecloud.toggle: true placeholderapi.ecloud.status: true placeholderapi.ecloud.update: true placeholderapi.ecloud.refresh: true @@ -82,9 +81,6 @@ permissions: placeholderapi.ecloud.clear: default: "op" description: "Allows you to clear the local eCloud expansion cache" - placeholderapi.ecloud.toggle: - default: "op" - description: "Allows you to toggle/enable/disable the eCloud manager" placeholderapi.ecloud.status: default: "op" description: "Allows you to view the status of eCloud expansions" @@ -99,4 +95,4 @@ permissions: description: "Allows you to download an expansion from the eCloud" placeholderapi.ecloud.placeholders: default: "op" - description: "Allows you to view the placeholders of a eCloud expansion" \ No newline at end of file + description: "Allows you to view the placeholders of a eCloud expansion"