Skip to content

Can't connect to my TeamSpeak server!

Firedroide edited this page Oct 26, 2012 · 10 revisions

Are you getting this error?

12:34:56 [SEVERE] [BukkitSpeak] Could not connect to the TS3 server.
12:34:56 [SEVERE] [BukkitSpeak] Make sure that the IP and the QueryPort are correct!
12:34:56 [SEVERE] \[BukkitSpeak] (Exception connectTS3Query(): java.net.ConnectException: Connection timed out)

Well, here are a few common mistakes that prevent the plugin from working:

  • Double check the IP and the QueryPort.
  • Ensure that your Minecraft server IP is whitelisted on the TS3 server.
    • To do that, add the IP to query_ip_whitelist.txt on your TS3 server.
  • Check your permissions! The query needs to have some permissions, I'm going to list them here: Bold ones are crucial, italics means that the permissions are only required for the admin commands.
    • b_serverquery_login
    • b_virtualserver_select
    • b_virtualserver_client_list
    • b_client_info_view
    • b_virtualserver_notify_register
    • b_virtualserver_notify_unregister
    • b_client_ignore_antiflood
    • b_channel_join_permanent
    • b_channel_join_semi_permanent
    • b_channel_join_temporary
    • b_client_server_textmessage_send
    • b_client_channel_textmessage_send
    • i_client_private_textmessage_power
    • i_client_poke_power
    • i_client_kick_from_server_power
    • i_client_kick_from_channel_power
    • i_client_ban_power
    • I'm sure there are some more, but these are the most important ones.

I'll still be expanding this page as more errors occur, but these listed above seem to be the most common.

You can always file a new issue if something doesn't work as expected, or you can just comment on the thread on the Bukkit Forums and describe your issue there.