Sinisterly
Group permmisions help - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Gaming (https://sinister.ly/Forum-Gaming)
+--- Forum: PC Gaming (https://sinister.ly/Forum-PC-Gaming)
+--- Thread: Group permmisions help (/Thread-Group-permmisions-help)



Group permmisions help - Templar.Clown - 07-24-2014

So I was doing some work on my server today with some groups. Some players where telling me that they can not use the /home command. I set the config with essentials.sethome essesntials.sethome.multiple am I missing something?


Another issue I am having is letting them accept tp's. I gave them permissions for the group but they cant accept the tp's... Anyone have any ideas?

Code:
groups: LoyalPlayers: default: false permissions: [] inheritance: [] info: prefix: '&1LoYaL~' build: false suffix: '' Default: default: true permissions: - -bukkit.command.kill inheritance: - g:groupmanager_default - g:bukkit_default - g:essentials_default - g:towny_default info: prefix: '&e' build: false suffix: '' Owner: default: false permissions: - +vanish.effects.toggle.all - -vanish.effects.* - '*' inheritance: - admin info: prefix: '&4AdMiN~' build: true suffix: '' Player: default: false permissions: - bukkit.broadcast.user - essentials.build - essentials.help - essentials.helpop - essentials.jail.allow.help - essentials.jail.allow.helpop - essentials.jail.allow.rules - essentials.list - essentials.motd - essentials.rules - essentials.sethome - essentials.sethome.bed - essentials.sethome.multiple - essentials.spawn - essentials.tpa - essentials.tpahere - essentials.tpdeny - essestials.tpaccept - groupmanager.notify.self inheritance: [] info: prefix: '&3pLaYa~' build: false suffix: '' Builder: default: false permissions: [] inheritance: - default - g:essentials_builder - g:towny_builder info: prefix: '&2bUiLda~' build: true suffix: '' Moderator: default: false permissions: [] inheritance: - builder - g:groupmanager_moderator - g:bukkit_moderator - g:essentials_moderator - g:towny_moderator - g:vanish_moderator info: prefix: '&5MoD~' build: true suffix: ''

This ^ is the part of the config in question.


RE: Group permmisions help - Plexcon - 07-25-2014

IIRC you're missing
- essentials.home
- essentials.warp (atleast I would add warp in too)

They have acces to set homes but not go to their homes.


RE: Group permmisions help - Templar.Clown - 07-26-2014

Thanks man I figured it out and didn't check the forums until now due to time restraints and being busy all day. I appreciate the help though.