From 28ac05ce0ae43b4598a01cbacbb7ee13f32b350a Mon Sep 17 00:00:00 2001 From: Dico200 Date: Sat, 28 May 2016 22:22:51 +0200 Subject: [PATCH] Tweak imbusy permission nodes --- imbusy.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/imbusy.py b/imbusy.py index c56ee69..5382f32 100644 --- a/imbusy.py +++ b/imbusy.py @@ -17,9 +17,9 @@ import org.bukkit.command.Command as Command imbusy_version = "v1.1.0" -base_permission = "utils.busy" # for /busy status -use_permission = "utils.busy.use" # for being busy -override_permission = "utils.busy.override" # for being able to bother busy people +base_permission = "utils.imbusy" # for /busy status +use_permission = "utils.imbusy.use" # for being busy +override_permission = "utils.imbusy.override" # for being able to bother busy people busy_players = {} # name : false/true where false is normal busy and true is super busy