Inactive [ADMN/CHAT] WordStopper v1.1 - Kick players when they swear [1.0.1-R1]

Discussion in 'Inactive/Unsupported Plugins' started by gamerluke, Sep 24, 2011.

  1. Offline

    gamerluke

    WordStopper - Auto kick people who swear!
    Thanks to @EdenCampo for helping me with this
    Features:
    • Automatically kicks players when they swear
    • Announces who was kicked + why they were kicked
    Trigger Words:
    Click to View: (open)

    • Fuck
    • Shit
    • Bitch
    • Bastard
    • WTF
    • OMFG
    • LMFAO
    • Various sex terms
    • Cunt
    • Bum

    Ideas:
    1. Suggest words to be blocked
    2. Permissions for who can see messages
    ChangeLog:
    • Version 1.0
      • Plugin Released
    • Version 1.1
      • More words added (Seen as red in spoiler)
    • Version 1.2
      • More words added (Seen as bold red in spoiler)
     
    DaEgo likes this.
  2. Offline

    EdenCampo

    Mother Fucker,idiot,stupid,annoying...
    Well thats some words to add..
    Maybe add a config file ?
     
    houba1970 likes this.
  3. Offline

    gamerluke

    @EdenCampo
    Anything with "fuck" in it will count, therefore Mother Fucker, will kick...

    But do you really want people being kicked when they say "idiot" or "stupid" or "annoying" - What if they say:
    - This lava is annoying!
    - Notch made pistons so stupidly

    Though I'm not actually able to add config files since I don't understand how to use them currently.
     
  4. Offline

    EdenCampo

    @gamerluke
    Well,that's ok.
    Btw,you need help creating the configartion file?
    I think I can help...


    P.S if someone will say 'fk you' it wll still kick him? Or even add a counter,like when people say bad words 3/4 times,it will ban them :)
     
  5. Offline

    Kohle

    Um... if you broadcast the word they say, isn't that defying the point of this plugin? Otherwise, nicely done.
     
  6. Offline

    user_43347

    You might want to remove the "words" from the main post, not nice to see.
     
    gamerluke likes this.
  7. Offline

    gamerluke

    Hmm, the intention was to stop people being rude to eachother... therefore if someone says "??? is a bitch" then it will kick them and only say the word "bitch" to notify admins what the word was.

    Any helps is greatly thanked :) Click the link in my signature from the main post...
    I'm adding "fk" now. Done.

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

    EdenCampo

    @gamerluke
    Added you to skype,I whould be happy to help you :)
     
  9. Offline

    gamerluke

    @EdenCampo
    Alright, added... Sorry about the link in my signature, I changed something without thinking about it so it went wrong :p Fixed.
     
  10. Offline

    Kohle

    Perhaps instead of a broadcast, it just sends players who have a defined permission node the notice? I think that makes a bit more sense ;)
     
  11. Offline

    gamerluke

    @Kohle Lol, again... I would love to do that, but I don't know how to use permissions in coding currently :X
     
  12. Offline

    Kohle

    It's real simple to support SuperPerms!

    Code:Java
    1. if (player.hasPermission("your.node")) {
    2. //All the stuff that happens if they got the node
    3. }
     
  13. Offline

    gamerluke

    @Kohle Hmm, seems pretty straight forward... but for this plugin I don't know how I would do it.
     
  14. Offline

    MrMag518

    please add a config where you can add words you wanna ban urself.
     
  15. Offline

    gamerluke

    @MrMag518 - Unfortunatly I have already decided what I'm going to do in terms of a config, I'm going to have it setup so you can enable or disable words (True / False) for if they kick.

    Also- If you use the plugin currently then it will create the config file but not use it, It's currently in the work in progress stages.
     
  16. Offline

    MrMag518

  17. Needs more words...
     
  18. Offline

    gamerluke

    If you suggest some then they will get added.
     
  19. Offline

    Red_Roses

    add cunt,idiot,bitch, and BUMBHOLE

    or bumbhole



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

    gamerluke

    Please check the dropdown before suggesting ideas, "Bitch" is already being blocked.
    Also, as said in a previous post "Idiot" will not be added, since it's not a servere.

    Note: Currently adding "Cunt" and "Bum" into the plugin.
    Added your words (view spoiler)

    Thank you for suggesting some words, I would be very happy for more.
     
  21. Offline

    jtl999

    Idea
    Import word lists

    dl broken

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

    gamerluke

  23. Offline

    iDubstepXReMiiX

    U should add slang shuch as; Fuk(Fuck) Dik (Dick) A-Hole (ASSHOLE) and so on...
     
  24. Offline

    gamerluke

    I have already started to add in certain things like this (they just aren't mentioned)
     
  25. Offline

    iDubstepXReMiiX

    umm ok ty i found out anyway how to put in words :) so its all good. And i donated to bukkit.org SO Hope you keep posting plugins ;)
     
  26. Offline

    columb

    Wat about config file to customize blocked words?
     
  27. Offline

    gamerluke

    What do you mean, you found a way of putting words in?
    Also - Donating to bukkit.org doesn't help me, it helps the people who keep bukkit running.

    Read my previous replies.

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

    iDubstepXReMiiX

    The way I add words is going to the file with the pre-installed words in it and editing it with notepad ++
     
  29. Offline

    tmad40blue

    I have been searching for months (to no avail) for a censor plugin that allows WORD EXCEPTIONS. For example I want my members to be able to say "grass", but not "ass". However, every censor plugin I've tried cannot distinguish between the two, and punishes the member regardless. Is it at all possible to add a feature where I can add exceptions, such as the word "grass"?
     
  30. Offline

    gamerluke

    Hmm... I would have to code every single word in; else... erm,

    Note: I just saw your signature while writing this, I immediately am going to try coding this specifically for you :)

    You mean changing the coding in my plugin?

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

Share This Page