Jump to content

Recommended Posts

Posted

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: ''

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...