IllegalPluginAccessException with player_move
LadyCailinBot opened this issue ยท 2 comments
CMDHELPER-2723 - Reported by Hekta
This stacktrace is spammed in the console when a player_move event is triggered (CommandHelper 1538-d7666b9) :
2013-06-24 04:46:11 [SEVERE] null
org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled
at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftScheduler.validate(CraftScheduler.java:394)
at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftScheduler.callSyncMethod(CraftScheduler.java:150)
at com.laytonsmith.abstraction.bukkit.BukkitConvertor.runOnMainThreadAndWait(BukkitConvertor.java:354)
at com.laytonsmith.core.events.drivers.PlayerEvents$player_move$1.run(PlayerEvents.java:1491)
at java.lang.Thread.run(Thread.java:722)
Comment by LadyCailin
Can you try this again with the newest versions? This event has been fixed in other cases now, and it likely should have fixed this bug (though I never saw it reproduced myself). If it's not fixed, feel free to re-open.