Skip to content

This is a template to create TeamSpeak 3 plugins for Linux systems using make.

Notifications You must be signed in to change notification settings

rootd/ts3-plugin-linux-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ts3-plugin-linux-template

This is a template to create TeamSpeak 3 plugins for Linux systems using make, as TeamSpeak offers no proper way to do so.

Compiling

You can compile your TeamSpeak 3 plugin using

make all.

Note: You might want to edit your Makefile and change TARGET to equal your plugin's name.

Installing

After successful compiling there will be a shared library called <targetname>.so in the /out folder. You need to copy this file to <teamspeak directory>/plugins/. Then open TeamSpeak and enable it under Settings->Plugins. Congratulations to your first TeamSpeak plugin! :shipit:

About

This is a template to create TeamSpeak 3 plugins for Linux systems using make.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages