PermissionsEX config

Discussion in 'Bukkit Help' started by Deathlock187, Oct 14, 2018.

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

    Deathlock187

    I am having trouble getting my permissions to work I even used an auto config program with no success so I figured ide post here for possible help. all my plugins currently work fine for ops but ranks currently do nothing.
    My server is hosted by APEX Hosting running Bukkit 1.12.2

    i am useing the following plugins.

    WorldGaurd
    EssentialsPro
    ProtocalLib
    WorldEdit
    Vault
    UChat
    iConomyChestShop
    AntiSpam
    NoCheatPlus
    Orebfuscator
    Buycraft
    ClearLagg
    PermissionsEx
    Iconomy Reloaded



    Code:
    groups:
      Member:
        prefix: '&2[Member] &r'
        default: true
        build: true
        permissions:
        - ChestShop.shop.*
        - ChestShop.shop.create
        - uchat.player
        - ep.home
        - ep.sethome
        - ep.warp
        - ep.warplist
        - modifyworld.
        - worldedit.selection
        - worldedit.wand
        - worldedit.wand.toggle   
        - worldguard.region.claim
      VIP:
        prefix: '&5[VIP] &r'
        default: false
        build: true
        inheritance:
         - Member
        permissions:
        - ep.fly
        - worldedit.selection.expand
      Mod:
        prefix: '&1[Mod] &r'
        default: false
        build: false
        inheritance:
         - VIP
        permissions:
        - ChestShop.shop.mod
      Admin:
        prefix: '&4[Admin] &r'
        default: false
        build: true
        inheritance:
         - Mod
        permissions:
      Owner:
        prefix: '&b[Owner] &r'
        default: false
        build: true
        inheritance:
         - Admin
        permissions:
        - *
    users:
      Sulbokin:
        group:
        - Owner
      TheChosenOne809:
        group:
        - Admin
      KittehCatGurl:
        group:
        - Member
      miyosorgies:
        group:
        - Member
      VisaCardz:
        group:
        - Member
      xChaosReigns:
        group:
        - Member
      MainGameCentral:
        group:
        - Member
    #File generated with PermissionsEx configuration program
    #Credits: Nathan HAUDOT (nathan060700)
    
     
  2. Offline

    timtower Administrator Administrator Moderator

  3. Offline

    Deathlock187

  4. Offline

    timtower Administrator Administrator Moderator

    Please do it again but then copied from your latest.log and not from your multicraft console.
     
  5. Offline

    Deathlock187

    sorry new to this. this is my first server.
    https://pastebin.com/R7nMNQ7E

    EDIT by Moderator: those embed things don't work on here, just use the regular links.
     
  6. Offline

    timtower Administrator Administrator Moderator

    @Deathlock187 You have * in your config, put single quotes around it.
     
  7. Offline

    Deathlock187

  8. Offline

    timtower Administrator Administrator Moderator

  9. Offline

    Deathlock187

    so do "*" around every * ? or just the Owner one
     
  10. Offline

    timtower Administrator Administrator Moderator

    All of them that have nothing in front of them.
     
  11. Offline

    Deathlock187

    Okay, You are my absolute favorite person in the world right now. Thank you.
     
    timtower likes this.
Thread Status:
Not open for further replies.

Share This Page