Open Mats324 opened 3 years ago
In general many commands are similar or identical to the server query api. The documentation for that is included in TeamSpeak server downloads. A useful and quite extensive resource is YaTQA: http://yat.qa/ressourcen/ The list of commands that is used by TS3AudioBot is here: https://github.com/ReSpeak/tsdeclarations/blob/master/Messages.toml This list is used to generate C# code for the bot.
Thank you. I use that to do a plugin for kick and ban a user. I should must use a sound before the kick or ban, Is It possible?
It is possible, the audiobot is definitely capable of playing sound. I guess doing something similar to the !play
command is easiest to implement (look into MainCommands.cs
).
I don’t know much more about this though.
It's too difficile, there isn't a manuale ti implement an other function? The tsapi is in detush.
Is there anybody Who can help me?
You can use a translator on the german sites
It doesn't always work and sometimes when you use it it takes you back to the home page
Of you I want I can show you the so you can help me
Is there a teamspeak documentation api? I need it to see the commands that I want.