Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 6.21 KB | None | 0 0
  1. [22:59:46] [Server thread/INFO]: [SkyClans] Enabling SkyClans v1.0
  2. [22:59:46] [Server thread/INFO]: ---------------
  3. [22:59:46] [Server thread/INFO]: Enabling §eSkyClans§7. Version: 1.0.
  4. [22:59:46] [Server thread/ERROR]: Cannot load plugins/SkyClans/playerstatistics.yml
  5. org.bukkit.configuration.InvalidConfigurationException: mapping values are not allowed here
  6.  in 'string', line 10, column 16:
  7.         joined_date: 1516236552541
  8.                    ^
  9.  
  10.     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[Spigot.jar:git-Spigot-65e8124-bde2a93]
  11.     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:162) ~[Spigot.jar:git-Spigot-65e8124-bde2a93]
  12.     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:130) ~[Spigot.jar:git-Spigot-65e8124-bde2a93]
  13.     at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:178) [Spigot.jar:git-Spigot-65e8124-bde2a93]
  14.     at me.skyvox.clans.manager.files.FileManager.<init>(FileManager.java:39) [SkyClans_-_1.0.jar:?]
  15.     at me.skyvox.clans.Sky.onEnable(Sky.java:112) [SkyClans_-_1.0.jar:?]
  16.     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) [Spigot.jar:git-Spigot-65e8124-bde2a93]
  17.     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [Spigot.jar:git-Spigot-65e8124-bde2a93]
  18.     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [Spigot.jar:git-Spigot-65e8124-bde2a93]
  19.     at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:380) [Spigot.jar:git-Spigot-65e8124-bde2a93]
  20.     at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:329) [Spigot.jar:git-Spigot-65e8124-bde2a93]
  21.     at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [Spigot.jar:git-Spigot-65e8124-bde2a93]
  22.     at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [Spigot.jar:git-Spigot-65e8124-bde2a93]
  23.     at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [Spigot.jar:git-Spigot-65e8124-bde2a93]
  24.     at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [Spigot.jar:git-Spigot-65e8124-bde2a93]
  25.     at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [Spigot.jar:git-Spigot-65e8124-bde2a93]
  26.     at java.lang.Thread.run(Unknown Source) [?:1.8.0_151]
  27. Caused by: org.yaml.snakeyaml.scanner.ScannerException: mapping values are not allowed here
  28.  in 'string', line 10, column 16:
  29.         joined_date: 1516236552541
  30.                    ^
  31.  
  32.     at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:871) ~[Spigot.jar:git-Spigot-65e8124-bde2a93]
  33.     at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360) ~[Spigot.jar:git-Spigot-65e8124-bde2a93]
  34.     at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[Spigot.jar:git-Spigot-65e8124-bde2a93]
  35.     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:557) ~[Spigot.jar:git-Spigot-65e8124-bde2a93]
  36.     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[Spigot.jar:git-Spigot-65e8124-bde2a93]
  37.     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) ~[Spigot.jar:git-Spigot-65e8124-bde2a93]
  38.     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[Spigot.jar:git-Spigot-65e8124-bde2a93]
  39.     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:154) ~[Spigot.jar:git-Spigot-65e8124-bde2a93]
  40.     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[Spigot.jar:git-Spigot-65e8124-bde2a93]
  41.     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[Spigot.jar:git-Spigot-65e8124-bde2a93]
  42.     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:122) ~[Spigot.jar:git-Spigot-65e8124-bde2a93]
  43.     at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:505) ~[Spigot.jar:git-Spigot-65e8124-bde2a93]
  44.     at org.yaml.snakeyaml.Yaml.load(Yaml.java:424) ~[Spigot.jar:git-Spigot-65e8124-bde2a93]
  45.     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ~[Spigot.jar:git-Spigot-65e8124-bde2a93]
  46.     ... 16 more
  47. [22:59:46] [Server thread/ERROR]: An exception has occurred while loading Chunk (invalid world), Clan Tag: STT!
  48. [22:59:46] [Server thread/ERROR]: An exception has occurred while loading Chunk (invalid world), Clan Tag: STT!
  49. [22:59:46] [Server thread/ERROR]: An exception has occurred while loading Chunk (invalid world), Clan Tag: STF!
  50. [22:59:46] [Server thread/ERROR]: An exception has occurred while loading Chunk (invalid world), Clan Tag: STF!
  51. [22:59:46] [Server thread/ERROR]: Error occurred while enabling SkyClans v1.0 (Is it up to date?)
  52. java.lang.NullPointerException: null
  53.     at org.bukkit.Location.getChunk(Location.java:82) ~[Spigot.jar:git-Spigot-65e8124-bde2a93]
  54.     at me.skyvox.clans.totem.TotemManager.loadTotems(TotemManager.java:253) ~[?:?]
  55.     at me.skyvox.clans.Sky.onEnable(Sky.java:147) ~[?:?]
  56.     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[Spigot.jar:git-Spigot-65e8124-bde2a93]
  57.     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [Spigot.jar:git-Spigot-65e8124-bde2a93]
  58.     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [Spigot.jar:git-Spigot-65e8124-bde2a93]
  59.     at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:380) [Spigot.jar:git-Spigot-65e8124-bde2a93]
  60.     at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:329) [Spigot.jar:git-Spigot-65e8124-bde2a93]
  61.     at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [Spigot.jar:git-Spigot-65e8124-bde2a93]
  62.     at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [Spigot.jar:git-Spigot-65e8124-bde2a93]
  63.     at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [Spigot.jar:git-Spigot-65e8124-bde2a93]
  64.     at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [Spigot.jar:git-Spigot-65e8124-bde2a93]
  65.     at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [Spigot.jar:git-Spigot-65e8124-bde2a93]
  66.     at java.lang.Thread.run(Unknown Source) [?:1.8.0_151]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement