Skip to content
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

Prevent players in plot chat to see messages from ignored players #4412

Open
PapiCapi opened this issue Apr 27, 2024 · 1 comment
Open

Prevent players in plot chat to see messages from ignored players #4412

PapiCapi opened this issue Apr 27, 2024 · 1 comment
Labels
Enhancement New feature or request

Comments

@PapiCapi
Copy link

What feature do you want to see added?

Currently if you ignore a player with Essentials, you still see his messages in plot chat.
It would be cool to prevent this behaviour as Essentials is already a softdepend.

Are there any alternatives?

Maybe create a PlotChatEvent or something like that so plugins could hook into it and handle the cancellation.

Anything else?

No response

@PapiCapi PapiCapi added the Enhancement New feature or request label Apr 27, 2024
@RedstoneFuture
Copy link
Member

RedstoneFuture commented May 23, 2024

Note: The PlotSquared (Bukkit) API includes a onChat Event (JavaDoc).

Since the ignore feature in this case comes from Essentials (and it is not a feature that many other plugins include), I suggest that Essentials or an Add-On for Essentials should handle it with the PlotSquared API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants