Class PlanBungeeEnableEvent

java.lang.Object
net.md_5.bungee.api.plugin.Event
com.djrapitops.plan.api.events.PlanBungeeEnableEvent

public class PlanBungeeEnableEvent extends net.md_5.bungee.api.plugin.Event
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 - 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 Details

    • PlanBungeeEnableEvent

      public PlanBungeeEnableEvent(boolean enabled)
  • Method Details

    • isPlanSystemEnabled

      public boolean isPlanSystemEnabled()