Skip to content

Instantly share code, notes, and snippets.

@stuntguy3000
Created June 5, 2014 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stuntguy3000/d1f5176b74c5a7080f73 to your computer and use it in GitHub Desktop.
Save stuntguy3000/d1f5176b74c5a7080f73 to your computer and use it in GitHub Desktop.
[20:45:24] [Server thread/ERROR]: [KoncealedTokens] Cannot load configuration from jar
org.bukkit.configuration.InvalidConfigurationException: while parsing a block collection
in 'string', line 25, column 11:
- '&bThis item gives you $5000 i ...
^
expected <block end>, but found BlockSequenceStart
in 'string', line 26, column 12:
- '&eBuy now!'
^
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:209) [spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:157) [spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at me.stuntguy3000.clients.koncealedtokens.KoncealedTokens.manager.TokenManager.loadTokens(TokenManager.java:52) [KoncealedTokens.jar:?]
at me.stuntguy3000.clients.koncealedtokens.KoncealedTokens.KoncealedTokens.onEnable(KoncealedTokens.java:30) [KoncealedTokens.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) [spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugin(CraftServer.java:465) [spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer.java:383) [spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at net.minecraft.server.v1_7_R3.MinecraftServer.n(MinecraftServer.java:359) [spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at net.minecraft.server.v1_7_R3.MinecraftServer.g(MinecraftServer.java:333) [spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at net.minecraft.server.v1_7_R3.MinecraftServer.a(MinecraftServer.java:289) [spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:193) [spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:450) [spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block collection; expected <block end>, but found BlockSequenceStart; in 'string', line 26, column 12:
- '&eBuy now!'
^
at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:514) ~[spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203) ~[spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:157) ~[spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[spigot-1.7.9-R0.1-SNAPSHOT.jar:git-Spigot-1478]
... 15 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment