Class UserKickEvent

java.lang.Object
org.bukkit.event.Event
net.essentialsx.api.v2.events.UserKickEvent
All Implemented Interfaces:
Cancellable

public class UserKickEvent extends Event implements Cancellable
Called when a user is kicked with the /kick command.
  • Constructor Details

    • UserKickEvent

      public UserKickEvent(IUser kicked, IUser kicker, String reason)
  • Method Details