-
Notifications
You must be signed in to change notification settings - Fork 10
Getting the plugin to work
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, go to Settings > Server Query Login
and just enter a name. A password will be generated for you. The name you chose doesn't effect the name of BukkitSpeak is shown in TeamSpeak, so you can chose whatever you want. After generating them, just copy the name and the password into the config.
Test if BukkitSpeak works! If everything is correct, it should work without any console errors.