Question Stressfull issue with PermissionEX

Discussion in 'Bukkit Help' started by nightcodex, Jun 2, 2016.

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

    nightcodex

    Hey everyone
    im kinda in alot of stress and actually freaking out i cant get permissions to work

    im reading this guide: https://bukkit.org/threads/bukkit-guide-permissionsex-pex.60312/

    This is what my permissions look like : https://gyazo.com/29bfe9113dadf013fa566654acf00f2b

    This is my role: https://gyazo.com/aba2ee9ffd31f30ce9d9622ece1f317a

    Im still unable to do /spawn as User when im on server (after restarting when changes applied)

    What am i doing wrong
    I really wanna know how im able to do the permissions what am i failing on?
    Also i checked for tabs , found no tabs and setted notpad language to yaml

    Please help

    Regards,
    noob permission person
     
  2. Online

    timtower Administrator Administrator Moderator

    @nightcodex Your pex file shouldn't contain true/false after the permissions, that is a different permissions plugin.
     
  3. Offline

    nightcodex

  4. Online

    timtower Administrator Administrator Moderator

    @nightcodex You still have : false in the permissions list
     
  5. Offline

    nightcodex

    @timtower
    What should i change here i want default visitors to build and do /spawn
    Code:
    groups:
      default:
        permissions:
        - essentials.spawn
        - permissions.build: false
        options:
          default: true
      User:
        permissions:
        - essentials.spawn
        inheritance:
        - default
    schema-version: 1
    Can you give me an example proper code for me to use as example for other permissions

    Maybe it helps i installed these plugins

    https://gyazo.com/e8de229249b8c06280894e5ce89efef9

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 2, 2016
  6. Online

    timtower Administrator Administrator Moderator

    @nightcodex There is a PEX file generator somewhere, won't search it for you though.
    Try to find it, use it, or use the pex commands to do everything.
    And I don't know the essentials permission nodes so can't help with those.
     
  7. Offline

    nightcodex

    Is it on the internet or somewere in my plugins folder
     
  8. Online

    timtower Administrator Administrator Moderator

    @nightcodex It is a website, I would have pointed you to your plugins folder if it was in there.
     
  9. Offline

    nightcodex

    Code:
    i made this in the meanwhile is this good or bad?
    
    groups:
        default:
        
        User:
            default: true
            prefix: [User]
            - - '*'
            - essentials.warp
            - essentials.mail
            - essentials.mail.send
            - essentials.r
            - essentials.reply
            - essentials.home
            - essentials.ignore
            - essentials.sethome
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.tpahere
            - essentials.afk
    
        VIP:
            default: false
            prefix: '&3[VIP]&f'
            permissions:
           - essentials.msg
            - essentials.back
            - essentials.back.ondeath
            options:
            inheritence:
           - User
        Premium:
            default: false
            options:
            prefix: '&4[Premium]&f'
            permissions:
           - essentials.enchant
            - essentials.fly
            inheritence:
           - VIP
        Staff:
            defualt: false
            prefix: '&5[Staff]&f'
            permissions:
           - essentials.msg
            - essentials.back
            - essentials.back.ondeath
            options:
            inheritence:
           - User
        Owner:
            default: false
            prefix: '&6[Owner]&f'
            permissions:
           - '*'
            options:
                rank: '1'
    Code:
    groups:
      user:
        inheritance:
        - default
        permissions:
        - essentials.spawn
        options:
          default: true
          prefix: ''''
          suffix: ''''
    users:
      00000000-YOUR-UUID-HERE-000000000000:
        group:
        - groupname
        options:
          name: YourPlayerName
    schema-version: 1
    
    okay okay i found the website yay I wanted to make a user group who has permission using /spawn and inherit all permissions from default group (which i still need to make)

    Overall should this work yes or no?
    And what do they mean wih uuisd do i need to delete that or what should i fill there?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 2, 2016
Thread Status:
Not open for further replies.

Share This Page