ChatFilter

Discussion in 'Plugin Requests' started by EleV8d, Sep 17, 2015.

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

    EleV8d

    Plugin category: Admin

    Suggested name: ChatFilter [1.8]

    What I want: I hate the annoying messages worldguard sends like Hey! you cant.... i need a plugin where you can add and remove things in the chat/consol! [NOT ONLY WHAT THE PLAYER TYPES]!

    Ideas for commands: /chatfilter add [TEXT] /chatfilter remove [TEXT] /chatfilter list

    Ideas for permissions: none it should apply for everyone even the op/owner

    When I'd like it by: ASAP
    I know there is plugin like this but i cant seem the get them to work! And some are to complicated! please!
     
  2. Offline

    Binner_Done

    @EleV8d You do realize you can disable the world guard text for the "Hey! you can't..." its a flag something like deny-message
     
  3. Online

    timtower Administrator Administrator Moderator

    @EleV8d MessageFilter will stop it from reaching the players at least. Not in the console though, but you shouldn't want to remove stuff there.
     
  4. Offline

    EleV8d

    i have messagefilter but i cant get it to work ive watched that video he/she got on the bukkit plugin link! and it still doenst work!
     
  5. Online

    timtower Administrator Administrator Moderator

    @EleV8d Do you have ProtocolLib installed?
     
  6. Offline

    EleV8d

  7. Online

    timtower Administrator Administrator Moderator

    @EleV8d Did you ask the developer for help already?
     
  8. Offline

    EleV8d

    @Binner_Done Thank you it worked but i still want MessageFilter to work! :D

    @timtower Nope!

    EDIT by Timtower: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 17, 2015
  9. Online

    timtower Administrator Administrator Moderator

    fromgate likes this.
  10. Offline

    fromgate

    @EleV8d
    Hi!
    You can use MessageFilter. It allows to remove message or replace it with another.

    Today I uploaded a new version, it works fine with 1.8.8 server and latest ProtocolLib.
    http://dev.bukkit.org/bukkit-plugins/message-filter/

    Here is example of rule that remove worldguard message: "You are not permitted to enter this area"

    Code:
    not_permited:
      type: EQUAL
      message-mask: '&4You are not permitted to enter this area.'
      replace-to: ''
      cooldown-time: ''
      use-formating: true
    
     
    Last edited: Sep 18, 2015
Thread Status:
Not open for further replies.

Share This Page