Anti Advertising

Discussion in 'Archived: Plugin Requests' started by SnapyT, Oct 19, 2013.

  1. Offline

    SnapyT

    Name: NoAdvertising

    Description: when a player is trying to advertise a ip, for example mc.fontypvp.com. then the plugin will replace the ip with ***.***.***.*** and run a custom command defined in the config file. its should also send a message to all the players on the server, when someone is trying to advertise.

    Config:
    server ip whitelist: mc.fontypvp.com - example of what server ip that should be allowed to say.
    command: /ban <player> (reason) - what command that should be runned on advertising.
    message: <Player> just tried to advertise - what message that should be broadcasted to the server.
    replacement: ***.***.***.*** - replace material of the ip advertised.

    When i want the plugin: i really need this plugin as fast as possible.

    Thank You
    Best Regards
    Herman - SnapyT
     
  2. Check out PwnFilter
     
  3. Offline

    SnapyT

    not the features i am looking for.
     
  4. What does it not have?
     
    timtower likes this.
  5. Online

    timtower Administrator Administrator Moderator

  6. Offline

    SnapyT

    Last edited by a moderator: Jun 4, 2016
  7. Offline

    bc112354

    essentials has it built in. Just don't give players permission essentials.chat.url
     
  8. Offline

    AndyMcB1

     
  9. Yes, it does...

    Code:
    # REPLACE AN IP ADDRESS / DOMAIN NAME and IGNORE ones you don't want to block, replace it with your url, ban the player with a message and log the event.
    match \b\d{1,3}+\p{P}*\d{1,3}+\p{P}*\d{1,3}+\p{P}*\d{1,3}+\b|([\w-\.]+)((?:[\w]+\.)+)([a-zA-Z]{2,4})
    ignore string mc.fontypvp.com|google.com|youtube.com|bukkit.org|minecraft.net|minecraftwiki.net|play.codex-mc.net
    then console ban &player Advertising is prohibited on this server!
    then console broadcast &player attempted to advertise and has been banned!
    then replace ***.***.***.***
    then log
    then console ban &player -s Banned for racism!
     

Share This Page