Advertisement
Guest User

Untitled

a guest
Feb 8th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. #Standard Languge you wat to use (see http://dev.bukkit.org/server-mods/antiad/ for valid values here)
  2. Language: en
  3. #Command sent to console when someone advertises
  4. Command-Ad: tempban <player> <time> <reasonad>
  5. #Command sent to console when someone spams
  6. Command-Spam: kick <player> <reasonspam>
  7. #The Amount of time they are banned for
  8. Time: 5
  9. #The message players are given if not banned.
  10. Spam_Message: Chat spammen
  11. #The message players are given if not banned.
  12. Ad_Message: Werbung auf dem Server machen
  13. #Broadcasts a notification that someone has been punished for advertising
  14. Notification-Message: false
  15. #Says Server is running AntiAd
  16. JoinMsg-On: false
  17. #Check if there are spam
  18. Spam-Detection: true
  19. #Says whether it will detect url's or not
  20. URL-Detection: true
  21. #check if there are any URLS ex. google.com
  22. IP-Detection: true
  23. #Check if all is Caps
  24. Caps-Detection: true
  25. #Checho for long spam
  26. Spam-Number-Letters-check: true
  27. #Number of characters without a space that become spam
  28. Spam-Number-Letters: 25
  29. #Number of Capital Letters that become spam per word Eg More than 3 Letters Per Word Become Spam
  30. Spam-Procent-Capital-Words: 20
  31. #What commands the plugin listens to (private, me and so on.)
  32. Detected-Commands:
  33. - /t
  34. - /tell
  35. #Warns admins when a player is spamming
  36. SpamWarnAdmins: true
  37. #Warns a admin when a player is advertising
  38. AdWarnAdmins: true
  39. #Number of times a player can spam/advertise before a action is taken we recommend it's set on 3.)
  40. warnings: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement