Advertisement
Guest User

cmi

a guest
Feb 20th, 2020
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 6.20 KB | None | 0 0
  1. [19:20:20] [Server thread/ERROR]: Could not call method 'public static org.bukkit.Location org.bukkit.Location.deserialize(java.util.Map)' of class org.bukkit.Location for deserialization
  2. java.lang.IllegalArgumentException: unknown world
  3.     at org.bukkit.Location.deserialize(Location.java:595) ~[spigot.jar:git-Spigot-21fe707-e1ebe52]
  4.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_222]
  5.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_222]
  6.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_222]
  7.     at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_222]
  8.     at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaMethod(ConfigurationSerialization.java:77) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  9.     at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:117) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  10.     at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:195) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  11.     at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:35) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  12.     at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  13.     at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:373) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  14.     at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:147) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  15.     at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:354) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  16.     at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:489) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  17.     at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  18.     at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  19.     at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:373) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  20.     at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:147) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  21.     at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:354) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  22.     at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:489) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  23.     at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  24.     at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  25.     at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:373) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  26.     at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:147) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  27.     at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:354) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  28.     at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:489) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  29.     at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  30.     at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  31.     at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:141) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  32.     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:127) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  33.     at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  34.     at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  35.     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  36.     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  37.     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  38.     at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  39.     at com.Zrips.CMI.Modules.Portals.PortalManager.load(PortalManager.java:337) [CMI8.6.19.3.jar:?]
  40.     at com.Zrips.CMI.Config.reload(Config.java:2399) [CMI8.6.19.3.jar:?]
  41.     at com.Zrips.CMI.commands.list.reload.perform(reload.java:21) [CMI8.6.19.3.jar:?]
  42.     at com.Zrips.CMI.commands.CommandsHandler.onCommand(CommandsHandler.java:299) [CMI8.6.19.3.jar:?]
  43.     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  44.     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  45.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  46.     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(CraftServer.java:627) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  47.     at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:412) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  48.     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:375) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  49.     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  50.     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot.jar:git-Spigot-21fe707-e1ebe52]
  51.     at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement