-
-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PostPlotClearEvent added #4268
PostPlotClearEvent added #4268
Conversation
I think it could be worth making this a player event, as the clearing player could be a moderator/admin, not just the plot owner for example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And don't delete the checklist. It's there for a reason (e.g. describing the usage of the since annotation)
Core/src/main/java/com/plotsquared/core/events/post/PostPlotClearEvent.java
Show resolved
Hide resolved
Core/src/main/java/com/plotsquared/core/events/post/PostPlotClearEvent.java
Outdated
Show resolved
Hide resolved
Core/src/main/java/com/plotsquared/core/util/EventDispatcher.java
Outdated
Show resolved
Hide resolved
Core/src/main/java/com/plotsquared/core/util/EventDispatcher.java
Outdated
Show resolved
Hide resolved
Core/src/main/java/com/plotsquared/core/util/EventDispatcher.java
Outdated
Show resolved
Hide resolved
Core/src/main/java/com/plotsquared/core/events/post/PostPlotClearEvent.java
Outdated
Show resolved
Hide resolved
I would still like this to be extend PlotPlayerEvent as the player executing the clear would be useful to know and please ensure that the imports are cleaned up in the files to follow the project code style and spotless requirements |
Overview
PostPlotClearEvent added
Fixes #4288