Here are some information about the given structure:
I have a Teamspeak server on which we run a bot that governs our Bansystem. I would now like to write a software in C, which accesses the bot of Ts3 via server socket.
Now the problem:
I do not want to provide new accounts for each team member. Is there an API from Minecraft or Mojang that allows all team members to log in to gain access to the software? Another idea would be to use an IP query to query rights on the TS3 server. Another idea would be to implement the application via JSF or similar web applications. How can I best implement this?
Is the Minecraft API or Mojang API useful?
Do you think you want to connect the Minecraft account to the TeamSpeak account?