Advertisement
Guest User

ahmed

a guest
Jul 16th, 2016
583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.91 KB | None | 0 0
  1.  
  2. # Config file of the JTS3ServerMod
  3.  
  4.  
  5. 2.# http://www.stefan1200.de
  6.  
  7.  
  8. 3.# This file must be saved with the ANSI encoding ISO-8859-1!
  9.  
  10.  
  11. 4.
  12.  
  13.  
  14. 5.# Teamspeak 3 server address
  15.  
  16.  
  17. 6.ts3_server_address = goldenlegends.net
  18.  
  19.  
  20. 7.# Teamspeak 3 server query port, default is 10011
  21.  
  22.  
  23. 8.ts3_server_query_port = 10011
  24.  
  25.  
  26. 9.# Teamspeak 3 server query admin account name
  27.  
  28.  
  29. 10.ts3_server_query_login = serveradmin
  30.  
  31.  
  32. 11.# Teamspeak 3 server query admin password
  33.  
  34.  
  35. 12.ts3_server_query_password = ZmOlGarV
  36.  
  37.  
  38. 13.# Teamspeak 3 virtual server ID or -1 to use ts3_virtualserver_port
  39.  
  40.  
  41. 14.ts3_virtualserver_id = 1
  42.  
  43.  
  44. 15.# Teamspeak 3 virtual server port, only needed if ts3_virtualserver_id is set to -1
  45.  
  46.  
  47. 16.ts3_virtualserver_port = 9987
  48.  
  49.  
  50. 17.
  51.  
  52.  
  53. 18.# Channel id, the bot will join into it after connecting. If not wanted, use a negative number like -1.
  54.  
  55.  
  56. 19.# Don't set the default channel here, because the bot is already in the default channel after connecting.
  57.  
  58.  
  59. 20.bot_channel_id = -1
  60.  
  61.  
  62. 21.# Activate the slow mode of the bot, 0 = disable, 1 = enable.
  63.  
  64.  
  65. 22.# If slow mode is activated, the bot connects slower to the server
  66.  
  67.  
  68. 23.# and disables some bot features to reduce the amount of needed commands.
  69.  
  70.  
  71. 24.# This feature may allow you to use the bot without whitelist the bot IP address.
  72.  
  73.  
  74. 25.# Slow mode disables the client database cache and do not allow the bot check interval to be lower than 3 seconds.
  75.  
  76.  
  77. 26.bot_slowmode = 0
  78.  
  79.  
  80. 27.# Check every X seconds, default is 1. Values between 1 and 30 are allowed.
  81.  
  82.  
  83. 28.# If slow mode is activated, 3 is the lowest possible value.
  84.  
  85.  
  86. 29.bot_check_interval = 1
  87.  
  88.  
  89. 30.# A different encoding of the messages config files.
  90.  
  91.  
  92. 31.# Default is UTF-8 which should be good for all EU and US languages.
  93.  
  94.  
  95. 32.# Change this only if you know what you are doing!
  96.  
  97.  
  98. 33.# For English or German language you can also use the encoding ISO-8859-1
  99.  
  100.  
  101. 34.# A list of all valid ones: http://docs.oracle.com/javase/1.5.0/docs/guide/intl/encoding.doc.html
  102.  
  103.  
  104. 35.bot_messages_encoding = UTF-8
  105.  
  106.  
  107. 36.# This enables the client database list cache. This cache is needed for commands like !searchip. 1 = Enable, 0 = Disable
  108.  
  109.  
  110. 37.bot_clientdblist_cache = 1
  111.  
  112.  
  113. 38.# This enables the global message variables. See readme file for a list of variables. 1 = Enable, 0 = Disable
  114.  
  115.  
  116. 39.# If enabled, you can use all server variables in all messages. If not needed, disable this to save performance.
  117.  
  118.  
  119. 40.bot_global_message_vars = 1
  120.  
  121.  
  122. 41.# Server Query name, this will be displayed as name of the connection.
  123.  
  124.  
  125. 42.bot_server_query_name = GLC Server's
  126.  
  127.  
  128. 43.# Second Server Query name, this will be displayed as name of the connection.
  129.  
  130.  
  131. 44.# This name will be used, if the first name is already in use.
  132.  
  133.  
  134. 45.bot_server_query_name_2 = GLC BOT's
  135.  
  136.  
  137. 46.# Change the date pattern, which will be used to format a date in chat functions and welcome message.
  138.  
  139.  
  140. 47.# To get help how to make such a pattern, look here: http://docs.oracle.com/javase/1.5.0/docs/api/java/text/SimpleDateFormat.html
  141.  
  142.  
  143. 48.bot_date_pattern = yyyy-MM-dd HH:mm:ss
  144.  
  145.  
  146. 49.# Change the timezone of the bot, which will be used for the date of the chat functions and welcome message.
  147.  
  148.  
  149. 50.# If nothing is set here, the default timezone of the operating system will be used.
  150.  
  151.  
  152. 51.# To get a list of valid timezones, look at the TZ column on the following page:
  153.  
  154.  
  155. 52.# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
  156.  
  157.  
  158. 53.bot_timezone =
  159.  
  160.  
  161. 54.# Should the bot try to connect forever if the Teamspeak server or the bot is offline? 0 = disable, 1 = enable
  162.  
  163.  
  164. 55.bot_connect_forever = 0
  165.  
  166.  
  167. 56.# Minimum log level, how much details you want to be written to the bot log files? Default is 1.
  168.  
  169.  
  170. 57.# Higher log levels will be also written, as an example: You set log level to 2, level 2, 3 and critical errors will be written to bot log file.
  171.  
  172.  
  173. 58.# 0 = Debug
  174.  
  175.  
  176. 59.# 1 = Information (recommended and default)
  177.  
  178.  
  179. 60.# 2 = Warning (recommended for smaller log files)
  180.  
  181.  
  182. 61.# 3 = Error (experts only)
  183.  
  184.  
  185. 62.bot_log_level = 1
  186.  
  187.  
  188. 63.# A comma separated list (without spaces) of unique user ids, which should be able to use bot admin commands.
  189.  
  190.  
  191. 64.# The unique user ids looks like this: mBbHRXwDAG7R19Rv3PorhMwbZW4=
  192.  
  193.  
  194. 65.bot_admin_list =
  195.  
  196.  
  197. 66.# A comma separated list (without spaces) of server group ids, which should be able to use the following bot admin commands:
  198.  
  199.  
  200. 67.# !clientsearch, !searchip, !listinactiveclients, !listinactivechannels, !channellist, !setchannelname, !setchannelgroup, !removeservergroups, !removechannelgroups, !msgchannelgroup and !msgservergroup.
  201.  
  202.  
  203. 68.# All other bot admin commands are not allowed!
  204.  
  205.  
  206. 69.bot_lightadmingroup_list =
  207.  
  208.  
  209. 70.
  210.  
  211.  
  212. 71.# Set a comma separated list (without spaces) of needed bot functions here.
  213.  
  214.  
  215. 72.# Each function needs the function class (or plugin filename) and the function name, both separated with a colon.
  216.  
  217.  
  218. 73.# All possible function classes are listed below, that class is case sensitive!
  219.  
  220.  
  221. 74.# You can use external functions, they have to be in the plugins directory and you have to use the filename
  222.  
  223.  
  224. 75.# including the jar file extension as function class, as an example: AutoKickTimer.jar:akt
  225.  
  226.  
  227. 76.# That function name you choose is important and has to be unique. It will be used as prefix for the configuration key names and chat commands.
  228.  
  229.  
  230. 77.# Don't use spaces in the function names, only use letters, numbers, minus and underscore!
  231.  
  232.  
  233. 78.# Most functions allow multiple usage, that allows you to set as many welcome messages or idle check rules, as you want.
  234.  
  235.  
  236. 79.# Don't forget that you have to put all settings of the functions in this file.
  237.  
  238.  
  239. 80.# Hint: Start the bot with the argument -updateconfig after adding bot functions, that writes the configuration for all functions into this file!
  240.  
  241.  
  242. 81.# Whole command: java -jar JTS3ServerMod.jar -updateconfig
  243.  
  244.  
  245. 82.# Notice: This -updateconfig will also delete all lines of removed or renamed functions in this config file!
  246.  
  247.  
  248. 83.# For more information about the functions read documents/ConfigHelp.html or documents/ConfigHelp_deutsch.html!
  249.  
  250.  
  251. 84.#
  252.  
  253.  
  254. 85.# Example: IdleCheck:idle,IdleCheck:idle_guest,MuteMover:mute,WelcomeMessage:welcome,WelcomeMessage:welcome_guest
  255.  
  256.  
  257. 86.# This example gives you the following:
  258.  
  259.  
  260. 87.# - Two IdleCheck with the name idle and idle_guest
  261.  
  262.  
  263. 88.# - One MuteMover with the name mute
  264.  
  265.  
  266. 89.# - Two WelcomeMessage with the name welcome and welcome_guest
  267.  
  268.  
  269. 90.#
  270.  
  271.  
  272. 91.# Function list (multiple use possible):
  273.  
  274.  
  275. 92.# Advertising - Send messages to channel or server chat every X minutes
  276.  
  277.  
  278. 93.# AutoMove - Move connecting clients of a specified server group to a specified channel
  279.  
  280.  
  281. 94.# AwayMover - Move the client as soon as away status is set for longer than X seconds
  282.  
  283.  
  284. 95.# BadChannelNameCheck - Checking for bad channel names, can delete the channel and punish the client
  285.  
  286.  
  287. 96.# BadNicknameCheck - Checking for bad nicknames and can punish the client
  288.  
  289.  
  290. 97.# ChannelNotify - Notify specified server groups about clients joining a specified channel
  291.  
  292.  
  293. 98.# IdleCheck - Move or kick an idle client, can also send an idle warning message
  294.  
  295.  
  296. 99.# InactiveChannelCheck - Delete channels if empty for more than X hours
  297.  
  298.  
  299. 100.# LastSeen - Chat command to check the last online time of a client (client database list cache must be enabled!)
  300.  
  301.  
  302. 101.# MuteMover - Move the client as soon as the specified mute status is set for longer than X seconds
  303.  
  304.  
  305. 102.# RecordCheck - Move or kick a recording client (of course only the record function of the Teamspeak client is detected)
  306.  
  307.  
  308. 103.# ServerGroupNotify - Notify specified server groups about clients of specified server groups connecting to the TS3 server
  309.  
  310.  
  311. 104.# ServerGroupProtection - Make sure that only specified clients are members of the specified server groups
  312.  
  313.  
  314. 105.# WelcomeMessage - Sends a message to new connected clients
  315.  
  316.  
  317. 106.bot_functions = Advertising:advertising,AutoMove:automove,AwayMover:away,BadChannelNameCheck:badchannelname,BadNicknameCheck:badnickname,ChannelNotify:channelnotify,IdleCheck:idle,InactiveChannelCheck:icc,LastSeen:lastseen,MuteMover:mute,RecordCheck:record,ServerGroupNotify:servergroupnotify,ServerGroupProtection:servergroupprotection,WelcomeMessage:welcome,WelcomeMessage:welcome_guest
  318.  
  319.  
  320. 107.# Set a comma separated list (without spaces) of needed but disabled bot functions here.
  321.  
  322.  
  323. 108.# Same format as bot_functions!
  324.  
  325.  
  326. 109.# All functions you set here are not activated at bot start, but you can switch on functions using chat commands.
  327.  
  328.  
  329. 110.bot_functions_disabled =
  330.  
  331.  
  332. 111.
  333.  
  334.  
  335. 112.
  336.  
  337.  
  338. 113.# Is the target of the advertising messages a channel or a server? Possible values (just write one of the both words!): channel or server
  339.  
  340.  
  341. 114.advertising_mode = server
  342.  
  343.  
  344. 115.# If a channel is the target, set channel id to write advertising message into it
  345.  
  346.  
  347. 116.advertising_channel_id =
  348.  
  349.  
  350. 117.# Advertise every X minutes
  351.  
  352.  
  353. 118.advertising_repeat_time = 30
  354.  
  355.  
  356. 119.# Path to file which contains the advertising messages.
  357.  
  358.  
  359. 120.advertising_file = %apphome%config/server1/advertising.cfg
  360.  
  361.  
  362. 121.
  363.  
  364.  
  365. 122.# A comma separated list (without spaces) of platform names (it's the same value as %CLIENT_PLATFORM% at the welcome message).
  366.  
  367.  
  368. 123.# Only selected platforms will be moved or leave this empty to move all platforms.
  369.  
  370.  
  371. 124.# Possible platforms: Windows, Mac, Linux, Android, iOS
  372.  
  373.  
  374. 125.automove_platform_list = Windows, Mac, Linux, Android, iOS
  375.  
  376.  
  377. 126.# Select the message mode, how the clients should get the message.
  378.  
  379.  
  380. 127.# poke, chat or none are valid values!
  381.  
  382.  
  383. 128.automove_message_mode = chat
  384.  
  385.  
  386. 129.# Path to file which contains the auto move configuration and message.
  387.  
  388.  
  389. 130.automove_file = %apphome%config/server1/automove.cfg
  390.  
  391.  
  392. 131.
  393.  
  394.  
  395. 132.# Move client back if not away anymore? Set yes or no here!
  396.  
  397.  
  398. 133.away_moveback = yes
  399.  
  400.  
  401. 134.# Channel id to move away clients into it
  402.  
  403.  
  404. 135.away_channel_id = 3781
  405.  
  406.  
  407. 136.# Idle time in seconds after the client with away status will be moved to the channel.
  408.  
  409.  
  410. 137.# Has between 0 and 10000 seconds!
  411.  
  412.  
  413. 138.away_delay = 450
  414.  
  415.  
  416. 139.# A comma separated list (without spaces) of channel ids.
  417.  
  418.  
  419. 140.# Depends on the given mode, this channels can be ignored or only this channels will be checked!
  420.  
  421.  
  422. 141.# If no channels should be ignored, set no channels here and select the channel list mode ignore!
  423.  
  424.  
  425. 142.away_channel_list = 4009
  426.  
  427.  
  428. 143.# Select one of the two modes for the channel list.
  429.  
  430.  
  431. 144.# ignore = The selected channels will be ignored.
  432.  
  433.  
  434. 145.# only = Only the selected channels will be checked.
  435.  
  436.  
  437. 146.away_channel_list_mode = ignore
  438.  
  439.  
  440. 147.# A comma separated list (without spaces) of server group ids.
  441.  
  442.  
  443. 148.# Depends on the given mode, this server groups can be ignored or only this server groups will be checked!
  444.  
  445.  
  446. 149.# If no server groups should be ignored, set no server groups here and select the group list mode ignore!
  447.  
  448.  
  449. 150.away_group_list = 2,3001,2910,2914,3153,3152,3151
  450.  
  451.  
  452. 151.# Select one of the two modes for the server group list.
  453.  
  454.  
  455. 152.# ignore = The selected server groups will be ignored.
  456.  
  457.  
  458. 153.# only = Only the selected server groups will be checked.
  459.  
  460.  
  461. 154.away_group_list_mode = ignore
  462.  
  463.  
  464. 155.# Select the message mode, how the client should get the message.
  465.  
  466.  
  467. 156.# poke, chat or none are valid values!
  468.  
  469.  
  470. 157.away_message_mode = none
  471.  
  472.  
  473. 158.# Path to file which contains the away mover message
  474.  
  475.  
  476. 159.away_file = %apphome%config/server1/awaymessages.cfg
  477.  
  478.  
  479. 160.
  480.  
  481.  
  482. 161.# Move client back if not away anymore? Set yes or no here!
  483.  
  484.  
  485. 162.away1_moveback = yes
  486.  
  487.  
  488. 163.# Channel id to move away clients into it
  489.  
  490.  
  491. 164.away1_channel_id = 4009
  492.  
  493.  
  494. 165.# Idle time in seconds after the client with away status will be moved to the channel.
  495.  
  496.  
  497. 166.# Has between 0 and 10000 seconds!
  498.  
  499.  
  500. 167.away1_delay = 1
  501.  
  502.  
  503. 168.# A comma separated list (without spaces) of channel ids.
  504.  
  505.  
  506. 169.# Depends on the given mode, this channels can be ignored or only this channels will be checked!
  507.  
  508.  
  509. 170.# If no channels should be ignored, set no channels here and select the channel list mode ignore!
  510.  
  511.  
  512. 171.away1_channel_list =
  513.  
  514.  
  515. 172.# Select one of the two modes for the channel list.
  516.  
  517.  
  518. 173.# ignore = The selected channels will be ignored.
  519.  
  520.  
  521. 174.# only = Only the selected channels will be checked.
  522.  
  523.  
  524. 175.away1_channel_list_mode = ignore
  525.  
  526.  
  527. 176.# A comma separated list (without spaces) of server group ids.
  528.  
  529.  
  530. 177.# Depends on the given mode, this server groups can be ignored or only this server groups will be checked!
  531.  
  532.  
  533. 178.# If no server groups should be ignored, set no server groups here and select the group list mode ignore!
  534.  
  535.  
  536. 179.away1_group_list = 2
  537.  
  538.  
  539. 180.# Select one of the two modes for the server group list.
  540.  
  541.  
  542. 181.# ignore = The selected server groups will be ignored.
  543.  
  544.  
  545. 182.# only = Only the selected server groups will be checked.
  546.  
  547.  
  548. 183.away1_group_list_mode = only
  549.  
  550.  
  551. 184.# Select the message mode, how the client should get the message.
  552.  
  553.  
  554. 185.# poke, chat or none are valid values!
  555.  
  556.  
  557. 186.away1_message_mode = none
  558.  
  559.  
  560. 187.# Path to file which contains the away mover message
  561.  
  562.  
  563. 188.away1_file = %apphome%config/server1/awaymessages1.cfg
  564.  
  565.  
  566. 189.
  567.  
  568.  
  569. 190.# Instantly kick client that creates a channel with a bad name? Set yes or no here!
  570.  
  571.  
  572. 191.badchannelname_kick = no
  573.  
  574.  
  575. 192.# Instantly delete a channel with a bad name? Set always, onlynew or no here!
  576.  
  577.  
  578. 193.# onlynew = Try to rename channel back first. Only if that fail (maybe channel is quite new and the old name is unknown) the channel will be deleted!
  579.  
  580.  
  581. 194.# no = Try to rename channel back, but the channel will not be deleted!
  582.  
  583.  
  584. 195.badchannelname_delete = onlynew
  585.  
  586.  
  587. 196.# A comma separated list (without spaces) of channel ids.
  588.  
  589.  
  590. 197.# This channels will be ignored!
  591.  
  592.  
  593. 198.badchannelname_channel_list =
  594.  
  595.  
  596. 199.# Add complain entry to the user? Set yes or no here!
  597.  
  598.  
  599. 200.badchannelname_add_complain = no
  600.  
  601.  
  602. 201.# A comma separated list (without spaces) of server group ids.
  603.  
  604.  
  605. 202.# Depends on the given mode, this server groups can be ignored or only this server groups will be checked!
  606.  
  607.  
  608. 203.# If no server groups should be ignored, set no server groups here and select the group list mode ignore!
  609.  
  610.  
  611. 204.badchannelname_group_list =
  612.  
  613.  
  614. 205.# Select one of the two modes for the server group list.
  615.  
  616.  
  617. 206.# ignore = The selected server groups will be ignored and can create channels with bad channel names.
  618.  
  619.  
  620. 207.# only = Only the selected server groups will be checked.
  621.  
  622.  
  623. 208.badchannelname_group_list_mode = ignore
  624.  
  625.  
  626. 209.# Select the message mode, how the client should get the message.
  627.  
  628.  
  629. 210.# poke, chat or none are valid values!
  630.  
  631.  
  632. 211.# If client kick is activated, the message will be always used as kick message!
  633.  
  634.  
  635. 212.badchannelname_message_mode = poke
  636.  
  637.  
  638. 213.# Path to file which contains the Bad Channel Name Check rules and the message.
  639.  
  640.  
  641. 214.badchannelname_file = %apphome%config/server1/badchannelname.cfg
  642.  
  643.  
  644. 215.
  645.  
  646.  
  647. 216.# Kick client with a bad nickname? Set yes or no here!
  648.  
  649.  
  650. 217.badnickname_kick = yes
  651.  
  652.  
  653. 218.# Add complain entry to the user? Set yes or no here!
  654.  
  655.  
  656. 219.badnickname_add_complain = no
  657.  
  658.  
  659. 220.# A comma separated list (without spaces) of server group ids.
  660.  
  661.  
  662. 221.# Depends on the given mode, this server groups can be ignored or only this server groups will be checked!
  663.  
  664.  
  665. 222.# If no server groups should be ignored, set no server groups here and select the group list mode ignore!
  666.  
  667.  
  668. 223.badnickname_group_list = 2
  669.  
  670.  
  671. 224.# Select one of the two modes for the server group list.
  672.  
  673.  
  674. 225.# ignore = The selected server groups will be ignored and can have bad nicknames.
  675.  
  676.  
  677. 226.# only = Only the selected server groups will be checked.
  678.  
  679.  
  680. 227.badnickname_group_list_mode = ignore
  681.  
  682.  
  683. 228.# Select the message mode, how the client should get the message.
  684.  
  685.  
  686. 229.# poke or chat are valid values!
  687.  
  688.  
  689. 230.# If client kick is activated, the message will be always used as kick message!
  690.  
  691.  
  692. 231.badnickname_message_mode = none
  693.  
  694.  
  695. 232.# Path to file which contains the bad nickname message and check rules.
  696.  
  697.  
  698. 233.badnickname_file = %apphome%config/server1/badnickname.cfg
  699.  
  700.  
  701. 234.
  702.  
  703.  
  704. 235.# Channel id that should be watched for new clients. You can only set one channel id here!
  705.  
  706.  
  707. 236.channelnotify_channel_id =
  708.  
  709.  
  710. 237.# A comma separated list (without spaces) of server group ids.
  711.  
  712.  
  713. 238.# Depends on the given mode, this server groups can be ignored or only this server groups will be watched!
  714.  
  715.  
  716. 239.# If no server groups should be ignored, set no server groups here and select the group list mode ignore!
  717.  
  718.  
  719. 240.channelnotify_group_list =
  720.  
  721.  
  722. 241.# Select one of the two modes for the server group list.
  723.  
  724.  
  725. 242.# ignore = The selected server groups will be ignored.
  726.  
  727.  
  728. 243.# only = Send a notify message only if the selected server groups join the channel.
  729.  
  730.  
  731. 244.channelnotify_group_list_mode = ignore
  732.  
  733.  
  734. 245.# A comma separated list (without spaces) of server group ids, which should be notified about new clients in the specified channel.
  735.  
  736.  
  737. 246.channelnotify_grouptargets =
  738.  
  739.  
  740. 247.# A comma separated list (without spaces) of channel ids.
  741.  
  742.  
  743. 248.# Depends on the given mode, target clients in this channels can be ignored or only clients in this channels receive the notify message!
  744.  
  745.  
  746. 249.# If no channels should be ignored, set no channels here and select the channel list mode ignore!
  747.  
  748.  
  749. 250.channelnotify_channel_list =
  750.  
  751.  
  752. 251.# Select one of the two modes for the channel list.
  753.  
  754.  
  755. 252.# ignore = Clients in the selected channels will be ignored.
  756.  
  757.  
  758. 253.# only = Only clients in the selected channels receive the notify message.
  759.  
  760.  
  761. 254.channelnotify_channel_list_mode = ignore
  762.  
  763.  
  764. 255.# Select the message mode, how the notified clients should get the message.
  765.  
  766.  
  767. 256.# poke or chat are valid values!
  768.  
  769.  
  770. 257.channelnotify_message_mode = poke
  771.  
  772.  
  773. 258.# Select the message mode, how the clients (who joined the channel) should get the message.
  774.  
  775.  
  776. 259.# poke, chat or none are valid values!
  777.  
  778.  
  779. 260.channelnotify_messagenotified_mode = none
  780.  
  781.  
  782. 261.# Path to file which contains the channel notify message
  783.  
  784.  
  785. 262.channelnotify_file = %apphome%config/server1/channelnotifymessages.cfg
  786.  
  787.  
  788. 263.
  789.  
  790.  
  791. 264.# Select the action if a client is idle for more than the specified maximum time, possible values: kick and move
  792.  
  793.  
  794. 265.idle_action = move
  795.  
  796.  
  797. 266.# If clients got moved, move client back if not idle anymore? Set yes or no here!
  798.  
  799.  
  800. 267.idle_moveback = yes
  801.  
  802.  
  803. 268.# If clients should be moved, set channel id to move idle clients into it.
  804.  
  805.  
  806. 269.idle_channel_id = 3781
  807.  
  808.  
  809. 270.# A comma separated list (without spaces) of channel ids.
  810.  
  811.  
  812. 271.# Depends on the given mode, this channels can be ignored or only this channels will be checked!
  813.  
  814.  
  815. 272.# If no channels should be ignored, set no channels here and select the channel list mode ignore!
  816.  
  817.  
  818. 273.idle_channel_list = 4009
  819.  
  820.  
  821. 274.# Select one of the two modes for the channel list.
  822.  
  823.  
  824. 275.# ignore = The selected channels will be ignored.
  825.  
  826.  
  827. 276.# only = Only the selected channels will be checked.
  828.  
  829.  
  830. 277.idle_channel_list_mode = ignore
  831.  
  832.  
  833. 278.# A comma separated list (without spaces) of server group ids.
  834.  
  835.  
  836. 279.# Depends on the given mode, this server groups can be ignored or only this server groups will be checked!
  837.  
  838.  
  839. 280.# If no server groups should be ignored, set no server groups here and select the group list mode ignore!
  840.  
  841.  
  842. 281.idle_group_list = 2,3001,2910,2914,3153,3152,3151
  843.  
  844.  
  845. 282.# Select one of the two modes for the server group list.
  846.  
  847.  
  848. 283.# ignore = The selected server groups will be ignored.
  849.  
  850.  
  851. 284.# only = Only the selected server groups will be checked.
  852.  
  853.  
  854. 285.idle_group_list_mode = ignore
  855.  
  856.  
  857. 286.# Set the max idle time in minutes.
  858.  
  859.  
  860. 287.# If clients should be kicked, the client will be kicked after being idle for this time.
  861.  
  862.  
  863. 288.# If clients should be moved, the client will be moved to specified channel after being idle for this time!
  864.  
  865.  
  866. 289.idle_max_time = 30
  867.  
  868.  
  869. 290.# If clients should be moved, set the max idle time in minutes to kick someone.
  870.  
  871.  
  872. 291.# Has to be greater than idle_max_time or -1 to disable this feature!
  873.  
  874.  
  875. 292.idle_second_max_time = -1
  876.  
  877.  
  878. 293.# Set the idle warn time in minutes or set -1 to disable this feature.
  879.  
  880.  
  881. 294.# The idle warn time has to be smaller than the max idle time
  882.  
  883.  
  884. 295.idle_warn_time = -1
  885.  
  886.  
  887. 296.# A minimum client count to activate the idle check (Query clients are not counted).
  888.  
  889.  
  890. 297.# If less clients are in the channel or on the server, idle check does nothing.
  891.  
  892.  
  893. 298.idle_min_clients = 3
  894.  
  895.  
  896. 299.# Select if the minimum client count is needed in the channel or on the server.
  897.  
  898.  
  899. 300.# channel or server are valid values!
  900.  
  901.  
  902. 301.idle_min_clients_mode = channel
  903.  
  904.  
  905. 302.# If clients should be moved, select the message mode, how the client should get the message.
  906.  
  907.  
  908. 303.# poke, chat or none are valid values!
  909.  
  910.  
  911. 304.idle_message_mode = chat
  912.  
  913.  
  914. 305.# Select the message mode, how the client should get the message.
  915.  
  916.  
  917. 306.# poke or chat are valid values!
  918.  
  919.  
  920. 307.idle_warn_message_mode = chat
  921.  
  922.  
  923. 308.# Path to file which contains the idle messages
  924.  
  925.  
  926. 309.idle_file = %apphome%config/server1/idlemessages.cfg
  927.  
  928.  
  929. 310.
  930.  
  931.  
  932. 311.# After how many hours an empty channel should be deleted? Possible values between 1 and 2200 hours.
  933.  
  934.  
  935. 312.icc_emptydeletetime = 168
  936.  
  937.  
  938. 313.# Never delete permanent channels? Set yes or no here!
  939.  
  940.  
  941. 314.icc_ignore_permanent = no
  942.  
  943.  
  944. 315.# Never delete semi permanent channels? Set yes or no here!
  945.  
  946.  
  947. 316.icc_ignore_semipermanent = no
  948.  
  949.  
  950. 317.# Never delete spacer channels (like [cspacer])? Set yes or no here!
  951.  
  952.  
  953. 318.icc_ignore_spacer = no
  954.  
  955.  
  956. 319.# A comma separated list (without spaces) of channel ids you like to ignore. This channels don't get deleted!
  957.  
  958.  
  959. 320.icc_ignore_channels =
  960.  
  961.  
  962. 321.# A comma separated list (without spaces) of parent channel ids (use 0 for the top level).
  963.  
  964.  
  965. 322.# Depends on the given mode, all sub-channels of this channels can be ignored or only sub-channels of this channels will be checked!
  966.  
  967.  
  968. 323.# The check parent channel only mode allows you to check the activity only on the selected parent channels (which will be reset also on activity in sub-channels) and delete the parent channel including the sub channels, if it is detected inactive.
  969.  
  970.  
  971. 324.# If no parent channels should be ignored, set no channels here and select the channel list mode ignore!
  972.  
  973.  
  974. 325.icc_parentchannel_list =
  975.  
  976.  
  977. 326.# Select one of the four modes for the parent channel list.
  978.  
  979.  
  980. 327.# ignore = All sub-channels of the selected channels will be ignored.
  981.  
  982.  
  983. 328.# only = Only sub-channels of the selected channels will be checked.
  984.  
  985.  
  986. 329.# parentignore = Only the parent channels will be checked (and will delete all sub channels), which are not on the list.
  987.  
  988.  
  989. 330.# parentonly = Only the parent channels will be checked (and will delete all sub channels), which are on the list.
  990.  
  991.  
  992. 331.icc_parentchannel_list_mode = ignore
  993.  
  994.  
  995. 332.
  996.  
  997.  
  998. 333.# Who should be able to use the last seen command? Possible values: all, botadmin, servergroup
  999.  
  1000.  
  1001. 334.lastseen_user = botadmin
  1002.  
  1003.  
  1004. 335.# A comma separated list (without spaces) of server group ids.
  1005.  
  1006.  
  1007. 336.# Depends on the given mode, this server groups can be ignored or only this server groups will be allowed to use the !lastseen command!
  1008.  
  1009.  
  1010. 337.# This is only needed, if user servergroup is selected!
  1011.  
  1012.  
  1013. 338.lastseen_group_list =
  1014.  
  1015.  
  1016. 339.# Select one of the two modes for the server group list.
  1017.  
  1018.  
  1019. 340.# ignore = The selected server groups will be ignored.
  1020.  
  1021.  
  1022. 341.# only = Only the selected server groups are allowed to use the !lastseen command!
  1023.  
  1024.  
  1025. 342.lastseen_group_list_mode = ignore
  1026.  
  1027.  
  1028. 343.
  1029.  
  1030.  
  1031. 344.# Move client back if not muted anymore? Set yes or no here!
  1032.  
  1033.  
  1034. 345.mute_moveback = yes
  1035.  
  1036.  
  1037. 346.# Enable move if headphone is muted, yes or no
  1038.  
  1039.  
  1040. 347.mute_headphone = yes
  1041.  
  1042.  
  1043. 348.# Enable move if microphone is muted, yes or no
  1044.  
  1045.  
  1046. 349.mute_microphone = no
  1047.  
  1048.  
  1049. 350.# Enable move if headphone hardware is disabled, yes or no
  1050.  
  1051.  
  1052. 351.mute_headphone_hardware = no
  1053.  
  1054.  
  1055. 352.# Enable move if microphone hardware is disabled, yes or no
  1056.  
  1057.  
  1058. 353.# This also happen if someone is speaking in another TS3 client server tab.
  1059.  
  1060.  
  1061. 354.mute_microphone_hardware = no
  1062.  
  1063.  
  1064. 355.# Move the client if the client has all selected conditions or at least one? Set all or one here!
  1065.  
  1066.  
  1067. 356.mute_condition_mode = one
  1068.  
  1069.  
  1070. 357.# Channel id to move muted clients into it
  1071.  
  1072.  
  1073. 358.mute_channel_id = 3781
  1074.  
  1075.  
  1076. 359.# Idle time in seconds after the client with a specified mute status will be moved to the channel.
  1077.  
  1078.  
  1079. 360.# Has between 0 and 10000 seconds!
  1080.  
  1081.  
  1082. 361.mute_delay = 300
  1083.  
  1084.  
  1085. 362.# A comma separated list (without spaces) of channel ids.
  1086.  
  1087.  
  1088. 363.# Depends on the given mode, this channels can be ignored or only this channels will be checked!
  1089.  
  1090.  
  1091. 364.# If no channels should be ignored, set no channels here and select the channel list mode ignore!
  1092.  
  1093.  
  1094. 365.mute_channel_list = 4009
  1095.  
  1096.  
  1097. 366.# Select one of the two modes for the channel list.
  1098.  
  1099.  
  1100. 367.# ignore = The selected channels will be ignored.
  1101.  
  1102.  
  1103. 368.# only = Only the selected channels will be checked.
  1104.  
  1105.  
  1106. 369.mute_channel_list_mode = ignore
  1107.  
  1108.  
  1109. 370.# A comma separated list (without spaces) of server group ids.
  1110.  
  1111.  
  1112. 371.# Depends on the given mode, this server groups can be ignored or only this server groups will be checked!
  1113.  
  1114.  
  1115. 372.# If no server groups should be ignored, set no server groups here and select the group list mode ignore!
  1116.  
  1117.  
  1118. 373.mute_group_list = 2,3001,2910,2914,3153,3152,3151
  1119.  
  1120.  
  1121. 374.# Select one of the two modes for the server group list.
  1122.  
  1123.  
  1124. 375.# ignore = The selected server groups will be ignored.
  1125.  
  1126.  
  1127. 376.# only = Only the selected server groups will be checked.
  1128.  
  1129.  
  1130. 377.mute_group_list_mode = ignore
  1131.  
  1132.  
  1133. 378.# Select the message mode, how the client should get the message.
  1134.  
  1135.  
  1136. 379.# poke, chat or none are valid values!
  1137.  
  1138.  
  1139. 380.mute_message_mode = none
  1140.  
  1141.  
  1142. 381.# Path to file which contains the mute mover message
  1143.  
  1144.  
  1145. 382.mute_file = %apphome%config/server1/mutemessages.cfg
  1146.  
  1147.  
  1148. 383.
  1149.  
  1150.  
  1151. 384.# Select the action if a client starts recording, possible values: kick and move
  1152.  
  1153.  
  1154. 385.record_action = kick
  1155.  
  1156.  
  1157. 386.# If clients should be moved, set channel id to move recording clients into it
  1158.  
  1159.  
  1160. 387.record_channel_id =
  1161.  
  1162.  
  1163. 388.# A comma separated list (without spaces) of channel ids.
  1164.  
  1165.  
  1166. 389.# Depends on the given mode, this channels can be ignored or only this channels will be checked!
  1167.  
  1168.  
  1169. 390.# If no channels should be ignored, set no channels here and select the channel list mode ignore!
  1170.  
  1171.  
  1172. 391.record_channel_list =
  1173.  
  1174.  
  1175. 392.# Select one of the two modes for the channel list.
  1176.  
  1177.  
  1178. 393.# ignore = The selected channels will be ignored.
  1179.  
  1180.  
  1181. 394.# only = Only the selected channels will be checked.
  1182.  
  1183.  
  1184. 395.record_channel_list_mode = ignore
  1185.  
  1186.  
  1187. 396.# A comma separated list (without spaces) of server group ids.
  1188.  
  1189.  
  1190. 397.# Depends on the given mode, this server groups can be ignored or only this server groups will be checked!
  1191.  
  1192.  
  1193. 398.record_group_list =
  1194.  
  1195.  
  1196. 399.# Select one of the two modes for the server group list.
  1197.  
  1198.  
  1199. 400.# ignore = The selected server groups will be ignored and are allowed to record.
  1200.  
  1201.  
  1202. 401.# only = Only the selected server groups will be checked and punished, if they start recording.
  1203.  
  1204.  
  1205. 402.# If no server groups should be ignored, set no server groups here and select the group list mode ignore!
  1206.  
  1207.  
  1208. 403.record_group_list_mode = ignore
  1209.  
  1210.  
  1211. 404.# A comma separated list (without spaces) of channel group ids.
  1212.  
  1213.  
  1214. 405.# Depends on the given mode, this channel groups can be ignored or only this channel groups will be checked!
  1215.  
  1216.  
  1217. 406.# If no channel groups should be ignored, set no channel groups here and select the group list mode ignore!
  1218.  
  1219.  
  1220. 407.record_channelgroup_list =
  1221.  
  1222.  
  1223. 408.# Select one of the two modes for the channel group list.
  1224.  
  1225.  
  1226. 409.# ignore = The selected channel groups will be ignored and are allowed to record.
  1227.  
  1228.  
  1229. 410.# only = Only the selected channel groups will be checked and punished, if they start recording.
  1230.  
  1231.  
  1232. 411.record_channelgroup_list_mode = ignore
  1233.  
  1234.  
  1235. 412.# Add complain entry to the user? Set yes or no here!
  1236.  
  1237.  
  1238. 413.record_add_complain = no
  1239.  
  1240.  
  1241. 414.# If clients should be moved, select the message mode, how the client should get the message.
  1242.  
  1243.  
  1244. 415.# poke, chat or none are valid values!
  1245.  
  1246.  
  1247. 416.record_message_mode = poke
  1248.  
  1249.  
  1250. 417.# Path to file which contains the record message
  1251.  
  1252.  
  1253. 418.record_file = %apphome%config/server1/recordmessages.cfg
  1254.  
  1255.  
  1256. 419.
  1257.  
  1258.  
  1259. 420.# A comma separated list (without spaces) of server group ids, which should be watched on joining.
  1260.  
  1261.  
  1262. 421.servergroupnotify_groups =
  1263.  
  1264.  
  1265. 422.# A comma separated list (without spaces) of server group ids, which should be notified about joining clients.
  1266.  
  1267.  
  1268. 423.servergroupnotify_grouptargets =
  1269.  
  1270.  
  1271. 424.# A comma separated list (without spaces) of the total connection count (it's the same value as %CLIENT_TOTALCONNECTIONS% at the welcome message),
  1272.  
  1273.  
  1274. 425.# when this message should be send to the clients. Set this to -1 to show it every time.
  1275.  
  1276.  
  1277. 426.# Ranges like 1-100, -20 (means 20 or less) or 100- (means 100 or more) are also possible.
  1278.  
  1279.  
  1280. 427.servergroupnotify_showonconnectionnumber = -1
  1281.  
  1282.  
  1283. 428.# A comma separated list (without spaces) of channel ids.
  1284.  
  1285.  
  1286. 429.# Depends on the given mode, target clients in this channels can be ignored or only clients in this channels receive the notify message!
  1287.  
  1288.  
  1289. 430.# If no channels should be ignored, set no channels here and select the channel list mode ignore!
  1290.  
  1291.  
  1292. 431.servergroupnotify_channel_list =
  1293.  
  1294.  
  1295. 432.# Select one of the two modes for the channel list.
  1296.  
  1297.  
  1298. 433.# ignore = Clients in the selected channels will be ignored.
  1299.  
  1300.  
  1301. 434.# only = Only clients in the selected channels receive the notify message.
  1302.  
  1303.  
  1304. 435.servergroupnotify_channel_list_mode = ignore
  1305.  
  1306.  
  1307. 436.# Select the message mode, how the notified clients should get the message.
  1308.  
  1309.  
  1310. 437.# poke, chat or none are valid values!
  1311.  
  1312.  
  1313. 438.servergroupnotify_message_mode = poke
  1314.  
  1315.  
  1316. 439.# Select the message mode, how the clients (who joined the server) should get the message.
  1317.  
  1318.  
  1319. 440.# poke, chat or none are valid values!
  1320.  
  1321.  
  1322. 441.servergroupnotify_messagenotified_mode = none
  1323.  
  1324.  
  1325. 442.# Path to file which contains the server group notify message
  1326.  
  1327.  
  1328. 443.servergroupnotify_file = %apphome%config/server1/servergroupnotifymessages.cfg
  1329.  
  1330.  
  1331. 444.
  1332.  
  1333.  
  1334. 445.# A comma separated list (without spaces) of server group ids, which should be protected.
  1335.  
  1336.  
  1337. 446.servergroupprotection_groups =
  1338.  
  1339.  
  1340. 447.# Enable this to kick every client which using a protected server group and are not on the list of the bot, set yes or no here!
  1341.  
  1342.  
  1343. 448.servergroupprotection_kick = yes
  1344.  
  1345.  
  1346. 449.# Add complaint entry to the user, set yes or no here!
  1347.  
  1348.  
  1349. 450.# This would only add a complaint, if the bot has to remove a server group.
  1350.  
  1351.  
  1352. 451.servergroupprotection_add_complain = no
  1353.  
  1354.  
  1355. 452.# If a client is listed in the servergroupprotection_file and miss a server group, they get added to the server group.
  1356.  
  1357.  
  1358. 453.# This only works for normal server groups (clients do not get added to groups like Admin Server Query)! Set yes or no here!
  1359.  
  1360.  
  1361. 454.servergroupprotection_add_missing_groups = yes
  1362.  
  1363.  
  1364. 455.# A comma separated list (without spaces) of server group ids, which are also allowed to use the add and remove chat commands.
  1365.  
  1366.  
  1367. 456.# Bot admins can always use this commands!
  1368.  
  1369.  
  1370. 457.servergroupprotection_chatcmd_group_list =
  1371.  
  1372.  
  1373. 458.# Select the message mode, how the client should get the message (useless if kick is enabled).
  1374.  
  1375.  
  1376. 459.# poke, chat or none are valid values!
  1377.  
  1378.  
  1379. 460.servergroupprotection_message_mode = poke
  1380.  
  1381.  
  1382. 461.# Path to file which contains the Server Group Protection client list and kick message.
  1383.  
  1384.  
  1385. 462.servergroupprotection_file = %apphome%config/server1/servergroupprotection.cfg
  1386.  
  1387.  
  1388. 463.
  1389.  
  1390.  
  1391. 464.# A comma separated list (without spaces) of server group ids.
  1392.  
  1393.  
  1394. 465.# Depends on the given mode, this server groups can be ignored or only this server groups get this welcome message!
  1395.  
  1396.  
  1397. 466.# If no server groups should be ignored, set no server groups here and select the group list mode ignore!
  1398.  
  1399.  
  1400. 467.welcome_group_list =
  1401.  
  1402.  
  1403. 468.# Select one of the two modes for the server group list.
  1404.  
  1405.  
  1406. 469.# ignore = The selected server groups will be ignored and don't get this welcome message.
  1407.  
  1408.  
  1409. 470.# only = Only the selected server groups get this welcome message.
  1410.  
  1411.  
  1412. 471.welcome_group_list_mode = ignore
  1413.  
  1414.  
  1415. 472.# A comma separated list (without spaces) of the total connection count (it's the same value as %CLIENT_TOTALCONNECTIONS% at the welcome message),
  1416.  
  1417.  
  1418. 473.# when this message should be send to the client. Set this to -1 to show it every time.
  1419.  
  1420.  
  1421. 474.# Ranges like 1-100, -20 (means 20 or less) or 100- (means 100 or more) are also possible.
  1422.  
  1423.  
  1424. 475.welcome_showonconnectionnumber = -1
  1425.  
  1426.  
  1427. 476.# A comma separated list (without spaces) of platform names (it's the same value as %CLIENT_PLATFORM% at the welcome message).
  1428.  
  1429.  
  1430. 477.# Only selected platforms get the welcome message or leave this empty to send the welcome message to all platforms.
  1431.  
  1432.  
  1433. 478.# Possible platforms: Windows, Mac, Linux, Android, iOS
  1434.  
  1435.  
  1436. 479.welcome_platform_list =
  1437.  
  1438.  
  1439. 480.# Select the message mode, how the client should get the message.
  1440.  
  1441.  
  1442. 481.# poke or chat are valid values!
  1443.  
  1444.  
  1445. 482.welcome_message_mode = none
  1446.  
  1447.  
  1448. 483.# Path to file which contains the welcome message.
  1449.  
  1450.  
  1451. 484.welcome_file = %apphome%config/server1/welcomemessages.cfg
  1452.  
  1453.  
  1454. 485.
  1455.  
  1456.  
  1457. 486.# A comma separated list (without spaces) of server group ids.
  1458.  
  1459.  
  1460. 487.# Depends on the given mode, this server groups can be ignored or only this server groups get this welcome message!
  1461.  
  1462.  
  1463. 488.# If no server groups should be ignored, set no server groups here and select the group list mode ignore!
  1464.  
  1465.  
  1466. 489.welcome_guest_group_list =
  1467.  
  1468.  
  1469. 490.# Select one of the two modes for the server group list.
  1470.  
  1471.  
  1472. 491.# ignore = The selected server groups will be ignored and don't get this welcome message.
  1473.  
  1474.  
  1475. 492.# only = Only the selected server groups get this welcome message.
  1476.  
  1477.  
  1478. 493.welcome_guest_group_list_mode = ignore
  1479.  
  1480.  
  1481. 494.# A comma separated list (without spaces) of the total connection count (it's the same value as %CLIENT_TOTALCONNECTIONS% at the welcome message),
  1482.  
  1483.  
  1484. 495.# when this message should be send to the client. Set this to -1 to show it every time.
  1485.  
  1486.  
  1487. 496.welcome_guest_showonconnectionnumber = -1
  1488.  
  1489.  
  1490. 497.# A comma separated list (without spaces) of platform names (it's the same value as %CLIENT_PLATFORM% at the welcome message).
  1491.  
  1492.  
  1493. 498.# Only selected platforms get the welcome message or leave this empty to send the welcome message to all platforms.
  1494.  
  1495.  
  1496. 499.# Possible platforms: Windows, Mac, Linux, Android, iOS
  1497.  
  1498.  
  1499. 500.welcome_guest_platform_list =
  1500.  
  1501.  
  1502. 501.# Select the message mode, how the client should get the message.
  1503.  
  1504.  
  1505. 502.# poke or chat are valid values!
  1506.  
  1507.  
  1508. 503.welcome_guest_message_mode = none
  1509.  
  1510.  
  1511. 504.# Path to file which contains the welcome message.
  1512.  
  1513.  
  1514. 505.welcome_guest_file = %apphome%config/server1/welcomemessages.cfg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement