Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ############################################################
- # +------------------------------------------------------+ #
- # | Thank you for downloading Chat Tweaks by Zacky1! | #
- # +------------------------------------------------------+ #
- ############################################################
- # +------------------------------------------------------+ #
- # | NOTES | #
- # +------------------------------------------------------+ #
- # If you are getting errors in the console, please parse the file in a yaml parser.
- # I suggest: http://yaml-online-parser.appspot.com/
- # Enable "Count Tracker"s might create lag on big servers (100+ people) #
- # WARNING do NOT edit the version.
- Version: v3.0.3
- ############################################################
- #####################<>Caps<>###########################
- Caps:
- Enable: true
- Minimum Characters: 5
- Percent Caps: 60.0
- To Lower Case: false
- #####################<>Replacers<>###########################
- Replace:
- Duplicates: true
- Whitespaces: true
- #####################<>Spam Rate<>###########################
- Rates:
- #Do you want ChatTweaks to block message with 1 second between each other?
- Enable: true
- #1: Block Message + Warn Player
- #2: Block Message + Fine Player || Essentials Eco ONLY || Uses swear fine price
- #3: Block Message + Kick Player
- Result: 1
- Kick Message: "Please wait 1 second between each message"
- #####################<>Swearing<>###########################
- Swearing:
- Enable: true
- #1: Replace swear with "~"
- #2: Replace swear with "~" and fine player (see below)
- #3: Block message completely
- #4: Block message and kick player
- Severity: 1
- #Kick message only works if Severity is on 4.
- Kick Message: "Swearing disallowed on this server."
- #If you have essentials, and it's enabled in the Configuration.yml you may toggle this...
- #ONLY WORKS WITH ESSENTIALS
- SwearFine: "500.0"
- #Swear words should be in lowercase.
- Swear Words:
- - fuck
- - pussy
- - cunt
- - shit
- - faggot
- - fag
- - slut
- - whore
- - bitch
- - manwhore
- - nigger
- - nigga
- - ass
- - hell
- - damn
- - penis
- - vagina
- - crap
- - suck
- - piss
- - asshole
- - crap
- - wanker
- - bastard
- - goddamn
- - fucking
- - motherfucker
- - motherfucking
- - shitass
- #####################<>Links && IPs<>###########################
- LinksIPs:
- Enable: true
- #Colors which the links will appear.
- Color: BLUE
- ##############################################################################################
- #Filtering will happen over 4 stages. They will each ascend up from each other. If CT finds a link on
- #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.
- #Filtering Levels:
- #0 = LinksIPs should be set to FALSE instead. **Important**
- #1 = Will test for complete links
- #2 = Will test if a word contains (dot) or - | If it finds one, message will be cancelled
- #3 = Will test if word contains "mc" or "www" followed by a word (with a space between it).
- #NOTES: Levels 2 and 3 will mean the whole message is BLOCKED. I will not make it check if
- #that link is present in the whitelisted links list.
- ##############################################################################################
- Filtering: 1
- #All links listed here will be ALLOWED to be typed in chat. All others will be blocked.
- #Links should be in LOWERCASE and should NOT include http:// or https://
- #LINKS ONLY! IPS WILL NOT WORK.
- Whitelisted Links:
- - "www.google.com"
- - "www.yourwebsite.com"
- - "www.youtube.com"
- #If False, whole message will be cancelled. If true, link will be replaced with "ReplaceWith".
- Replacer:
- Enable: true
- ReplaceWith: "www.yourwebsite.com"
- #You're done :D
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement