Advertisement
EscuderoKevin

Untitled

Mar 5th, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.82 KB | None | 0 0
  1. # JTS3ServerMod Instance Manager config file
  2. #
  3. # Each bot instance need:
  4. # X.instance_enable
  5. # X.instance_name
  6. # X.instance_config_path
  7. #
  8. # Optional:
  9. # X.instance_logfile_path
  10. # X.instance_csvloginlog_path
  11. # X.instance_debug = 1
  12. #
  13. # For X use a number starting from 1. Make sure that you have not more than 10 missing numbers between the instances.
  14. # At least one enabled instance is needed or the bot process will stop after starting.
  15. #
  16. # This file must be saved with the encoding ISO-8859-1!
  17.  
  18. # A comma seperated list (without spaces) of unique user ids,
  19. # which should be able to use bot full admin commands on all bot instances.
  20. # Bot full admin can also see the TS3 server password and is able to use the !exec command.
  21. # The unique user ids looks like this: mBbHRXwDAG7R19Rv3PorhMwbZW4=
  22. bot_fulladmin_list = sGh+8UQ+RAj3oaSFaN/aRK6USjc=
  23. # Allow !exec and !execwait commands for bot full admins? 1 = Yes, 0 = No
  24. # This allow you to execute system commands.
  25. # Only use !execwait for commands which quits within some seconds,
  26. # because the bot waits for the end of this command to send you the text output of the program.
  27. # Use !exec for commands with a longer runtime instead,
  28. # this command don't send you any text output, because the bot don't wait for it.
  29. bot_command_exec = 1
  30. # Every time a bot full admin connects to the TS3 server it will be checked if an update for the JTS3ServerMod is available.
  31. # If an update is available, a chat message will be sent to the bot full admin.
  32. # 0 = disable, 1 = final versions, 2 = final and test versions
  33. bot_update_check = 0
  34. # Add a small delay in milliseconds to the bot starting process.
  35. # Only change this value if you have problems starting all bots at once, like hanging bot threads.
  36. delay_bot_start = 100
  37.  
  38. # Enable the multi IP mode. 1 = Enable, 0 = Disable
  39. # If slow mode is activated, this feature split bot connections to the Teamspeak 3 servers.
  40. # Events (Chat and some functions) and the Client Database Cache gets an own connection which should solve the IP ban problem.
  41. multiipmode_enable = 0
  42. # Local IP Address of the main connection, make sure that this is not the same as for chat and cache!
  43. multiipmode_ip_main = 123.123.123.123
  44. # Local IP Address of the chat connection, make sure that this is not the same as for main and cache!
  45. multiipmode_ip_chat = 124.124.124.124
  46. # Local IP Address of the cache connection, make sure that this is not the same as for chat and main!
  47. multiipmode_ip_cache = 125.125.125.125
  48. # First local port
  49. multiipmode_portrange_min = 50000
  50. # Last local port
  51. # Make sure, that you have at least 3 ports for every bot, which use the slow mode!
  52. multiipmode_portrange_max = 51999
  53.  
  54. # Enable the telnet server of the bot. 1 = Enable, 0 = Disable
  55. # You are able to start, stop or reload a virtual bot instance using this telnet server.
  56. telnet_enable = 1
  57. # Choose a port for the telnet server, default port is 5873.
  58. telnet_port = 5873
  59. # Choose a password for the telnet server.
  60. # If this password is shorter than 6 characters, the telnet server will be disabled!
  61. telnet_password = eb03f2b332
  62. # Choose a network interface for the telnet server. Only set a single ip address of a local network interface here.
  63. # Set nothing here to bound the telnet server to all network interfaces (default).
  64. # Example: Set to 127.0.0.1 (IPv4) or ::1 (IPv6) to allow connections only from localhost.
  65. telnet_bindTo =
  66. # A comma seperated list (without spaces) of IP addresses, which are allowed to connect to the telnet server.
  67. # Leave empty, if every IP address is allowed to connect.
  68. telnet_whitelist =
  69. # Log telnet connection attempts to logfile? 1 = Enable, 0 = Disable
  70. telnet_connection_log = 1
  71. # Enable this to prevent that the JTS3ServerMod process quits if no bot instances are running. 1 = Enable, 0 = Disable
  72. # You can still quit the process with !botquit in TS3 client chat or with botquit on telnet.
  73. telnet_run_forever = 1
  74.  
  75. # Use a MySQL database to save bot instances and configurations. 1 = Enable, 0 = Disable
  76. # There should be a structure sql file in the documents directory.
  77. # Import this into your MySQL database to create the tables (the included web interface do this already for you).
  78. # But you must fill this tables by yourself, the bot just reads the informations out there.
  79. mysql_enable = 1
  80. mysql_host = 127.0.0.1
  81. mysql_port = 3306
  82. mysql_user = root
  83. mysql_password = cq61p0xk
  84. mysql_database = jts3server
  85.  
  86. # Normal log entries older than X days will be deleted from MySQL jts3servermod_log table. 0 = disable auto delete!
  87. mysql_log_delete = 0
  88. # Connection log entries older than X days will be deleted from MySQL jts3servermod_log table. 0 = disable auto delete!
  89. mysql_connection_log_delete = 0
  90.  
  91. ###########################################################################
  92. ### If you use MySQL, you do not have to edit anything below this line! ###
  93. ###########################################################################
  94.  
  95. # Enable bot instance, 1 = yes, 0 = no
  96. # If 0, you can start the bot instance later by chat command from another running instance.
  97. 1.instance_enable = 1
  98. # The name is needed to start or stop this virtual bot instance by chat commands. This name has to be unique!
  99. # Don't use spaces in the bot name, only use letters, numbers, minus and underscore!
  100. 1.instance_name = bot1
  101. # Path to config file for this bot instance.
  102. 1.instance_config_path = %apphome%config/server1/JTS3ServerMod_server.cfg
  103. # Path to log file for this bot instance. Leave empty to disable file logging.
  104. 1.instance_logfile_path = %apphome%JTS3ServerMod_server1.log
  105. # Path to connection log file for this virtual bot instance. Will be saved in csv format. Leave empty to disable file logging.
  106. # This function creates a CSV file, which logs when which client (including IP address) connects to the TS3 server.
  107. 1.instance_csvloginlog_path = %apphome%JTS3ServerMod_server1_login.csv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement