Package com.djrapitops.plan.api.events
Class PlanVelocityEnableEvent
- java.lang.Object
-
- com.djrapitops.plan.api.events.PlanVelocityEnableEvent
-
public class PlanVelocityEnableEvent extends java.lang.Object
Event that is called when Plan is enabled.This includes, but might not be limited to: - First time the plugin enables successfully - Plan is reloaded - Bukkit-BungeeCord setup updates settings - Plan is enabled after it was disabled
event.isPlanSystemEnabled()
can be called to determine if the enable was successful. It is not guaranteed that this event is called when the plugin fails to enable properly.
-
-
Constructor Summary
Constructors Constructor Description PlanVelocityEnableEvent(boolean enabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isPlanSystemEnabled()
-