Solved Need help figuring out what I did wrong in permissionsex

Discussion in 'Plugin Help/Development/Requests' started by DeadlyDriver, May 27, 2018.

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

    DeadlyDriver

    So I thought I did everything right but I guess not. So here is all the permissions I've set

    Code:
    groups:
        User:
        options:
          default: true
          prefix: '&2[User]'
             rank: '5'
        permissions:
        - modifyworld.*
        - modifyworld.blocks.place.*
        - essentials.msg
        - essentials.kits
        - essentials.balance
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.back
        - essentials.spawn
        Inheritance:
    schema-version: 1
    groups:
        Donator:
        options:
          default: false
          prefix: '&3[Donator]'
             rank: '4'
        permissions:
        - essentials.kits.*
        Inheritance:
        - User
    schema-version: 1
    groups:
        Moderator:
        options:
          default: false
          prefix: '&6[Moderator]'
             rank: '3'
        permissions:
        - essentials.kick
        - essentials.jails
        - essentials.invsee
        - essentials.mute
        - essentials.tp
        Inheritance:
        - Donator
    schema-version: 1
    groups:
        Admin:
        options:
          default: false
          prefix: '&4[Admin]'
             rank: '2'
        permissions:
        '*'
        Inheritance:
        - Moderator
    schema-version: 1
    groups:
        Owner:
        options:
          default: false
          prefix: '&0[Owner]'
             rank: '1'
        permissions:
        '*'
        Inheritance:
        - Admin
    schema-version: 1
    users:
      DeadlyDriver:
        group:
        -Owner
     
  2. Online

    timtower Administrator Administrator Moderator

  3. Offline

    DeadlyDriver

  4. Online

    timtower Administrator Administrator Moderator

    @DeadlyDriver Line 20 needs to be removed.
    Line 49 and 58 need a dash in front of the permission.
     
  5. Offline

    DeadlyDriver

    still not working hhmmm
     
  6. Online

    timtower Administrator Administrator Moderator

  7. Offline

    DeadlyDriver

    https://pastebin.com/VAStg4HT (thats for the permissionsex)

    as far as the server logs I can only get the latest logs(the current log) where can I get the full server log?
     
  8. Online

    timtower Administrator Administrator Moderator

  9. Offline

    DeadlyDriver

  10. Online

    timtower Administrator Administrator Moderator

    @DeadlyDriver Line 2 needs to be moved 2 spaces to the left.
     
  11. Offline

    DeadlyDriver

    I moved it 2 spaces to the left and its still not working hmm but you were right about it tho idk :(

    is the plugin outdated I read somewhere that they dont update it

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2018
  12. Online

    timtower Administrator Administrator Moderator

    No need to update what isn't broken.
    Keep posting the log and permissions file.
     
  13. Offline

    DeadlyDriver

    Well I installed luckperms and I find it to be a lot easier and maybe even better. But thanks for your help anyway
     
  14. Online

    timtower Administrator Administrator Moderator

    That is also an option.
    Marked as solved.
     
Thread Status:
Not open for further replies.

Share This Page