CommandHelper

CommandHelper

46.5k Downloads

IllegalPluginAccessException with player_move

LadyCailinBot opened this issue ยท 2 comments

commented

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)

commented

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.

commented

Comment by Hekta

I've never been able to intentionally produce this stacktrace, I never knew why this error occured, however, I don't got it since long time, I think it is fixed.