Question Help with my PermissionsEx Script?

Discussion in 'Bukkit Help' started by Laiserfish, Feb 14, 2019.

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

    Laiserfish

    Hey, so every time I launch my server, there is a problem with the permissions file. I don't understand the error message and I have tried fixing it multiple times but I cant seem to get it to work. It says the same error code every time
    Code:
    groups:
      Member:
        permissions:
        - modifyworld.*
        - essentials.sethome
        - essentials.build
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
         options:
          rank: '5'
          default: true
          prefix: '[Member] '
      VIP:
        inheritance:
        - guest
        permissions:
        - essentials.feed
        - essentials.heal
        - essentials.weather
        - essentials.tp
        - essentials.time.set
        - essentials.gamemode
        options:
          rank: '4'
          default: false
          prefix: '§a[§aVIP§a]§a '
      Moderator:
        inheritance:
        - Member
        permissions:
        - essentials.kick
        - essentials.kick.exempt
        - essentials.fly
        - essentials.fly.others
        - essentials.gamemode
        - essentials.gamemode.others
        - essentials.tpaall
        - essentials.tphere
        - essentials.tpo
        - essentials.tpohere
        - essentials.tptoggle
        - essentials.tppos
        - essentials.time.set
        - essentials.weather
        - essentials.give
        options:
          rank: '3'
          default: false
          prefix: '§9[§9Mod§9]§9 '
    Admin:
        inheritance:
        - Moderator
        permissions:
        - essentials.ban.*
        - essentials.mute.*
        options:
          rank: '4'
          default: false
          prefix: '§4[§4Admin§4]§4 '
      Owner:
        inheritance:
        - Admin
        permissions:
        - '*'
        options:
          rank: '1'
          default: false
          prefix: '§d[§dOwner§d]§d '
    users:
      25091885-8325-45c2-a077-c7a327c5902f:
        group:
        - owner
        options:
          name: Laiserfish
      62863c0a-4bf3-4d17-8430-3ee929f6e184:
        group:
        - Moderator
        - Mods
        options:
          name: Lord_of_Pigs1122
      c6dc8d8b-9c3b-4c14-a313-1b3ac18b8055:
        group:
        - Moderator
        - Mods
        options:
          name: googletheninja
      googletheninka:
        group:
        - Mods
      062c85b0-0ed9-4916-a21b-51685ebd89ec:
        group:
        - Moderator
        options:
          name: Da_Toaster
    . Fix it please?
     
  2. Offline

    KarimAKL

    @Laiserfish Try removing 1 space at the 'options' from 'Member', it has 1 space too much.
     
Thread Status:
Not open for further replies.

Share This Page