Check perms plz.

Discussion in 'Bukkit Help' started by ianjamesbond, May 21, 2012.

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

    ianjamesbond

  2. Offline

    ZeroZX4

    Code:
    users:
      ianjamesbond:
        options:
          group: Owner
        worlds:
          Owner:
            permissions:
            - group
          Admin:
            permissions:
            - group
          permissions.*:
            permissions:
            - permission
    [​IMG]

    here should work now

    http://pastebin.com/H7ttVDYp

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

    ianjamesbond

    Dosent work

    :(

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

    Swords761

    Instead of these useless double posts, can you give us the name of the permissions plugin you're using?
    And also the error or problem specifically you're encountering instead of "gives me an error" or "doesn't work"?
     
  5. Offline

    ianjamesbond

    PermissionsEX gives me Error

    Caused by: org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
    in "<string>", line 119, column 3:
    ianjamesbond:
    ^
    expected <block end>, but found BlockMappingStart
    in "<string>", line 146, column 4:
    permissions:
    ^

    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java
    :54)
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
    at ru.tehkode.permissions.backends.FileBackend.reload(FileBackend.java:247)
    ... 11 more
    Caused by: while parsing a block mapping
    in "<string>", line 119, column 3:
    ianjamesbond:
    ^

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

    Swords761

    There are tabs in your permissions file, you need to go through it and find the tabs and replace them with spaces.
     
  7. Offline

    ianjamesbond

    The parcer says there are no tabs
     
  8. Offline

    ZeroZX4

    did you paste permissions to any other plugin than pex ? or to permissions in main bukkit folder?
     
  9. Offline

    ianjamesbond

    I pasted it the right way :)
     
Thread Status:
Not open for further replies.

Share This Page