Class PostPlayerAutoPlotEvent


Called after a plot was chosen for a player by /plot auto
Called after PlayerAutoPlotEvent and only, if no listener cancelled the action.
Since:
6.2.0
  • Constructor Details

    • PostPlayerAutoPlotEvent

      public PostPlayerAutoPlotEvent(PlotPlayer<?> plotPlayer, Plot plot)
      Instantiate a new PlayerAutoPlotPostEvent.
      Parameters:
      plotPlayer - The player who claims a new plot by /plot auto.
      plot - The plot that is assigned to the player.