Package com.plotsquared.core.listener
Class PlotListener
java.lang.Object
com.plotsquared.core.listener.PlotListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Marks an effect as a status effect that will be removed on leaving a plotvoid
boolean
plotEntry
(PlotPlayer<?> player, Plot plot) boolean
plotExit
(PlotPlayer<?> player, Plot plot) void
-
Constructor Details
-
PlotListener
-
-
Method Details
-
startRunnable
-
plotEntry
-
plotExit
-
logout
-
addEffect
Marks an effect as a status effect that will be removed on leaving a plot- Parameters:
uuid
- The uuid of the player the effect belongs toname
- The name of the status effectexpiresAt
- The time when the effect expires- Since:
- 6.10.0
-