SimpleClans

SimpleClans

467k Downloads

Supporting Chatcontrol /ignore

TomLewis opened this issue ยท 7 comments

commented

I've asked both sides as I'm not sure which one should implement! But is there an easy way to use the chat control pro API to use their ignore feature for people in crew and ally chat?

commented

How does this ignore thing work?

commented

Why would you ignore your own clanmate? Usually ignored players are people who irk you, whom you don't want to work with.

commented

Why would you ignore your own clanmate? Usually ignored players are people who irk you, whom you don't want to work with.

Some crews have 100 people in, and people can be annoying, just because you are in a crew does not mean you have to like all 100 people in it!

How does this ignore thing work?
https://github.com/kangarko/ChatControl-Pro/wiki/Developer-API

Hes got an api? In-game players just /ignore and they are ignored from chat/msg which is handed by ChatControl pro.

commented

https://github.com/marcelo-mason/SimpleClans/blob/master/src/main/java/net/sacredlabyrinth/phaed/simpleclans/events/ChatEvent.java
ChatControl just needs to listen to this event and remove any player that used /ignore from the receivers list (getReceivers()).

commented

Hi there,

@RoinujNosde
I was wondering if you have any maven repository because I am unable to find it.

Regards,
lackoSK

commented

@lackoSK I have not, there used to be one, but it's offline for some time now.
You can manually add the jar.

commented

That was what I was asking for. Thanks...!