v1.0.13
Noteworthy changes in this release
- Added a reconnect system
- When the connection between the server and the client is interrupted and reconnecting is enabled, the query will try to reconnect after configured delays
- After reconnecting, the query tries to continue executing commands that were issued before the connection got interrupted.
- Check out an example here.
- Fixed API misbehaving with certain locale settings
- Added method to move multiple clients at once
- Added some new properties and utility methods to both clients and channels
- Added support for the undocumented
tokenused
event
Get this release
Maven:
<dependency>
<groupId>com.github.theholywaffle</groupId>
<artifactId>teamspeak3-api</artifactId>
<version>1.0.13</version>
</dependency>
Don't forget to include our repository! Instructions in the readme.
Gradle:
compile group: 'com.github.theholywaffle', name: 'teamspeak3-api', version: '1.0.13'