TeamSpeak-3-Java-API icon indicating copy to clipboard operation
TeamSpeak-3-Java-API copied to clipboard

A Java wrapper of TeamSpeak's 3 server query API.

Results 38 TeamSpeak-3-Java-API issues
Sort by recently updated
recently updated
newest added

I noticed a weird behaviour in version 1.2.0 where a Thread got stuck in my application. The connection to the server was closed and after that the programm tried to...

The method [getClientServerGroups](https://github.com/TheHolyWaffle/TeamSpeak-3-Java-API/blob/master/src/main/java/com/github/theholywaffle/teamspeak3/api/event/ClientJoinEvent.java#L101) in ClientJoinEvent returns a commaseperated String instead of an int-array. This is not really a bug but not in line with other situations like in the [Client](https://github.com/TheHolyWaffle/TeamSpeak-3-Java-API/blob/master/src/main/java/com/github/theholywaffle/teamspeak3/api/wrapper/Client.java#L133)....

I have this Error 2019-05-26 20:46:06.007 [ERROR] Connection timed out. java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.socketRead(Unknown Source) at java.net.SocketInputStream.read(Unknown Source) at java.net.SocketInputStream.read(Unknown Source) at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) at...

Hey Guys! I'm trying to use this: https://github.com/TheHolyWaffle/TeamSpeak-3-Java-API/issues/192 but the IconID is "-1" Code: for example the same as there Anyone know why?

Hello, I have a problem with compiling the Jar file. I did it like others in their tutorial videos (just the compiler step), but I am getting the error in...

Hey, I always get this error when I use "dean" as an argument to this command. For other arguments not ..?! Unfortunately, I do not remember what to do there?...

Hello, it's me again. :P I am currently in the process of reprogramming my TS3Bot for my network and I would like to improve some of that. Now it is...

Hello, Unfortunately I have several mistakes and unfortunately can not explain them to me. As you can see on the screenshot (see below), I get (not always, but often) this...

duplicate
question

How do i add an arguement for a command like "!channel create MalibuTest" then the query will create a channel with the name "MalibuTest"

question

Hey, I just used the example of the reconnect strategy. There is the following code: ``` // Make stuff run every time the query (re)connects config.setConnectionHandler(new ConnectionHandler() { @Override public...

question