From af1b8037b85e09a126562b7ad5ca338fd2f1aa41 Mon Sep 17 00:00:00 2001 From: Nichole Mattera Date: Thu, 22 Sep 2011 21:31:04 -0400 Subject: [PATCH] Removed Default Permissions. --- src/plugin.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugin.yml b/src/plugin.yml index c3df194..9270705 100755 --- a/src/plugin.yml +++ b/src/plugin.yml @@ -1,6 +1,6 @@ name: LightningEvent main: net.mcbat.LightningEvent.LightningEvent -version: 1.01 +version: 1.02 website: http://mc-bat.net author: Steven Mattera description: Simple plugin that casts lightning on events. @@ -24,7 +24,6 @@ permissions: lightningevent.commands.*: true lightningevent.events.*: true lightningevent.commands.*: - default: op description: Allows use of all commands. children: lightningevent.commands.cast.*: true