Funzocker1
Schafhirte
Also ich habe ein Problem. Ich code gerade ein Tv Programm Plugin das einen Fehler hat. Siehe code http://pastebin.com/j7W50TXZ.
Also in Zeile 72 Kommt wenn das Plugin in die Uhrzeit hineingeht das hier
Also in Zeile 72 Kommt wenn das Plugin in die Uhrzeit hineingeht das hier
23
1:01 [SEVERE] Exception in thread "pool-1-thread-2"
23
1:01 [SEVERE] org.apache.commons.lang.UnhandledException: Plugin fMts v0.1 g
enerated an exception while executing task 4
at org.bukkit.craftbukkit.v1_5_R1.scheduler.CraftAsyncTask.run(CraftAsyn
cTask.java:56)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_5_R1.block.Cr
aftBlockState cannot be cast to org.bukkit.block.Sign
at me.funzocker1.MtsSystem.MtsSystem$1.run(MtsSystem.java:72)
at org.bukkit.craftbukkit.v1_5_R1.scheduler.CraftTask.run(CraftTask.java
:53)
at org.bukkit.craftbukkit.v1_5_R1.scheduler.CraftAsyncTask.run(CraftAsyn
cTask.java:53)
... 3 more
23
enerated an exception while executing task 4
at org.bukkit.craftbukkit.v1_5_R1.scheduler.CraftAsyncTask.run(CraftAsyn
cTask.java:56)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_5_R1.block.Cr
aftBlockState cannot be cast to org.bukkit.block.Sign
at me.funzocker1.MtsSystem.MtsSystem$1.run(MtsSystem.java:72)
at org.bukkit.craftbukkit.v1_5_R1.scheduler.CraftTask.run(CraftTask.java
:53)
at org.bukkit.craftbukkit.v1_5_R1.scheduler.CraftAsyncTask.run(CraftAsyn
cTask.java:53)
... 3 more