Solved Im having Problems with the permissions file

Discussion in 'Bukkit Help' started by Techno_the_Panda, Jan 14, 2018.

Thread Status:
Not open for further replies.
  1. So i'm new to creating a server so I tried to do the pex file ive been watching videos I do what they do and it always says:
    ERROR:

    while parsing a block mapping
    in "<unicode string>", line 3, column 4:
    options:
    ^
    expected <block end>, but found '<block mapping start>'
    in "<unicode string>", line 6, column 5:
    permissions:
    ^
    this is the file:
    Code:
    groups:
      member:
       options:
          default: true
          prefix: '&a[Member]&f '    
        permissions:
        - modifyworld.*
        - essentials.msg
        - essentials.sethome
      moderator:
       options:
          prefix: '&e[MOD]&f '
        permissions:
        - essentials.heal
        - essentials.give
        - essentials.fly
        - essentials.kick
        - essentials.mute
        - essentials.tjail
        - essentials.jail
        - essentials.vanish
      admin:
       options:
          prefix: '&4[Admin]&f '
        permissions:
        - essentials.gamemode
        - essentials.ban
        - essentials.unban
        - essentials.ipban
        - essentials.pardon
        - essentials.enchant
      owner:
       options:
          prefix:'&d[Owner]&f '
        permissions:
        - '*'
    schema-version: 1
    users:
      Techno_the_Panda:
      group:
      -owner
     
    Last edited by a moderator: Jan 14, 2018
Thread Status:
Not open for further replies.

Share This Page