Plugin Help PEX User Permissions

Discussion in 'Plugin Help/Development/Requests' started by si7vder, Nov 4, 2014.

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

    si7vder

    Hi,
    Simple question and I couldn't find the answer anywhere:
    How do I add and remove specific permissions to a Player (I don't want to make a group just for 1 player).

    I just want my Admins to be like normal Members but in addition they are allowed to warp.others and to use pex.user.group.set.others (Don't know the permissions without looking in my files but you know what I mean).
     
  2. First off, please let me tell you the website I use for my PEX: https://github.com/PEXPlugins/PermissionsEx/wiki/Commands

    If you are looking for someone to set up your config file, please pm me in skype @ jamiedzwil2.

    Now for the answers:
    If you would want to add a specific permission to one player, do:
    /pex user <nameOfUser> add <permissionNode>, in game.

    If you would like to make a whole group have a certain permission, create a new group and go into your permissions.yml and type this:

    Admin:
    prefix: <YourAdminPrefixHere>
    inheritance:
    -<yourDefaultGroupName>
    permissions:
    -<AdminPermissionToAdd>
     
  3. Offline

    si7vder


    Thanks mate, that really helped.
    Do you perhaps know what the permissions are for: Essentials.warp.others and pex.group.set.others ? (I can't find the exact nodes on search engines or your website)
     
  4. Um... Not really sure what you are asking, you just gave the permissions.
     
Thread Status:
Not open for further replies.

Share This Page