[HELP] New Plugin ERROR

Discussion in 'Plugin Development' started by The Fancy Whale, Oct 2, 2013.

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

    The Fancy Whale

    So I am creating a new plugin and I have my plugin.yml and everything (no bugs in code) and I go to run the plugin and I get this error:
    Code:
    03.10 05:00:22 [Server] INFO at org.bukkit.plugin.PluginDescriptionFile.<init>(PluginDescriptionFile.java:188)
    03.10 05:00:22 [Server] INFO at org.yaml.snakeyaml.Yaml.load(Yaml.java:411)
    03.10 05:00:22 [Server] INFO at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
    03.10 05:00:22 [Server] INFO at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)
    03.10 05:00:22 [Server] INFO at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
    03.10 05:00:22 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123)
    03.10 05:00:22 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    03.10 05:00:22 [Server] INFO at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    03.10 05:00:22 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
    03.10 05:00:22 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
    03.10 05:00:22 [Server] INFO at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:563)
    03.10 05:00:22 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179)
    03.10 05:00:22 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:305)
    03.10 05:00:22 [Server] INFO at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:733)
     
  2. Offline

    chasechocolate

    Is that the whole error?
     
  3. Offline

    The Fancy Whale

    chasechocolate Yeah that is why I am so confused. Normally I am able to instantly recognize errors but this one appears to make no sense
     
  4. Offline

    nisovin

    I'd guess there's a problem in your plugin.yml somewhere. A spacing issue perhaps?
     
  5. Offline

    The Fancy Whale

    nisovin Yeah that's what one of my friends said but I cannot find anything wrong with it
     
Thread Status:
Not open for further replies.

Share This Page