Solved PermissionsEx error problem

Discussion in 'Bukkit Help' started by CreAtiveCrAft, Feb 25, 2012.

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

    CreAtiveCrAft

    I am trying to set my group to Owner but when i use the command /pex user secretbox group set Owner it gives me this big error. And also i usually get this error whenever i start my server.
    Heres the pastebin link http://pastebin.com/HNY4NyXE
     
  2. Offline

    HunterT

  3. Offline

    CreAtiveCrAft

    ok ty

    This is what it said

    ERROR:

    while scanning for the next token
    found character '\t' that cannot start any token
    in "<unicode string>", line 15, column 30:
    - essentials.tpaccept
    ^

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
  4. Offline

    sillyrosster

    This means that you have a tab on 'line 15, column 30' by the permissions node '- essentials.tpaccept'. Fixing the tab should fix your problem.
     
  5. Offline

    CreAtiveCrAft

    Ty so much :)
     
  6. Offline

    sillyrosster

    Glad to be of service.
     
  7. Offline

    CreAtiveCrAft

    Theres still one more problem i have when i login now it gives me this error
    Link: http://pastebin.com/xX9fxJat
    (ik im prob an idiot for having so many questions :S)
     
  8. Offline

    sillyrosster

    Well, I see one problem. It looks like you renamed your default group. Try renaming it back to default for now and see if that fixes some things.
     
  9. Offline

    CreAtiveCrAft

  10. Offline

    sillyrosster

    That is the same error. Please rename your default group to 'default'. That should fix it.
    Here is an example:
    Code:
        groups:
            default: <-- Like this.
                default: true
                permissions:
                - -modifyworld.blocks.interact.23
                - modifyworld.*
            admins:
                inheritance:
                - default
                permissions:
                - example.permission
                - -punish.noobs
                options:
                    test.test: '100500'
                worlds:
                    nether:
                        permissions:
                        - nocheat.fly
                        prefix: '&7[ADMIN FROM HELL]'
     
  11. Offline

    CreAtiveCrAft

    I fixed that but still get errors can you teamview me?
     
  12. Offline

    sillyrosster

    No, I can't teamview at this time.

    Can you post your permissions config and the error you are now getting at pastebin?
     
  13. Offline

    CreAtiveCrAft

    Its ok I figured what the problem was haha my permissions file was all fked up so I organized it correctly and it started working ill mark this as solved ty :)
     
Thread Status:
Not open for further replies.

Share This Page