Community Forums Today's Posts     Member List     Archive    
Page 1 of 8 123 ... LastLast
Results 1 to 15 of 120
  1. #1
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    1,662

    TS3MassMover - TS3 Client Plugin to move clients

    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:
    http://www.stefan1200.de/documentati...3MassMover.png

    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
    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

    -= 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 =-
    Future versions will be released by Mr.S, for the latest version visit the Teamspeak Addon page:
    http://addons.teamspeak.com/director...MassMover.html

    Older releases for TS3 Client version: 3.0.0 & 3.0.1 / 3.0.2 / 3.0.3 & 3.0.5 / 3.0.6 / 3.0.8.1 / 3.0.9

    -= Support =-
    Please contact Mr.S for any questions related to the TS3MassMover plugin. He will also answer to questions in this forum thread.
    Last edited by Stefan1200; 20-10-2012 at 06:57. Reason: text update

  2. #2
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    64
    that sounds good.
    I will try it.
    thx

  3. #3
    Join Date
    Dec 2009
    Location
    Arkansas, USA
    Posts
    80
    PERFECT! Great work around! Too bad you dont have a GUI for it to make moving users easier. But this is great i have been needing something like this. And I will be looking at your source code so i can learn from it. I dont know much C++ anymore but i think i may have to learn since the Devs fail to put a C# or VB.net sample in their damn plugin SDK!

    I hope i can make my own Plugin soon. Thanks for your work! I will be using this alot i think.

    I would suggest that you add the ability to move specific clients instead of a whole channel. But all in all i love this! Thanks again!

  4. #4
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    1,662
    Quote Originally Posted by MajorThorn View Post
    Too bad you dont have a GUI for it to make moving users easier.
    There is no example or documentation how to change or add a GUI in the TS3 Client.

    Thats why I wrote this suggestion:
    http://forum.teamspeak.com/showthread.php?t=56219

  5. #5
    Join Date
    Dec 2009
    Location
    Arkansas, USA
    Posts
    80
    Quote Originally Posted by Stefan1200 View Post
    There is no example or documentation how to change or add a GUI in the TS3 Client.

    Thats why I wrote this suggestion:
    http://forum.teamspeak.com/showthread.php?t=56219
    I have gamenight for my COD4 clan tonight so i will definately be using this

    Edit: BTW i love how clean your source is. too bad i stopped learning C++ a while back.

  6. #6
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    1,662
    Quote Originally Posted by MajorThorn View Post
    Edit: BTW i love how clean your source is. too bad i stopped learning C++ a while back.
    Currently this plugin is not big. But this may change if I can add context menu entries some time in the future (if the client API allow this) .

  7. #7
    Join Date
    Dec 2009
    Location
    primzahl
    Posts
    46
    nice plugin - thank you.

  8. #8
    Join Date
    Oct 2003
    Location
    Germany
    Posts
    2,296
    Good job!


  9. #9
    Join Date
    Dec 2009
    Location
    Arkansas, USA
    Posts
    80
    Quote Originally Posted by Stefan1200 View Post
    Currently this plugin is not big. But this may change if I can add context menu entries some time in the future (if the client API allow this) .
    I hope to see more out of it. I may look into C++ again just for plugins lol


    Just to let you know i have been using this plugin since i got it. It really helps me move my users from teh main channel to a game channel

  10. #10
    Join Date
    Apr 2008
    Location
    Next to Hannover
    Posts
    216
    good job, thanks a lot!

    Hello,

    i have the newest client version beta23 and the plugin isn't in the plugin list, so i cant use this plugin. What must I do?
    Last edited by florian_fr40; 29-03-2012 at 08:59.

  11. #11
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    1,662
    Quote Originally Posted by Denniminator View Post
    i have the newest client version beta23 and the plugin isn't in the plugin list, so i cant use this plugin. What must I do?
    I update this plugin as soon as the beta 23 client was released.

    New release for current TS3 client.

    Version 0.1 new release (02.08.2010)
    o Updated TS3 Client API version to 6 (needed for beta 23+)
    Download link in first post.
    Last edited by florian_fr40; 29-03-2012 at 09:00.

  12. #12
    Join Date
    Apr 2008
    Location
    Next to Hannover
    Posts
    216
    thanks! it works

  13. #13
    Join Date
    Nov 2009
    Location
    Dublin, Ireland
    Posts
    398
    awesome. nice to see that when i moved 50 clients into the root channel that the server and client didn't lag at all.

  14. #14
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    1,662
    New release of my plugin for Teamspeak 3 Client beta 25 and newer (or maybe not, sending a smile to the TS3 developers ).

    Download link in my first post on page 1, I also added a mirror server if you have problems with one of the servers.

  15. #15
    Join Date
    Dec 2009
    Location
    FR
    Posts
    6
    Plugin failed to load:
    Api version is not compatible

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1081
    Last Post: 15-05-2013, 08:51
  2. BUG? Repeated query client connect/diconnect
    By HHD_HELLBOUND in forum Bug Reports
    Replies: 5
    Last Post: 09-02-2012, 08:04
  3. server down and can help him no longer start
    By bohdalb in forum Linux / FreeBSD
    Replies: 11
    Last Post: 18-01-2010, 16:05
  4. Strange concurrent connection
    By wisley in forum [TeamSpeak 2] Server Support
    Replies: 2
    Last Post: 20-08-2006, 05:08
  5. DBExpress Operation Not supported
    By LukeK in forum [TeamSpeak 2] Server Support
    Replies: 0
    Last Post: 14-03-2006, 17:54

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •