| Package | Description |
|---|---|
| com.github.theholywaffle.teamspeak3 |
| Modifier and Type | Method and Description |
|---|---|
CreatedQueryLogin |
TS3Api.addServerQueryLogin(String loginName,
int clientDBId)
Creates a server query login with name
loginName for the client specified by clientDBId
on the currently selected virtual server and returns the password of the created login. |
| Modifier and Type | Method and Description |
|---|---|
CommandFuture<CreatedQueryLogin> |
TS3ApiAsync.addServerQueryLogin(String loginName,
int clientDBId)
Creates a server query login with name
loginName for the client specified by clientDBId
on the currently selected virtual server and returns the password of the created login. |
Released under the MIT license.