ChatControl nastavení
Napsal: 26 zář 2013, 11:00
od Batllefury
Server:QuarterCraft IP:lion.fakaheda.eu:27820
Zdravím. Prosím Vás, nevíte někdo, kde v ChatControlu v configu nastavím nadávky ? Že když někdo napíše něco zprosté tak misto toho to napíše jinou větu kterou tam nastavím ? V configu jsem nic podobneho nenasel...
config :
Pokud víte jak to změnit apod. tak mi prosím poraďte
Děkuju za každou radu...
Zdravím. Prosím Vás, nevíte někdo, kde v ChatControlu v configu nastavím nadávky ? Že když někdo napíše něco zprosté tak misto toho to napíše jinou větu kterou tam nastavím ? V configu jsem nic podobneho nenasel...
config :
Spoiler: zobrazit
Kód: Vybrat vše
###################### ChatControl settings file #######################
# MESSAGES SUPPORT COLOR CODES LIKE &1 &2 &3 &a &b etc !
###### Chat Management ######
chatcontrol:
# Minimum amount of players on server to start plugin.
min-players: 0
message-delay: 1
block-same-messages: true
block-same-commands: false
# Block chat until player moves on join.
block-chat-until-moved-onjoin: true
dupe-message: "Do not type the same message twice!"
move-message: "Before typing any message please move."
# Rejoin do not work yet.
# rejoin-time: 5
# rejoin-message: "Too fast re-login! Please wait 5 seconds! You have waited "
# Well, this is not the luckiest solution but it works. Uses message-delay. So when message-delay is 10 it means you must wait 10 seconds before next message.
spam-message1: "Please wait"
spam-message2: "second before next message."
######## Chat cleaner ########
chatcleaner:
broadcast-chat-clearing: true
message-on-chat-clear: "&7Chat was cleaned by &c%player&7."
######## Chat muter ########
chatdisabler:
# Disable join / quit / kick messages when chat is muted?
disable-rejoin-messages: true
disable-kick-messages: true
# Disable death messages when chat is muted?
disable-death-messages: true
inform-player: true
message-to-player: "You can not type while chat is muted."
broadcast-mute: true
broadcast-mute-message: "&7Chat was muted by &c%player&7."
broadcast-unmute: true
broadcast-unmute-message: "Chat was unmuted! You can now chat again!"
mute-message: "Your command has been performed. Chat is muted."
unmute-message: "Your command has been performed. Chat is unmuted."
###### Anti advertiser ######
antiadvertising:
enabled: true
enabled-on-commands: true
broadcast: false
inform-admins: true
# Enable more powerful filter? Expect +100% false positives. Recommended value: false
enable-extreme-filter: false
allowed-websites:
- youtube.com
- www.youtube.com
- http://www.youtube.com
- http://www.youtube.com/
allowed-ips:
- 12.123.12.123:25565
- 12.123.12.123
messages:
message: "Advertising is disallowed. Admin team was informed."
broadcast-message: "Player &player was blocked for advertising!"
console-message: "Potential advertising detected on player &player. Check the log file."
admin-message: "Player &player was blocked for: &message"
reload-message: "Plugin was successfully reloaded!"
# RegEx filters. This may cause lot of problems if changed incorrectly.
domain-regex-filter: "(http)*(\\w|\\W|\\d|_)*(www)*(\\w|\\W|\\d|_)*[a-zA-Z0-9\\.\\-\\*_\\^\\+\\~\\`\\=\\,\\&*]{3,}(\\W|\\d|_|dot|\\(dot\\))+(com\\b|org\\b|sk\\b|cz\\b|net\\b|eu\\b|uk\\b|de\\b|biz\\b|mobi\\b|tv\\b)"
ip-regex-filter: "\\b[0-9]{1,3}(\\.|dot|-|;|:|,|\\s)+[0-9]{1,3}(\\.|dot|-|;|:|,|\\s)+[0-9]{1,3}(\\.|dot|-|;|:|,|\\s)+[0-9]{1,3}\\b"
# Custom command that runs when player message got detected as ad. Banning is NOT recommended because of false positives! Type "none" to disable!
custom-command: "mute &player 10"
###### Other / general settings ######
prefix: "&c[&6ChatControl&c]&7"
general-messages:
invalid-command: "&cInvalid command. Usage:"
no-permission: "&7Unknown command or no permission!"
command-list: "&7ChatControl commands:"
reason: "&6Reason:&c%reason"
seconds: seconds
one-second: second
two-seconds: seconds
# Do not touch the version number.
version: 2.8.0
############################ End of the file ############################
Pokud víte jak to změnit apod. tak mi prosím poraďte
