From c979be299498cc7e55241c682eb08ccad89de6aa Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 10 Mar 2016 17:12:56 -0500 Subject: [PATCH] Add missing permission to plugin.yml file --- Bukkit/src/main/resources/plugin.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Bukkit/src/main/resources/plugin.yml b/Bukkit/src/main/resources/plugin.yml index 523e9dcb8..72e66d278 100644 --- a/Bukkit/src/main/resources/plugin.yml +++ b/Bukkit/src/main/resources/plugin.yml @@ -150,4 +150,6 @@ permissions: plots.worldedit.bypass: default: false plots.gamemode.bypass: - default: op \ No newline at end of file + default: op + plots.confirm.bypass: + default: false