Class PostPlayerPlotAddedEvent


Called when a player is added to a plot
Since:
7.6.0
  • Constructor Details

    • PostPlayerPlotAddedEvent

      public PostPlayerPlotAddedEvent(PlotPlayer<?> initiator, Plot plot, UUID player, boolean added, PlayerPlotAddRemoveEvent.Reason reason)
      PlayerPlotHelperEvent: Called when a player is added to a plot
      Parameters:
      initiator - Player that initiated the event
      plot - Plot in which the event occurred
      player - Player that was added/removed from the helper list
      added - true if the player was added, false if the player was removed
      reason - The reason for the add/remove