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

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

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

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

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

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

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

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

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

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

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

    Попробовать

Разные JTS3ServerMod - многофункциональный TS3 сервер бот 6.4.0

JTS3ServerMod это бот для TS 3 сервера, который позволяет добавить некоторые функций для сервера

  1. JTS3ServerMod это бот для TS3 сервера, который позволяет добавить некоторые функций для сервера

    VJean
    Код:
    Version 6.1.5 SILENT UPDATE (25.06.2016)
    o No changes to the bot, but small additions to some documentations (ConfigHelp.html, Readme_plugins.txt).
      Small grammar changes to three config files (automove.cfg, awaymessages.cfg, mutemessages.cfg).
    
    Version 6.1.5 (14.05.2016)
    - Bugfix: InactiveChannelCheck had a ConcurrentModificationException since JTS3ServerMod Version 6.1.3, this is now fixed. (thx to Ben and Mitch)
    
    Version 6.1.4 (08.05.2016)
    + Server Group Notify allows now much more keywords about the connecting client. Most of them are already known from the Welcome Message.
    o If %CLIENT_COUNTRY% (from Welcome Message or Server Group Notify) don't contain any country shortcut (one reason is,
      that the client is connecting from LAN), it will display unknown as country name. Older versions just displayed nothing (empty string).
    
    Version 6.1.3 (30.04.2016)
    ! Plugin API build is now 2, check out the new plugin API documentation.
      API changes:
      HandleTS3Events: Renamed handleClientEvents to handleTS3Events
      JTS3ServerMod_Interface: Changed parameter type from getClientListEntry(String clientID) to getClientListEntry(int clientID)
      API add:
      JTS3ServerMod_Interface: removeClientListEntry(int clientID)
      JTS3ServerMod_Interface: setChannelName(int channelID , String newName)
      JTS3ServerMod_Interface: removeChannelListEntry(int channelID)
    + New JTS3ServerMod config value bot_timezone to set the timezone of a bot.
      By default, the default timezone of the operating system will be used (like older JTS3ServerMod versions).
    + Added a new chat command findrule for BadChannelNameCheck and BadNicknameCheck.
      This allows you to find all matching regex rules for a name, good for testing if a regex rule is working (or not :)).
    + JTS3ServerMod start argument -versioncheck has different exit codes now. Very useful for an JTS3ServerMod update check in shell scripts.
      Exit code list:
      -1 = Error while requesting version information from www.stefan1200.de
       0 = No update available
       1 = New stable version is available
       2 = New development version is available
    + Added documents/plugin_sources/plugin_api_bin.zip file, which can be added as library in Eclipse.
    - Bugfix at Bad Channel Name Check: If more than one regex rule is matching a channel name at the same time,
                                        multiple error messages will be written into the bot log (invalid channelID / invalid clientID). (thx to Alexander S.)
    o Changed the output of the chat command !botversioncheck a little bit.
    o The %apphome% variable at the WelcomeMessage function was not resolved at the bot log message.
    o Updated plugin api documentation.
    o Updated the ConfigHelp files.
    
    Version 6.1.2 (11.04.2016)
    + Added chat command !botinstancename to get the current bot name (Full Bot Admins only).
    + The list command of the InactiveChannelCheck return the inactivity time of a channel and the maximum allowed inactivity time now.
    + Added a full featured start script for linux. This script can start, stop and restart the JTS3ServerMod process.
      This script can also install the Java runtime environment, if this is missing.
      Tested successfully with Debian, Ubuntu, OpenSUSE, CentOS and Fedora.
      Documentation was changed to use this script now.
    + Simple detection if the JTS3ServerMod process was started twice.
      An additional warning will be written to the JTS3ServerMod_InstanceManager.log file.
    - Bugfix: !botinstancelist was unable to return the instance list, if there are more than around 10 bots.
              Now this list will be splitted in multiple chat messages. This chat command is still not a good idea,
              if there are much more than hundred bots.
    - Bugfix: If a client was connecting and disconnecting very fast, the ServerQuery error "invalid clientID" is now only a warning
              and will not trigger the bot admin exception error notification now.
    
    Version 6.1.1 (04.04.2016)
    + Added platform selection to AutoMove and WelcomeMessage function.
      It is now possible to send a welcome message only to Windows or Mobile clients.
      Or to auto move mobile clients to a different channel.
      This change also allows you to add the AutoMove function multiple times.
    + InactiveChannelCheck got a new chat command list, which lists you all channels, which will be checked for inactivity and deleted.
    - Bugfix: The double client connection event fix of version 6.1.0 was not good enough. (thx to Moki, DarkBrain and Callum)
              While it helped in my testing environment, it was more worse in other environments. After some testing, this fix seems to work better.
    o The client connection event always contains all information from client info command now. Functions find this information in the eventInfo variable.
      WelcomeMessage was changed to use this, so it do not request a second client info on new client connections anymore.
    o All exception error messages have also a second line in the log file now to show where the exception occurred.
    o LastSeen function can be enabled multiple times too (this allows you to have different chat commands for last seen).
    o Updated the bot documentation, especially the ConfigHelp files.
    
    Version 6.1.0 (28.03.2016)
    + Added the Bot Light Admin, just set a server group with this permission. The following chat commands can be used:
      !clientsearch, !searchip, !listinactiveclients, !listinactivechannels, !channellist, !setchannelname, !setchannelgroup,
      !removeservergroups, !removechannelgroups, !msgchannelgroup and !msgservergroup. All other bot admin commands are not allowed!
    + Server Group Protection have a new setting, to allow a specified server group to use the add and remove chat commands.
    - Bugfix: Sometimes the client connection event from the TS3 server fire some actions twice (Server Group Notify, Welcome Message, Auto Move).
    o All Server Query errors while moving or kicking a client, which are not permission related, are only warnings now.
      The bot admin exception error notification should now only trigger on errors, which have to be fixed by the bot admin.
    o Welcome Message now displays a special message on bot start, if the connection count filter was activated.
    o Updated plugin api documentation, three new methods was added. Api build still 1, because old plugins are still compatible.
    
    Version 6.0.7 (20.03.2016)
    + ServerGroupNotify allows to set none at both message modes now.
    - Bugfix: Log file handle was removed to fast, some log messages while stopping the bot could not be written to log file. (bug since version 6.0.6)
    - Bugfix at the AutoKickTimer plugin: In some cases, if the JTS3ServerMod and the TS3 server running on different machines with
                                          different hardware clock settings, the AutoKickTimer was not working correctly.
    o Updated source code in the file documents/plugin_sources/AutoKickTimer_src.zip
    o The JTS3ServerMod itself and all functions now show the full absolute path to config files on errors.
    o Log file JTS3ServerMod_InstanceManager.log now contains the path to the JTS3ServerMod_InstanceManager.cfg file.
      If the JTS3ServerMod_InstanceManager.cfg file will be reloaded, it will be also written to the log file JTS3ServerMod_InstanceManager.log
    o Absolute path to log files will be written to the standard system output (console window).
    
    Version 6.0.6 (13.03.2016)
    + Added new chat command !botlog to get the information where you can find the bot log.
    + You can reload the bot full admin list without stopping the JTS3ServerMod process.
      Just change the list and use the chat command !botinstancelistreload
    - Bugfix: Make sure that the file handle will be closed, if the bot log will be written to a file.
    o Updated some bot command help messages.
    
    Version 6.0.5 (12.03.2016)
    - Bugfix: Fixed the most reasons for the following two server query errors: "already member of channel" and "invalid clientID".
              Affected functions: AwayMover, MuteMover, IdleCheck, RecordCheck, ServerGroupProtection and BadNicknameCheck
    - Bugfix: Changed error message for the server query error "database duplicate entry" while adding a second complaint to a client.
              Now this server query error is only a warning and does not trigger the exception error notification from version 6.0.3.
              Affected functions: RecordCheck, ServerGroupProtection, BadChannelNameCheck and BadNicknameCheck
    o Added version build to virtual bot log.
Вернуться к списку обновлений...