Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpaulsen committed Jul 31, 2023
1 parent 2c3cd45 commit b2f4b8e
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# TeamSpeak 3 Client Plugin SDK
# TeamSpeak 3 Client Plugin SDK: Helper Repository

This is the official helper repository that contains example code and the SDK header files
required to create native plugins for the TeamSpeak 3 Client.
Welcome to the official helper repository for creating native plugins for the TeamSpeak 3 Client. This repository includes example code and SDK header files to assist in the development of your plugin.

## Getting Started
## Quick Start Guide

It's strongly recommended to build upon the test plugin. Plugins are required to export some
special functions, which already exist in the test plugin. Optional functions may be removed
if not used. See code comments for details.
To get started, it's highly recommended that you base your plugin on the provided test plugin. This test plugin includes the necessary special functions that your plugin must export. If certain optional functions are not needed for your project, feel free to remove them. For more details, please refer to the code comments.

For more information, please refer to the following pages:
## Additional Resources

- [TeamSpeak Community Forums](https://forum.teamspeak.com)
- [TeamSpeak SDK Downloads](https://www.teamspeak.com/downloads#sdk)
To expand your knowledge and get support, we recommend visiting the following resources:

## Copyright
- [TeamSpeak Community Forums](https://community.teamspeak.com): Connect with other developers and TeamSpeak users.
- [TeamSpeak SDK Downloads](https://www.teamspeak.com/downloads#sdk): Access the latest version of our SDK and other development resources.

Copyright © TeamSpeak Systems GmbH. All rights reserved.
## Copyright Information

This repository is protected under copyright law. Copyright © TeamSpeak Systems GmbH. All rights reserved.

0 comments on commit b2f4b8e

Please sign in to comment.