You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the client-side only, character-based mute is the only way for a regular player to mute another player without involving a moderator or admin. This system works for the average annoying player, but is easily circumvented just by the muted player switching characters - meaning it's useless against anyone with half a brain and an inkling of desire to keep harassing other players.
The server should be able to receive mute requests that filter one user's messages and prevent them from displaying for the player who requested the mute, based on IPID. This would make circumvention of the player mute system more difficult and functional, and lessen the need for moderators or admins to always be around for punitive action.
So as not to interfere with already functional admin command /mute, I propose this be handled via the following command: /block <Player ID | IPID (if known)>
Argument should be interpreted into the corresponding IPID regardless so as to not release the block on disconnect or character swap.
Client-side implementation should also be considered via the Player List widget context menu.
The text was updated successfully, but these errors were encountered:
honestly, we should just make the client do this better rather than adding even more complexity into the server to make up for the client's myriad shortcomings
Currently the client-side only, character-based mute is the only way for a regular player to mute another player without involving a moderator or admin. This system works for the average annoying player, but is easily circumvented just by the muted player switching characters - meaning it's useless against anyone with half a brain and an inkling of desire to keep harassing other players.
The server should be able to receive mute requests that filter one user's messages and prevent them from displaying for the player who requested the mute, based on IPID. This would make circumvention of the player mute system more difficult and functional, and lessen the need for moderators or admins to always be around for punitive action.
So as not to interfere with already functional admin command
/mute
, I propose this be handled via the following command:/block <Player ID | IPID (if known)>
Argument should be interpreted into the corresponding IPID regardless so as to not release the block on disconnect or character swap.
Client-side implementation should also be considered via the Player List widget context menu.
The text was updated successfully, but these errors were encountered: