Plugin Help How to setup SurvivalGames permissions with pex?

Discussion in 'Plugin Help/Development/Requests' started by Grippyninja, Oct 26, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Grippyninja

    Hi there I'm having a problem when trying to joining lobbies/arenas within my server.When I'm op I have access to it all and it works fine but once I de op myself I have no permissions for anything.How can I grant my default/member group with the permission to use the command of:
    sg.join
    sg.join.lobby
    sg.join.lobby.arena
    I just need to give access for my players to join and use Ultimate Survival Games.All help will be appreciated.
    Thank you.
    This is the yml

    Better @JaguarJo?
    1. groups:
    2. Default
    3. default: true
    4. build: true
    5. prefix: '&7[Member]&f'
    6. permissions
    7. - essentials.help
    8. - modifyworld.chat
    9. - modifyworld.*
    10. - essentials.home
    11. - essentials.sethome
    12. - essentials.back
    13. - essentials.tpa
    14. - essentials.tpaccept
    15. - essentials.tpdeny
    16. - essentials.spawn
     
  2. Offline

    JaguarJo

    Grippyninja I'm confused. Your thread title says you are using PEX, but that is clearly a GroupManager permissions file. Did you change permissions plugins? If so, then PEX is formatted differently than GroupManager and you'll have to change some things.
     
  3. Offline

    Grippyninja

    oh yeah I've been trying to use both groupmanager and permissionex for these commands to find the easiest way to enable my member default group to use the sg commands e.g join/leave/vote.any recommendations
    pex vs group manager ?

    k ill just forcus on using Permissionsex thanks @JaguarJo

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 14, 2016
  4. Offline

    JaguarJo

    Add an options section before the default, build, and prefix lines and you'll be golden. Should look like this:
    Code:
    groups:
      Default:
        options:
          default: true
          build: true
          prefix: '&7[Member]&f'
        permissions:
        - essentials.help
        - modifyworld.chat
        - modifyworld.*
        - essentials.home
        - essentials.sethome
        - essentials.back
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.spawn
    Oh, and make sure you remember all of your colons. You had forgotten a couple of them up above.
     
Thread Status:
Not open for further replies.

Share This Page