From 34d1dfde5e7ed8d9c46eef4794afd3d9e8f8e021 Mon Sep 17 00:00:00 2001 From: RednedEpic Date: Sun, 16 Jan 2022 16:43:57 -0600 Subject: [PATCH] Add extensions permission to Spigot plugin.yml --- bootstrap/spigot/src/main/resources/plugin.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap/spigot/src/main/resources/plugin.yml b/bootstrap/spigot/src/main/resources/plugin.yml index 18773402e..88b2ea1a1 100644 --- a/bootstrap/spigot/src/main/resources/plugin.yml +++ b/bootstrap/spigot/src/main/resources/plugin.yml @@ -40,3 +40,6 @@ permissions: geyser.command.version: description: Shows the current Geyser version and checks for updates. default: op + geyser.command.extensions: + description: Shows all the loaded extensions. + default: op