UserMute mutator for dedicated servers

Search, find and discuss about Mutators!
Post Reply
Buggie
Godlike
Posts: 2744
Joined: Sat Mar 21, 2020 5:32 am

UserMute mutator for dedicated servers

Post by Buggie »

Any user can mute messages from another user only for self.

Open GUI:
mutate mute
Show list of mute rules:
mutate mutelist
Mute Nickname chat messages:
mutate mute <Nickname>
Mute Nickname chat messages and broadcast messages:
mutate mutex <Nickname>
Unmute nickname:
mutate unmute <Nickname>

For example
mutate mute Cali
Mute messages from player Cali and you not see them.
mutate mutex Cali
Mute all messages, include about kills, from player Cali and you not see them.

Mute work only for caller. Any other players still able see messages from this player.

Mute rules stored HashIP and HashNextgenID, so if found match in that things, then user can be mute with different name.

Mute list stored on client.
For all setting used UserMute.ini on client/server.
For full info read .txt file inside .zip

This is package which need be installed only on dedicated servers.
Client must never copy it to System.
So I not make versioning by package name.


UserMute_0.7.zip
(35.36 KiB) Downloaded 25 times
Last edited by Buggie on Thu Apr 29, 2021 5:11 pm, edited 2 times in total.
Buggie
Godlike
Posts: 2744
Joined: Sat Mar 21, 2020 5:32 am

Re: UserMute mutator for dedicated servers

Post by Buggie »

Added v0.6

- Properly work with NexgenID
- Two side mute (muted player not hear you - automatically mute you) - admin can disable this feature.
- Fix some bugs.

--- EDIT ---

Added v0.7

- Remove two side mute feature.
- Fix few critical bugs.

On update remove UserMute.ini on server in folder System
User avatar
Barbie
Godlike
Posts: 2808
Joined: Fri Sep 25, 2015 9:01 pm
Location: moved without proper hashing

Re: UserMute mutator for dedicated servers

Post by Barbie »

Buggie wrote: Thu Apr 29, 2021 4:41 pm Added v0.7
[...]
On update remove UserMute.ini on server in folder System
On server a file "UserMute.ini" does not exist. Do the users joining the server have to remove their UserMute.ini?
"Multiple exclamation marks," he went on, shaking his head, "are a sure sign of a diseased mind." --Terry Pratchett
Buggie
Godlike
Posts: 2744
Joined: Sat Mar 21, 2020 5:32 am

Re: UserMute mutator for dedicated servers

Post by Buggie »

Barbie wrote: Sat May 01, 2021 11:46 pm On server a file "UserMute.ini" does not exist. Do the users joining the server have to remove their UserMute.ini?
OK. Users do not need do anything.
Post Reply