-
Notifications
You must be signed in to change notification settings - Fork 10
Getting the plugin to work
Firedroide edited this page Mar 30, 2012
·
10 revisions
Find out the IP and the 'normal' Port your TeamSpeak server uses.
You should get something like 123.132.213.231:12345
Now, everything before the colon, that's your IP, the number after it, that's the port.
You need to put the IP into the configuration after main.TeamSpeakIp:
, and the port after mail.TeamSpeakPort:
,
so in our case it would look like that:
main:
TeamSpeakIp: 123.132.213.231
TeamSpeakPort: 12345
Now you need the TeamSpeak Query port. You can find that out by yourself if you are the owner of the TS server, the used Query port should be set somewhere in the configuration. Else, you need to ask the TS owner about that port.
Generate a Query username and password, or let one be generated for you. To do that... //WIP, sorry :D