Tweak imbusy permission nodes

This commit is contained in:
Dico200
2016-05-28 22:22:51 +02:00
parent e60e124324
commit 28ac05ce0a

View File

@@ -17,9 +17,9 @@ import org.bukkit.command.Command as Command
imbusy_version = "v1.1.0" imbusy_version = "v1.1.0"
base_permission = "utils.busy" # for /busy status base_permission = "utils.imbusy" # for /busy status
use_permission = "utils.busy.use" # for being busy use_permission = "utils.imbusy.use" # for being busy
override_permission = "utils.busy.override" # for being able to bother busy people 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 busy_players = {} # name : false/true where false is normal busy and true is super busy