-
-
Notifications
You must be signed in to change notification settings - Fork 755
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
Introduce edit-sign
flag
#4236
Introduce edit-sign
flag
#4236
Conversation
Bukkit/src/main/java/com/plotsquared/bukkit/listener/PlayerEventListener120.java
Outdated
Show resolved
Hide resolved
Core/src/main/java/com/plotsquared/core/plot/flag/GlobalFlagContainer.java
Show resolved
Hide resolved
The flag addition should also be documented in https://github.com/IntellectualSites/documentation/tree/main/plotsquared |
Wouldn't it makes sense to add a bypass permission to the flag? Admins who are not added on the plot cannot create signs with text. They all appear empty when placed since the PlayerSignOpenEvent is cancelled. |
I'm already looking for that too. You can get around this either way if the admins trust each other for a moment. But it doesn't make sense that an admin can't edit or set the signs. |
Overview
Fixes #4205
Description
Introduces a flag to allow sign editing separately from the
use
flag. The use flag is typically used to allow interactions with shops etc, but players should not be able to just edit every sign if the use flag is needed.Submitter Checklist