Author Topic: TS3MassMover - TS3 Client Plugin to move clients  (Read 39760 times)

Stefan1200

  • Administrator
  • *****
  • Posts: 2240
    • View Profile
TS3MassMover - TS3 Client Plugin to move clients
« on: September 11, 2010, 11:10:25 AM »
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-93eae3b0f523

TS3MassMover 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 help
This 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 10
If you want to move to the channel ID 12 and this channel have the password xefr34, just write:
/m t 12 xefr34
To move the clients from channel ID 28 to your current channel (your channel has no password), just write:
/m h 28
To move all clients from virtual server to your current channel, just write:
/m ah
To move all clients from virtual server to channel ID 58, just write:
/m at 58
To move all members of server group ID 6 to channel ID 38, just write:
/m sgt 6 38
To move all members of server group ID 6 to your current channel, just write:
/m sgh 6
To 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 xefr34
Move 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 58
Like 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.
« Last Edit: April 30, 2017, 08:08:46 AM by Stefan1200 »

Stefan1200

  • Administrator
  • *****
  • Posts: 2240
    • View Profile
Re: TS3MassMover - TS3 Client Plugin to move clients
« Reply #1 on: May 13, 2012, 06:40:53 AM »
New version by Mr.S:

Quote
Version 0.54 (16.01.2012)
o Updated TS3 Client API version to 15 (needed since 3.0.3)

Version 0.55.16 (07.05.2012)
o Add API version to plugin version
o Add channel context menu
o Add plugin menu
o Updated TS3 Client API version to 16 (needed for 3.0.6)
« Last Edit: October 20, 2012, 09:39:32 AM by Stefan1200 »

Stefan1200

  • Administrator
  • *****
  • Posts: 2240
    • View Profile
Re: TS3MassMover - TS3 Client Plugin to move clients
« Reply #2 on: October 20, 2012, 09:37:44 AM »
New version:

Quote
Version 0.56.18 (06.10.2012)
o Add version info to DLLs
o Updated TS3 Client API version to 18 (needed for 3.0.8)

Version 0.56.19 (13.10.2012)
o Updated TS3 Client API version to 19 (needed for 3.0.9)

Stefan1200

  • Administrator
  • *****
  • Posts: 2240
    • View Profile
Re: TS3MassMover - TS3 Client Plugin to move clients
« Reply #3 on: January 19, 2014, 10:10:37 AM »
New version by Mr.S, again update the API version, this time to 20 (needed for TS3 version 3.0.14+).
I was updating the readme.txt file too (missing information about usage added).
« Last Edit: January 19, 2014, 10:14:12 AM by Stefan1200 »

Stefan1200

  • Administrator
  • *****
  • Posts: 2240
    • View Profile
Re: TS3MassMover - TS3 Client Plugin to move clients
« Reply #4 on: August 27, 2014, 08:22:56 AM »
New version:

Quote
Version 0.58.20 (22.08.2014)
o Add moving clients which are not members of a selected server group to a specified channel

Stefan1200

  • Administrator
  • *****
  • Posts: 2240
    • View Profile
Re: TS3MassMover - TS3 Client Plugin to move clients
« Reply #5 on: July 11, 2015, 08:43:46 PM »
New version:

Quote
Version 0.59.20 (22.03.2015)
o Add translation option (included German translation)
« Last Edit: July 13, 2015, 12:28:39 AM by Stefan1200 »