i have a problem

Discussion in 'Bukkit Help' started by adilior8, Jan 21, 2012.

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

    adilior8

    i get this error
    "found character '/t' that cannot start any token in "<reader>", line 11...."
    every time i try to put 1 more permission

    plugin:
    permissions:
    system: default
    copies:
    groups:
    Default:
    default: true
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'essentials.help'
    - 'essentials.home'
    - 'essentials.motd'
    - 'essentials.rules'
    - 'essentials.sethome'
    - 'lwc.protect'
    Moderator:
    default: false

    info:
    prefix: '&d'
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    - 'essentials.tp'
    - 'essentials.tphere'
    Admins:
    default: false
    info:
    prefix: '&c'
    suffix: ''
    build: true
    inheritance:
    permissions:
    - '*'
    users:
    adilior8:
    group: Admins
    permissions:

    i tried bpermission but it didnt work
    and pemissionex i dont have permission even to log in
     
  2. Offline

    JWhy

  3. Offline

    ZeroZX4

    it seams at line 11 u have tab and you cant use tabs if JWhy's solution dont work paster ur permissions here http://pastebin.com/

    and post here link to it
     
  4. Offline

    adilior8

    its dosent give me any error

    i was writing this - 'lwc.protect'
    and it gives me this
    [ "lwc.protect" ]
     
  5. Offline

    JWhy

    Umm... it gives you this...? Is this in the console or in the permissions config?
     
  6. Offline

    adilior8

  7. Offline

    JWhy

    You used a tab stop just before lwc.protect and this breaks yaml validity... Use notepad++ and set the "Replace Tab by spaces" option to true
     
  8. Offline

    adilior8

    i dont know how
    and i am using notepad++
     
  9. Offline

    JWhy

    Settings -> Options -> Language Menu/Tabs -> [ ] replace by spaces

    And there you check the checkbox. (I use the german version, so you labels of the menu items may be different)
     
  10. Offline

    adilior8

    im sorry that i am idiot
    but were i am doing it in notepad++?
    were is the checkbox
     
  11. Offline

    JWhy

    You open Notepad++ and then follow this:
    Settings -> Preferences -> Language Menu/Tabs setting -> [ ] replace by spaces

    Oh and it was "preferences", not "options"

    http://i.imgur.com/a8Zba.jpg

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

    adilior8

    not working
    the same error again
     
  13. Offline

    JWhy

    then remove the line with the lwc. protect and add it again. It should be in a black font, if its red its broken again. If it stays red, just type this manually

    Somehow this is valid already:
    http://pastebin.com/NpZB9ghX

    So paste that a reload pex

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

    adilior8

    it worked!!!!
    thank you very very much
    i just update my plugin manager and restart notepad++
    and than it worked
    thank you very very much
    i am tring to fix it about 6 hours
     
  15. Offline

    JWhy

    Umm, okay
    Would you like to read my signature...? :D
     
  16. Offline

    adilior8

Thread Status:
Not open for further replies.

Share This Page