Advertisement
Ergenta

Untitled

Jan 23rd, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. # ---------------------------------------------------------
  2. # Prevent flooding the chat with junk / repetitive messages
  3. # ---------------------------------------------------------
  4. Anti_Spam:
  5. Similarity_Check:
  6.  
  7. # [NOTICE] If you are running non-english server, please disable it.
  8. Ignore_Special_Characters: true
  9.  
  10. Ignore_Duplicate_Characters: false
  11.  
  12. # If enabled, first and second argument in commands will be ignored.
  13. # This makes the check less annoying in messages like "/tell <player> message"
  14. # wherein "/tell" and "<player>" would not be counted as repetitive.
  15. Ignore_First_Arguments_In_Commands: true
  16.  
  17. Commands:
  18.  
  19. # Delay in seconds between commands. Set to 0 to disable.
  20. Delay_Between_Commands: 0
  21.  
  22. Delay_Points:
  23. Warn_Set: fastmessages
  24.  
  25. # The %delay is the delay between the current and last command (in seconds)
  26. Amount: 0
  27.  
  28. # Block repetitive commands if they are similar to the previous one, in percent.
  29. # Set to 0 or 100 to disable.
  30. Similar_Percentage_Block: 50
  31.  
  32. Similarity_Points:
  33. Warn_Set: spam
  34. Amount: 4 * (%similarityPercentage / 2)
  35.  
  36. # If enabled, *ONLY* the commands listed in white-list will be checked.
  37. Whitelist_Works_Like_Blacklist: false
  38.  
  39. # Commands ignored from the similarity check, meaning player can run the same commands multiple times after each other.
  40. Whitelist_Similarity:
  41. - tell
  42. - pm
  43. - t
  44. - w
  45. - r
  46. - home
  47. - spawn
  48. - warp
  49.  
  50. # Commands ignored from the delay check, meaning player must not wait before executing the command.
  51. Whitelist_Delay:
  52. - spawn
  53. - hello
  54.  
  55. # Following commands will be handled as chat completely, including
  56. # anti-spam, rules, writer, points, etc. (all like it would be a chat message)
  57. # Anti-caps, capitalizing and dot will also be applied.
  58. Handle_As_Chat:
  59. - me
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement