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

Improve docs of chat cancellations with Denizen #3029

Open
Lorias-Jak opened this issue Jan 18, 2025 · 0 comments
Open

Improve docs of chat cancellations with Denizen #3029

Lorias-Jak opened this issue Jan 18, 2025 · 0 comments

Comments

@Lorias-Jak
Copy link

Summary

https://github.com/kangarko/ChatControl/wiki/Listener-Priorities#denizen
Maybe add a line indicating that canceling chat messages via denizen (and other plugins) is not possible due to chatcontrols internals.

Or allow the AsyncChatEvent to be canceled from other plugins. I haven't read into the ChatControl internals that much yet, so I don't know if this is an option or not. In any case, it would make working with denizen a lot easier and increase the general compatibility with ChatControl.

Bukkit.getPluginManager().registerEvent(AsyncChatEvent.class, instance, Settings.CHAT_LISTENER_PRIORITY.getKey(), instance, BukkitPlugin.getInstance(), true);

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

No branches or pull requests

1 participant