From 794905ee933fdfe9f246b8ac9d51524d67c84b23 Mon Sep 17 00:00:00 2001 From: graywolf336 Date: Tue, 19 Aug 2014 20:37:54 -0500 Subject: [PATCH] Add the new jailtime command permission. --- src/main/resources/plugin.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 29f895d..0116e0c 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -57,6 +57,7 @@ permissions: jail.command.jailremovecell: true jail.command.jailreload: true jail.command.jailrecord: true + jail.command.jailtime: true jail.command.handcuff: true jail.command.toggledebug: true jail.usercmd.*: @@ -144,4 +145,6 @@ permissions: jail.cantbejailed: default: op jail.command.toggledebug: + default: op + jail.command.jailtime: default: op \ No newline at end of file