kangarko / ChatControl-Red

Issue tracker and documentation for the next generation ChatControl Red, the most advanced chat management plugin.
43 stars 22 forks source link

1.20.1: What Advancement ID does CCH use? #2701

Closed FaultyFunctions closed 4 weeks ago

FaultyFunctions commented 1 month ago

Are you using MySQL?

No

Are you using BungeeCord/Velocity?

No

Question

Hello! I am using a client side fabric mod called Advancement Plaques. Basically it makes toasts into a bigger deal with sound effects, however I still want to use PM toasts from Chat Control Red but I don't want it to activate the Advancement Plaques mod and make a huge noise and deal every PM.

The mod gives 3 options for adding an advancement to its blacklist. Here is this config file: image

Would I be able to add anything to that blacklist to ignore advancement toasts made by Chat Control Red? Let me know, thanks!

kangarko commented 4 weeks ago

We use bukkit's toast system whereby we put in the bukkit's Material class into it. See what we are doing here, I unfortunately wont be able to assist further: https://github.com/kangarko/Foundation/blob/master/src/main/java/org/mineacademy/fo/remain/Remain.java#L2306