Can I... answer: no

Discussion in 'Archived: Plugin Requests' started by xMrPoi, Jan 12, 2013.

  1. Offline

    xMrPoi

    Can someone make a plugin so that if anyone types in "can I..." the server automatticaly broadcasts a message saying: "No." So like if someone ask: "Can I have creative" it automatically says "No."
    I'm not sure if it's easy or not. It should be the same as a censoring plugin. Thanks!
     
  2. Offline

    LaxWasHere

  3. Offline

    Pew446

    I call this one...


    Edit: odarn
     
  4. Offline

    lordaragos

    I got it... Pew gave me consent
    I'll need to ask a few questions though
     
  5. Offline

    Dark_Riddles

    I get this but how would this work what if a player asking a player if he can have wood or something
     
  6. Offline

    XboxEnforcer

    I will be making this plugin - should take about 5 minutes.
     
  7. Offline

    lordaragos

    feel free xD I can't get my git working
     
  8. Offline

    Dark_Riddles

    X12Gaming Here and ideat add a config and the owner or who ever has the config can type what they dont want a player to say for example
    Config.
    Here you can edit what you don't want people to say
    Example
    1)Can I have Food
    1msg)No you may not
    2)Can I have op
    2msg)No you may not
    Commands
    1)/mute (Player) (Mins Seconds Hour)
    2)/tempban (Player (xtime)
    Just and idea
     
  9. Offline

    LaxWasHere

    Why are you guys making complicated plugins when all you need is a simple regex line.
     
  10. Offline

    XboxEnforcer

    Love the idea. I may integrate it in a later release.
     
  11. Offline

    xMrPoi

    Thanks everyone!! :)
     
  12. Offline

    Mozio

    What if someone is simply asking a friend for an item?

    EDIT: I saw Dark_Riddles comment, i get it now
     
  13. Offline

    chasechocolate

    You would need a pretty long config: "May I have op?" "Can you make me op" "Can I be op" etc.
     
  14. Offline

    LaxWasHere

    How to block YOLO with dev.bukkit.org/server-mods/pwnfilter/

    Code:php
    1.  
    2. match (y+(\W)*(0|o)+(\W)*(1|l)+(\W)*(0|o)+(\W)*)
    3. then deny
    4. then kill
    5. then warn &4You only lived once.
    6.  


    No need of that fancy listeners.
     
  15. Offline

    xMrPoi

    I only need it to broadcast a message from the server or something saying no. But only if their sentence has "can I" in it.
     
  16. Offline

    MysteryManX

    Can I configure it so when some 12 year old noob starts saying "#YOLO SWAG 2012" it'll make a clockwork ninja money jump out of their screen, and slap them?
     
  17. Offline

    xMrPoi

    Sure :p
     
  18. Offline

    tremor

    As the developer of PwnFilter I would like to request that I can add your RegEx example to my official examples page.. love this! :D
     

Share This Page