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

For some icons i get negative ids, e.g via ServerGroup.getIconId() So i'm not able to download the icon file in this cases. I'm running on 64bit-jvm. I found out that...

enhancement

Hi, I wanted to ask you before doing this would it be appropriate to make an Enum for each permission to simplify the addition and removal of permissions? To have...

enhancement

How do I set a port from the default 9987 to 9992?

Hello, when i load allEvents(".registerAllEvents()") i become a NullPointerException in my events class. This the error: ![Error](https://user-images.githubusercontent.com/92922732/168459693-43c42148-74db-4d4c-9b5c-714b5084bfe8.png) Why is it so? Thanks for helping

Hi, I've been following this project for a while now and I'm also a loyal user of this API, unfortunately I'm noticing more and more that some functions don't return...

My bot gives me -1 as client value, but we are 4 clients in the channel. I use the latest API version.

client.getEstimatedLocation() does not return a value, it is followed only by "".

bug

Missing something like: client.getConnectionDuration() to check how long hes connected to the server :) Would be nice for leecher kicking etc.

question

i have this error: `com.github.theholywaffle.teamspeak3.api.exception.TS3CommandFailedException: A "clientinfo" command returned with a server error. >> invalid clientID (ID 512) at com.github.theholywaffle.teamspeak3.api.CommandFuture.checkForFailure(CommandFuture.java:416) at com.github.theholywaffle.teamspeak3.api.CommandFuture.getUninterruptibly(CommandFuture.java:357) at com.github.theholywaffle.teamspeak3.TS3Api.getClientInfo(TS3Api.java:2027) at de.backxtar.managers.EventManager$1.onClientJoin(EventManager.java:44) at com.github.theholywaffle.teamspeak3.api.event.ClientJoinEvent.fire(ClientJoinEvent.java:176) at com.github.theholywaffle.teamspeak3.EventManager$ListenerTask.run(EventManager.java:150)...

Hello GitHub, first of all, very nice api. Unfortunately it is really buggy, regularly my bot crashes with a TS3CommandFailedException exception. Examples are: on client kick, on client move, on...