Skip to content

Instantly share code, notes, and snippets.

@amlette
Created March 18, 2014 17:08
Show Gist options
  • Select an option

  • Save amlette/9624533 to your computer and use it in GitHub Desktop.

Select an option

Save amlette/9624533 to your computer and use it in GitHub Desktop.
[18:03:20 INFO]: amlette lost connection: Disconnected
[18:03:20 ERROR]: Could not pass event PlayerQuitEvent to CommandBook v2.3
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
va:320) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
a:62) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j
ava:486) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
ava:471) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.PlayerList.disconnect(PlayerList.java:28
1) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java
:702) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:130) [craf
tbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:6
55) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:2
50) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:5
45) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java
:457) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:6
17) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
Caused by: org.yaml.snakeyaml.reader.ReaderException: special characters are not
allowed
at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.ja
va:98) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:191)
~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:63) ~
[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
at org.yaml.snakeyaml.Yaml.load(Yaml.java:423) ~[craftbukkit.jar:git-Buk
kit-1.7.2-R0.3-b3020jnks]
at com.sk89q.util.yaml.YAMLProcessor.load(YAMLProcessor.java:112) ~[?:?]
at com.sk89q.commandbook.session.SessionComponent.getUserConfiguration(S
essionComponent.java:254) ~[?:?]
at com.sk89q.commandbook.session.SessionComponent.onPlayerQuit(SessionCo
mponent.java:332) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0
_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0
_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
.7.0_51]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
va:318) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-b3020jnks]
... 11 more
@amlette
Copy link
Author

amlette commented Mar 18, 2014

Problème solutionné :
• Architecture manquante dans le fichier "sessions/amlette.yml".
     —› Réédition du fichier de session à la main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment