Package com.plotsquared.core.events.post
package com.plotsquared.core.events.post
Contains events which are fired after specific actions are completed.
E.g.
E.g.
PlotDeleteEvent
is called before a plot is actually deleted and useful for
cancelling the action itself. PostPlotDeleteEvent
will be called after the plot was
deleted.-
ClassDescriptionCalled after a plot was chosen for a player by
/plot auto
Called afterPlayerAutoPlotEvent
and only, if no listener cancelled the action.Called after the owner of a plot was updated.Called after aPlot
was deleted.Called after multiple plots were merged with another.Called when several plots were unlinked.