1. Рады видеть Вас на русскоязычном форуме TeamSpeak!

    У нас Вы можете скачать последнюю версию:

    Перед регистрацией рекомендуем ознакомиться

    с Правилами форума.

    Присоединяйтесь! Учите и обучайтесь!

    Скрыть объявление
  2. Новая группа "Новичок" на нашем форуме!

    Новые пользователи будут попадать в группу "Новичок".

    Это сделано для того чтобы "Новички" ознакомились с форумом, так как в большинстве случаев проблема с которой вы хотите обратиться уже обсуждалась.

    Перейти в тему обсуждения
    Быстрый переход в группу Пользователь
  3. VPS/VDS и дедикейт сервера в аренду с DDoS защитой

    • Низкий пинг
    • Действующий SLA
    • Рублевые цены без привязки к курсу валют

    Бесплатный тестовый период VPS-OpenVZ

    Попробовать

Бот нужна помощь с jts3servermod

Тема в разделе "Вопросы по TeamSpeak 3", создана пользователем Alex68, 8 окт 2019.

  1. Alex68

    Alex68 Пользователь

    Регистрация:
    11 фев 2015
    Сообщения:
    13
    Симпатии:
    0
    Баллы:
    224
    Помогите настроить конфигурацию. хотел сделать что бы при подключение гостя администраторам отправился poke.

    # A comma separated list (without spaces) of server group ids, which should be watched on joining.
    tifymessages_groups = 8
    # A comma separated list (without spaces) of server group ids, which should be notified about joining clients.
    tifymessages_grouptargets = 6,13,22,23
    # A comma separated list (without spaces) of the total connection count (it's the same value as %CLIENT_TOTALCONNECTIONS% at the welcome message),
    # when this message should be send to the clients. Set this to -1 to show it every time.
    # Ranges like 1-100, -20 (means 20 or less) or 100- (means 100 or more) are also possible.
    tifymessages_showonconnectionnumber = -1
    # A comma separated list (without spaces) of channel ids.
    # Depends on the given mode, target clients in this channels can be ignored or only clients in this channels receive the notify message!
    # If no channels should be ignored, set no channels here and select the channel list mode ignore!
    tifymessages_channel_list =
    # Select one of the two modes for the channel list.
    # ignore = Clients in the selected channels will be ignored.
    # only = Only clients in the selected channels receive the notify message.
    tifymessages_channel_list_mode = ignore
    # Select the message mode, how the notified clients should get the message.
    # poke, chat or none are valid values!
    tifymessages_message_mode = poke
    # Select the message mode, how the clients (who joined the server) should get the message.
    # poke, chat or none are valid values!
    tifymessages_messagenotified_mode = poke
    # Path to file which contains the server group notify message
    tifymessages_file = config/server1/servergroupnotifymessages.cfg
     
  2. Alex68

    Alex68 Пользователь

    Регистрация:
    11 фев 2015
    Сообщения:
    13
    Симпатии:
    0
    Баллы:
    224
    А это код самого файла servergroupnotifymessages.cfg
    # JTS3ServerMod Config File
    # Server Group Notify message, specified clients get this message as chat or poke message.
    # You can use the following keywords, which will be replaced:
    # %SERVER_GROUP_ID% - Server Group ID
    # %SERVER_GROUP_NAME% - Server Group Name
    # %CLIENT_NAME% - Client Name
    # %CLIENT_NAME_CLICKABLE% - Clickable client name (many characters, not useful for poke messages!)
    # %CLIENT_DBID% - Client Database ID
    # %CLIENT_UNIQUEID% - Client Unique ID
    # %CLIENT_ID% - Current client ID on the server
    # %CLIENT_COUNTRY% - Short name of the client country, detected by the TS3 server
    # %CLIENT_VERSION% - Client version
    # %CLIENT_PLATFORM% - Client platform (Windows, Linux, ...)
    # %CLIENT_IP% - Client IP address, bot needs permission b_client_remoteaddress_view for this!
    # %CLIENT_CREATED% - Date and time of the first connection of the client
    # %CLIENT_TOTALCONNECTIONS% - Total connection count of the client
    # %CLIENT_MONTH_BYTES_UPLOADED% - Uploaded data in current month (filetransfer and avatar)
    # %CLIENT_MONTH_BYTES_DOWNLOADED% - Downloaded data in current month (filetransfer and avatar)
    # %CLIENT_TOTAL_BYTES_UPLOADED% - Uploaded data all times (filetransfer and avatar)
    # %CLIENT_TOTAL_BYTES_DOWNLOADED% - Downloaded data all times (filetransfer and avatar)
    # Typical BBCode like in Teamspeak 3 Client possible. You can use \n for a new line.
    # Use the character sequence §+§ to split a long message into multiple messages.
    Клиент %CLIENT_NAME% группы серверов %SERVER_GROUP_NAME% присоединенный сервер!

    # Server Group Notify message for the watched client.
    # If enabled, clients with a watched server group connecting the server get this message as chat or poke message.
    # You can use the following keywords, which will be replaced:
    # %CLIENT_COUNT% - Number of target group clients who get informed about this client
    # %CLIENT_NAMES% - List of names of target group clients who get informed about this client
    # %CLIENT_NAMES_CLICKABLE% - List of clickable client names of target group clients who get informed about this client (many characters, not useful for poke messages!)
    # The following keywords contains the information about the client, which connected the server:
    # %CLIENT_NAME% - Client Name
    # %CLIENT_DBID% - Client Database ID
    # %CLIENT_UNIQUEID% - Client Unique ID
    # %CLIENT_ID% - Current client ID on the server
    # %CLIENT_COUNTRY% - Short name of the client country, detected by the TS3 server
    # %CLIENT_VERSION% - Client version
    # %CLIENT_PLATFORM% - Client platform (Windows, Linux, ...)
    # %CLIENT_IP% - Client IP address, bot needs permission b_client_remoteaddress_view for this!
    # %CLIENT_CREATED% - Date and time of the first connection of the client
    # %CLIENT_TOTALCONNECTIONS% - Total connection count of the client
    # %CLIENT_MONTH_BYTES_UPLOADED% - Uploaded data in current month (filetransfer and avatar)
    # %CLIENT_MONTH_BYTES_DOWNLOADED% - Downloaded data in current month (filetransfer and avatar)
    # %CLIENT_TOTAL_BYTES_UPLOADED% - Uploaded data all times (filetransfer and avatar)
    # %CLIENT_TOTAL_BYTES_DOWNLOADED% - Downloaded data all times (filetransfer and avatar)
    # Typical BBCode like in Teamspeak 3 Client possible. You can use \n for a new line.
    # Use the character sequence §+§ to split a long message into multiple messages.
    Please wait, %CLIENT_COUNT% people are online to help you: %CLIENT_NAMES%

    # Server Group Notify message for the watched client, if no target group client is online.
    # If enabled, clients with a watched server group connecting the server get this message as chat or poke message.
    # The following keywords contains the information about the client, which connected the server:
    # %CLIENT_NAME% - Client Name
    # %CLIENT_DBID% - Client Database ID
    # %CLIENT_UNIQUEID% - Client Unique ID
    # %CLIENT_ID% - Current client ID on the server
    # %CLIENT_COUNTRY% - Short name of the client country, detected by the TS3 server
    # %CLIENT_VERSION% - Client version
    # %CLIENT_PLATFORM% - Client platform (Windows, Linux, ...)
    # %CLIENT_IP% - Client IP address, bot needs permission b_client_remoteaddress_view for this!
    # %CLIENT_CREATED% - Date and time of the first connection of the client
    # %CLIENT_TOTALCONNECTIONS% - Total connection count of the client
    # %CLIENT_MONTH_BYTES_UPLOADED% - Uploaded data in current month (filetransfer and avatar)
    # %CLIENT_MONTH_BYTES_DOWNLOADED% - Downloaded data in current month (filetransfer and avatar)
    # %CLIENT_TOTAL_BYTES_UPLOADED% - Uploaded data all times (filetransfer and avatar)
    # %CLIENT_TOTAL_BYTES_DOWNLOADED% - Downloaded data all times (filetransfer and avatar)
    # Typical BBCode like in Teamspeak 3 Client possible. You can use \n for a new line.
    # Use the character sequence §+§ to split a long message into multiple messages.
    Currently no admins are online, please write us an email.
     
Метки:
Загрузка...