Skip to content

Ondra3211/ts-channel-sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeamSpeak channel sorter GitHub license

Gif #1 Gif #2
gif #1 gif #2

Installation

Requirements

  • PHP 7.x, mbstring
  • TeamSpeak Server - v3.4.0 (build >= 1536564584) or higher.
  • Install the TS3 PHP Framework by manually downloading it or using Composer:
composer require planetteamspeak/ts3-php-framework
  • Channels must be as subsubchannels!

Usage

screen -AmdS tsbot php bot.php

Configuration

$cf['bot'] = [
    'host' => '127.0.0.1',
    'username' => 'franta',
    'password' => '9oB2odwh',
    'vport' => 9987,
    'qport' => 10011,
    'nickname' => 'channel sorter',
    'channel' => 1, //after connect bot switch to this channel | false to disable this feature
];

$cf['settings'] = [
    'interval' => 10,
    'main_channel' => 60020, //parent channel of sub-channels that will be sorted
    'separator' => '. ' //EXAMPLE: {number}. {channel}
];

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages