Advertisement
Guest User

Untitled

a guest
May 26th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.15 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # |   Thank you for downloading Chat Tweaks by Zacky1!   | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6. # +------------------------------------------------------+ #
  7. # |                         NOTES                        | #
  8. # +------------------------------------------------------+ #
  9. # If you are getting errors in the console, please parse the file in a yaml parser.
  10. # I suggest: http://yaml-online-parser.appspot.com/
  11. # Enable "Count Tracker"s might create lag on big servers (100+ people) #
  12. # WARNING do NOT edit the version.
  13. Version: v3.0.3
  14. ############################################################
  15.  
  16. #####################<>Caps<>###########################
  17. Caps:
  18.     Enable: true
  19.     Minimum Characters: 5
  20.     Percent Caps: 60.0
  21.     To Lower Case: false
  22.  
  23. #####################<>Replacers<>###########################
  24. Replace:
  25.     Duplicates: true
  26.     Whitespaces: true
  27.  
  28. #####################<>Spam Rate<>###########################
  29. Rates:
  30.    #Do you want ChatTweaks to block message with 1 second between each other?
  31.     Enable: true
  32.     #1: Block Message + Warn Player
  33.     #2: Block Message + Fine Player || Essentials Eco ONLY || Uses swear fine price
  34.     #3: Block Message + Kick Player
  35.     Result: 1
  36.     Kick Message: "Please wait 1 second between each message"
  37.      
  38. #####################<>Swearing<>###########################
  39. Swearing:
  40.     Enable: true
  41.  
  42.     #1: Replace swear with "~"
  43.     #2: Replace swear with "~" and fine player (see below)
  44.     #3: Block message completely
  45.     #4: Block message and kick player
  46.     Severity: 1
  47.    
  48.     #Kick message only works if Severity is on 4.
  49.     Kick Message: "Swearing disallowed on this server."
  50.    
  51.     #If you have essentials, and it's enabled in the Configuration.yml you may toggle this...
  52.     #ONLY WORKS WITH ESSENTIALS
  53.     SwearFine: "500.0"
  54.    
  55.     #Swear words should be in lowercase.
  56.     Swear Words:
  57.        - fuck
  58.         - pussy
  59.         - cunt
  60.         - shit
  61.         - faggot
  62.         - fag
  63.         - slut
  64.         - whore
  65.         - bitch
  66.         - manwhore
  67.         - nigger
  68.         - nigga
  69.         - ass
  70.         - hell
  71.         - damn
  72.         - penis
  73.         - vagina
  74.         - crap
  75.         - suck
  76.         - piss
  77.         - asshole
  78.         - crap
  79.         - wanker
  80.         - bastard
  81.         - goddamn
  82.         - fucking
  83.         - motherfucker
  84.         - motherfucking
  85.         - shitass
  86.  
  87. #####################<>Links && IPs<>###########################
  88. LinksIPs:
  89.     Enable: true
  90.     #Colors which the links will appear.
  91.     Color: BLUE
  92.    
  93.     ##############################################################################################
  94.     #Filtering will happen over 4 stages. They will each ascend up from each other. If CT finds a link on
  95.     #Filter lvl 1, it will not go on Filter lvl 2. If it finds a link on Filter lvl 2, it will not go to Lvl 3.
  96.     #Filtering Levels:
  97.     #0 = LinksIPs should be set to FALSE instead. **Important**
  98.     #1 = Will test for complete links
  99.     #2 = Will test if a word contains (dot) or - | If it finds one, message will be cancelled
  100.     #3 = Will test if word contains "mc" or "www" followed by a word (with a space between it).
  101.     #NOTES: Levels 2 and 3 will mean the whole message is BLOCKED. I will not make it check if
  102.     #that link is present in the whitelisted links list.
  103.     ##############################################################################################
  104.    
  105.     Filtering: 1
  106.    
  107.     #All links listed here will be ALLOWED to be typed in chat. All others will be blocked.
  108.     #Links should be in LOWERCASE and should NOT include http:// or https://
  109.     #LINKS ONLY! IPS WILL NOT WORK.
  110.     Whitelisted Links:
  111.        - "www.google.com"
  112.         - "www.yourwebsite.com"
  113.         - "www.youtube.com"
  114.     #If False, whole message will be cancelled. If true, link will be replaced with "ReplaceWith".
  115.     Replacer:
  116.         Enable: true
  117.         ReplaceWith: "www.yourwebsite.com"
  118.  
  119. #You're done :D
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement