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

Chat filter #89

Open
7hatGuyAJ opened this issue Sep 2, 2023 · 2 comments
Open

Chat filter #89

7hatGuyAJ opened this issue Sep 2, 2023 · 2 comments

Comments

@7hatGuyAJ
Copy link

venturechats chat filter overrides the plugin chatfilter, is there any way to disable the chat filtering for venturechat?

VentureChat Version: 3.6.0
Written by Aust1n46

Paper version git-Paper-169 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT) (Git: b4e3b3d)

@7hatGuyAJ
Copy link
Author

On my Dev server where ChatFilter works ChatFilter loads before VentureChat.

[ChatFilter]: Loading server plugin ChatFilter v2.0.14
[VentureChat]: Loading server plugin VentureChat v3.6.0

On my live server where Chatfilter is not working VentureChat loads first.

[VentureChat]: Loading server plugin VentureChat v3.6.0
[VotingPlugin]: Loading server plugin VotingPlugin v6.13
[ChatFilter]: Loading server plugin ChatFilter v2.0.14

Is it possible for you to make VentureChat soft depend? on ChatFilter.

@Aust1n46
Copy link
Owner

Aust1n46 commented Sep 5, 2023

Soft depend would make VentureChat load second.

And all you need to do is configure the event priority in their config: https://github.com/A4Papers/ChatFilter/blob/master/src/main/resources/config.yml#L100-L111

The plugins are conflicting over HIGHEST priority chat events, which run last. Just change it to HIGH and it will get the event before VentureChat.

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

2 participants