PEX commands not working after editing Permissions.yml

Discussion in 'Bukkit Help' started by dormdude, Jul 14, 2017.

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

    dormdude

    I started using permissionsex today to make ranks on my server and because i'm a bit new to using it. I used it in the past but it's been a while so I have to relearn it. I used a premade permissions file found here https://bukkit.org/threads/permissionsex-working-basic-template.90476/
    I use the permissions file posted by Kursed-kid. At first the only change i made to it was removing the users at the bottom and adding myself as owner. The plugin worked fine i was able to use commands. But after making some more changes to it I am no longer able to use any pex commands at all. When i type in any command added by Permissionsex nothing happens. Here is my changes.
    Code:
      Member:
        default: true
        prefix: '&2[&aMember&2]&7 '
        build: true
        permissions:
        - essentials.help
        - essentials.rules
        - essentials.motd
        - essentials.afk
        - essentials.back
        - essentials.depth
        - essentials.delhome
        - essentials.help
        - essentials.home
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.motd
        - essentials.msg
        - essentials.ping
        - essentials.r
        - essentials.rules
        - essentials.seen
        - essentials.sethome-multiple
        - essentials.signs.use.disposal
        - essentials.spawn
        - essentials.suicide
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
      DONATOR:
        default: false
        prefix: '&6[&eVIP&6]&7 '
        inheritance:
        - Guest
        - Member
        build: true
        permissions:
        - essentials.help
        - essentials.rules
        - essentials.motd
        - essentials.sethome.multiple.vip
      Mod:
        default: false
        prefix: '&1[&9Mod&1]&f '
        inheritance:
        - VIP
        - Member
        - Guest
        build: true
        permissions:
        - essentials.sethome.multiple.staff
        - essentials.helpop
        - essentials.home.others
        - essentials.nick
        - essentials.warp
        - essentials.warp.list
      Admin:
        default: false
        prefix: '&9[&bAdmin&9]&f '
        inheritance:
        - Mod
        - VIP
        - Member
        - Guest
        build: true
        permissions:
        - essentials.gamemode
        - essentials.give
        - essentials.god
      Owner:
        default: false
        prefix: '&6[&4Owner&6]&f '
        build: true
        permissions:
        - '*'
    users:
      Dormdude:
        group:
        - Owner    
     
  2. Offline

    Binner_Done

    ERROR:

    expected '<document start>', but found '<block mapping start>'
    in "<unicode string>", line 79, column 1:
    users:
    ^
    Code:
    users:
    Should be
    Code:
      users:
     
  3. Offline

    dormdude

    The original premade permissions has the same mistake but does not have the same issue. I fixed the users but i still have the issue of not being able to use commands. so that is not the problem

    The original premade permission file had the same mistake and works. I made the change and i still have the issue.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2017
  4. Offline

    Binner_Done

    It's a really bad premade, just create your own.
     
Thread Status:
Not open for further replies.

Share This Page