Hide chat to specific user

Discussion in 'Plugin Development' started by lucasdidur, Feb 26, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    lucasdidur

    Hello people,

    I have a doubt.
    How I can hide the chat for a particular person in Minecraft?

    Ex:

    I Do not wanna see the chat, then I type /hidechat and no longer appears chat on my screen.

    It is possible to do this?

    I found

    event.getRecipients().remove(player).

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
  2. Offline

    DreamPhreak

    Yes it is possible, ive seen it before, but i need this feature into its own plugin or something. Ive seen it before as part of the SimpleClans plugin, using the /global on|off command, which turns off most of the chat for that player. It didnt work for blocking irc though, so heads up on that.

    This is a bump and a +1 to this topic, cause ive been searching everywhere and no luck.

    EDIT: Lucasdidur, after searching for a while, i finally found a lightweight plugin to do what you wanted, http://dev.bukkit.org/server-mods/silence/

    It, however, doesnt work for blocking IRC chat, which is what i needed, but anywho your welcome.
     
    lucasdidur likes this.
Thread Status:
Not open for further replies.

Share This Page