Solved [Help!] PermissionEX Issue!

Discussion in 'Bukkit Help' started by kevinhaeger12, Mar 25, 2013.

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

    kevinhaeger12

    I recently started up my own Bukkit Server and coded permissions. I'm pretty new to permissions, and everything was working fine until I did something and it screwed up the whole file. All I get is YAML errors when I start up the server. I'm running 1.4.7 stable release.
    Plugins I'm Using:
    -iZone
    -ChatManager
    -Essentials
    -ModifyWorld Core
    -PVPSoup
    -WorldEdit
    -PermissionEX

    I'm going to upload my permissions file... can somebody tell me what the problem was? or fix it and post the corrected permissions file? Thanks I really need the help!

    (I uploaded it as a .txt because it wouldn't let me upload .yml)
    :rolleyes:



    Here's the console logs... (the errors)

    11:24:54 [WARNING] Error loading permissions file:
    while scanning for the next token
    found character'\t' that cannot start any token
    in "<string>", line 37, column 23:
    - ChestShop.shop.*
    ^

    11:24:54 [SEVERE] Error loading permissions file initializing PermissionsEx v1.19.5 (Is it up to date?)
    java.lang.IllegalStateException: Error loading permissions file
    at ru.tehkode.permissions.backends.FileBackend.reload(FileBackend.java:249)
    at ru.tehkode.permissions.backends.FileBackend.initialize(FileBackend.java:84)
    at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:425)
    at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:487)
    at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:54)
    at ru.tehkode.permissions.bukkit.PermissionsEx.onLoad(PermissionsEx.java:68)
    at org.bukkit.craftbukkit.v1_4_R1.CraftServer.loadPlugins(CraftServer.java:244)
    at org.bukkit.craftbukkit.v1_4_R1.CraftServer.<init>(CraftServer.java:217)
    at net.minecraft.server.v1_4_R1.PlayerList.<init>(PlayerList.java:55)
    at net.minecraft.server.v1_4_R1.DedicatedPlayerList.<init>(SourceFile:11)
    at net.minecraft.server.v1_4_R1.DedicatedServer.init(DedicatedServer.java:104)
    at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:399)
    at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    Caused by: org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
    found character'\t' that cannot start any token
    in "<string>", line 37, column 23:
    - ChestShop.shop.*
    ^

    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
    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:232)
    ... 12 more
    Caused by: while scanning for the next token
    found character'\t' that cannot start any token
    in "<string>", line 37, column 23:
    - ChestShop.shop.*
    ^

    ...and so on... there's more than I can upload to this thread
     

    Attached Files:

  2. Offline

    kevinhaeger12

    Oh and I am using the plugin ChestShop as well
     
  3. Offline

    Evilshallwin

    Pastebin your permissions file.
     
  4. Offline

    Iroh

    We need to see your perms file.
     
  5. Offline

    Jeyge

    '\t' is a tab character which YAML does not support. You will need to replace the tab on line 37 and all other tabs in the file with spaces. You can easily find them using Notepad++ by turning on the Show White Space and Tabs option in View/Show Symbols.
     
  6. Offline

    kevinhaeger12

    http://pastebin.com/8yE8qqaB

    Can anybody fix it?

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

    Jeyge

    You have 2 tabs at the end of line 37. Just remove them and you will be fine.
     
  8. Offline

    kevinhaeger12

    I re-spaced every single line in my permissions file. Still getting errors.
     
  9. Offline

    Jeyge

    Post the new errors as well as your new permissions.yml file.
     
  10. Offline

    slayr288

  11. Offline

    kevinhaeger12

    Thanks slayr288! It works! :):):)
     
Thread Status:
Not open for further replies.

Share This Page