Package com.plotsquared.core.events.post


package com.plotsquared.core.events.post
Contains events which are fired after specific actions are completed.
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.