Plugin Developer Reference [What to use]

Did you ever developed a working TS3 Plugin?

  • Yes

    Votes: 20 51.3%
  • No

    Votes: 19 48.7%

  • Total voters
    39

Bluscream

Retired Staff
Contributor
Joined
May 8, 2015
Messages
967
Reaction score
934
Points
211
Hello, this is not a tutorial, just a list of recommended applications to write a plugin.


C/C++
If you want to build a C/C++ plugin you should use
Microsoft Visual Studio 2013 Professional [Trial] [Mirror]
Teamspeak 3 Plugin SDK
The reason for this version is that Teamspeak was build upon it so you have no external dependencies that you have to ship with.
You can find some example sources on GitHub.​


QT
If you want to extend your C/C++ Plugin with Inputboxes/GUI Elements you need to include
QT 5.5.0
in your project.​


LUA
As you don't need a compiler for LUA scripts i suggest either using
Notepad++
or

Sublime Text 2
cause they have proper syntax highlighting for LUA.

PHP
If you want to access the serverquery shell with PHP i suggest using the
Planet Teamspeak PHP Framework

If you want to access the clientquery shell with PHP i suggest the

Clientquery API + Examples

P.S. said:
A tutorial may come in the future.
 
Last edited:

Asphyxia

Owner
Administrator
Joined
Apr 25, 2015
Messages
1,846
Solutions
2
Reaction score
2,200
Points
327
I think a solid tutorial for developing TeamSpeak 3 plugins is long overdue. There is not a single good resource around, the documentation is horribly shit quality. This would be extremely useful, I think. ;)
 

Qraktzyl

Retired Staff
Contributor
Joined
Nov 2, 2015
Messages
997
Reaction score
723
Points
161
PHPstorm is actually very good for PHP development.
 

ts3sdkis_terrible

New Member
Joined
Mar 21, 2018
Messages
1
Reaction score
0
Points
3
this is not a tutorial
Precisely the problem!! I'm new to Teamspeak development, and while I have a fair bit of knowledge and I'm getting surprisingly far, there's a lot I can't do (probably because I can't find proper documenation!!!). Could you do a tutorial on some stuff because the other R4P3 tutorial got stopped?

If not, at least let me know where I can find the correct docs.
 

Alex04

Member
Joined
Oct 3, 2015
Messages
36
Reaction score
2
Points
43
What program can I use to edit this type of file is ts3server_startscript
 

Attachments

  • Cattura21.PNG
    Cattura21.PNG
    394.6 KB · Views: 29
Top