Notice: Support for the TS3MassMover Client Plugin is stopped from my side. Another person took over the development, click on the following link to get the newest version of this plugin: https://www.myteamspeak.com/addons/a5a52764-94b2-4ef2-8bf9-93eae3b0f523TS3MassMover is a Teamspeak 3 Client Plugin which adds short chat commands to move all clients from a channel or the whole virtual server to a specified channel.
32 and 64 bit DLLs for
Windows are included. Source code to compile the SO file for
Linux are also included. Just do something like
g++ -shared main.cpp -o TS3MassMover.so
-= Usage =-Since version 0.55.16:
Just right click on a channel. You get the following menu:

To use it by chat commands (all versions), just enter the chat message
/m helpThis shows you informations about the usage of this plugin.
Some examples:
To move the clients of the current channel to another channel with the channel ID 10 (channel has no password), just write:
/m t 10If you want to move to the channel ID 12 and this channel have the password xefr34, just write:
/m t 12 xefr34To move the clients from channel ID 28 to your current channel (your channel has no password), just write:
/m h 28To move all clients from virtual server to your current channel, just write:
/m ahTo move all clients from virtual server to channel ID 58, just write:
/m at 58To move all members of server group ID 6 to channel ID 38, just write:
/m sgt 6 38To move all members of server group ID 6 to your current channel, just write:
/m sgh 6To move all members of channel 10 to channel 12 and this channel have the password xefr34, just write (TS3MassMover 0.4 or newer is needed):
/m fctc 10 12 xefr34Move all clients which are not members of server group ID 6 to channel ID 58, just write (TS3MassMover 0.58 or newer is needed):
/m nsgt 6 58Like in the second example, you can write the channel password as last argument on all commands.
To remember the commands easy, just read the characters like:
m t = move to
m h = move here
m at = move all to
m ah = move all here
m sgt = move server group to
m sgh = move server group here
m fctc = move from channel to channel
m nsgt = move not in server group to channel
-= Localization =-To localize messages copy the selected language from lang folder into the TeamSpeak 3 Client \ plugins directory and rename it to TS3MassMover.lang. If TS3MassMover.lang is missing the plugin will create the english version, so you could also translate it by your own.
-= System Requirements =-Since TS3MassMover version 0.4 you need the following system component:
Windows 32 Bit:
Microsoft Visual C++ 2010 Redistributable (x86)Windows 64 Bit:
Microsoft Visual C++ 2010 Redistributable (x64)-= Download =-Updated version from Mr.S can be found here:
https://www.myteamspeak.com/addons/a5a52764-94b2-4ef2-8bf9-93eae3b0f523-= Support =-Please contact
Mr.S for any questions related to the TS3MassMover plugin.