" You don't have permission to do that"

Discussion in 'Bukkit Help' started by NBAPwns13, Jun 21, 2011.

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

    jtlcr777

    Did you add yourself to the Admin Group from the users.yml?
     
  2. Offline

    Drakeodude12

    I get this error

    ERROR: while scanning for the next token found character '\t' that cannot start any token in "<unicode string>", line 5, column 23: build: false
    when I use this permissions file for PermissionsEX
    Code:
    groups:
        guests:
            default: true
            info:
              build: false
            permissions:
            - '-modifyworld.blocks.place.tnt'
            - 'modifyworld.*'
        builders:
            default: false
            info:
              prefix: '&2[Builder]'
              build: true
            inheritance:
            - default
            permissions:
            - 'essentials.tpa'
            - 'essentials.tpaccept'
            - 'essentials.tpdeny'
            - 'essentials.warp'
            - 'essentials.home'
            - 'essentials.sethome'
            - 'essentials.balance'
            - 'essentials.pay'
            - 'essentials.sell'
            - 'essentials.balancetop'
            - 'essentials.worth'
            - 'essentials.msg'
            - 'essentials.me'
            - 'essentials.list'
            - 'essentials.info'
            - 'essentials.help'
            - 'essentials.spawn'
            - 'essentials.kit'
        admins:
            default: false
            info:
                prefix: '&2[Admin]'
            inheritance:
            - default
            permissions:
            - '*'
    
         
     
Thread Status:
Not open for further replies.

Share This Page