Class PlotAutoMergeEvent

java.lang.Object
com.plotsquared.core.events.PlotEvent
com.plotsquared.core.events.PlotAutoMergeEvent
All Implemented Interfaces:
CancellablePlotEvent

public final class PlotAutoMergeEvent extends PlotEvent implements CancellablePlotEvent
Event called when plots are automatically merged with /plot auto
  • Constructor Details

    • PlotAutoMergeEvent

      public PlotAutoMergeEvent(@NonNull String world, @NonNull Plot plot, @NonNull List<PlotId> plots)
      PlotAutoMergeEvent: Called when plots are automatically merged with /plot auto
      Parameters:
      world - World in which the event occurred
      plot - Plot that was merged
      plots - A list of plots involved in the event
  • Method Details