Jubulex Posted January 6, 2013 Posted January 6, 2013 Hi, Im trying to give my donator group the command /time and /day, but no matter what I try it won't give access to the command. Here's the file. # Group inheritance # # Any inherited groups prefixed with a g: are global groups # and are inherited from the GlobalGroups.yml. # # Groups without the g: prefix are groups local to this world # and are defined in the this groups.yml file. # # Local group inheritances define your promotion tree when using 'manpromote/mandemote' groups: Default: default: true permissions: - essentials.afk - essentials.home - essentials.sethome - essentials.ignore - essentials.tpa - essentials.tpaccept - essentials.tpdeny - essentials.msg inheritance: - g:groupmanager_default - g:bukkit_default - g:essentials_default info: prefix: '&e' build: true suffix: '' Donator: default: false permissions: - essentials.mute - essentials.back - essentials.fly - essentials.kick - essentials.ban - essentials.unban - essentials.tempban - essentials.warp - essentials.setwarp - essentials.nick - essentials.vanish - essentials.world - essentials.item - essentials.workbench - essentials.time.set - essentials.day - bukkit.command.time.add - bukkit.command.time.set inheritance: - Default - g:groupmanager_default - g:bukkit_default - g:essentials_default info: prefix: '&5~Donator~' build: true suffix: '' Owner: default: false permissions: - '*' inheritance: - Donator info: prefix: '&4~Owner~' build: true suffix: ''
Rowtag Posted January 7, 2013 Posted January 7, 2013 you also have to give the permission: essentials.time // Permissions: essentials.time Allow access to the /time command. essentials.time.set User is allowed to change the time of the world.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now