Problem/Bug Errors?

Discussion in 'General Help' started by Jayyy, Sep 12, 2015.

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

    Jayyy

    I'm making a kits plugin and I keep getting this error when I perform the command /kit Im not going to post my code but if neccessary I will :) Please let me know how to fix this.
    Code:
    12.09 19:10:49 [Server] INFO CONSOLE: Reload complete.
    12.09 19:10:49 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
    12.09 19:10:49 [Server] INFO Enabling Kits v1.0
    12.09 19:10:49 [Server] INFO ... 17 more
    12.09 19:10:49 [Server] INFO at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.yaml.snakeyaml.Yaml.load(Yaml.java:399) ~[craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480) ~[craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121) ~[craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106) ~[craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123) ~[craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158) ~[craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203) ~[craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146) ~[craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161) ~[craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:507) ~[craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179) ~[craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:358) ~[craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token; found character     '\t' that cannot start any token
    12.09 19:10:49 [Server] INFO at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:259) [craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:294) [craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:726) [craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:740) [craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) [craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) [craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.bukkit.Bukkit.reload(Bukkit.java:303) [craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.bukkit.craftbukkit.v1_7_R4.CraftServer.reload(CraftServer.java:838) [craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:382) [craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.bukkit.craftbukkit.v1_7_R4.help.SimpleHelpMap.initializeGeneralTopics(SimpleHelpMap.java:79) [craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.bukkit.craftbukkit.v1_7_R4.help.HelpYamlReader.<init>(HelpYamlReader.java:34) [craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[craftbukkit_dev_3116.jar:git-Bukkit-1.7.9-R0.2-24-g07d4558-b3116jnks]
    12.09 19:10:49 [Server] INFO ^
    12.09 19:10:49 [Server] INFO in "<string>", line 57, column 1:
    12.09 19:10:49 [Server] INFO found character     '\t' that cannot start any token
    12.09 19:10:49 [Server] INFO org.bukkit.configuration.InvalidConfigurationException: while scanning for the next token
    12.09 19:10:49 [Server] ERROR Cannot load help.yml
    12.09 19:10:49 [Server] INFO Loading Kits v1.0
    12.09 19:10:49 [Server] INFO Disabling Kits v1.0
    
     
  2. Offline

    Boomer

    ERROR: TAB in yml file
     
  3. Offline

    scrollbar

    As boomer said you used a tab in your config. Try running your config through this: http://tabstospaces.com/
     
  4. Offline

    Tecno_Wizard

    @Jayyy, you have a malformed config. Post it here and any of us can fix it.
     
Thread Status:
Not open for further replies.

Share This Page