Universal Team Speak sync

Discussion in 'Plugin Requests' started by Razor14150, Nov 24, 2016.

  1. Would someone be willing to make a plugin that checks if a player is on TS and if so give them access to XXX permission?
     
  2. Calytic

    Calytic Community Admin Community Mod

    That would be relatively difficult to accomplish. It would be even more difficult to do reliably.

    TeamSpeak does have an API, TSAPI.

    You would need to include a C# wrapper for TSAPI in your "Managed" dlls or use a web service to grab the currently online users. Even if you did get a list of online TS users using this method, there is no technically reliable way to associate those TS users with specific players on your server. You could use the TS username, but then a person could impersonate someone else relatively easily.
     
  3. Just poke the player a code when they join the TS, individual to them of course, then allow them to enter it using a chat command.