- de.stefan1200.jts3servermod.interfaces - package de.stefan1200.jts3servermod.interfaces
-
- de.stefan1200.jts3serverquery - package de.stefan1200.jts3serverquery
-
- de.stefan1200.util - package de.stefan1200.util
-
- DEBUG - Variable in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Setting DEBUG to true
will write every internal exception into an error log file and write the communication log file.
- DEBUG_COMMLOG_PATH - Variable in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Set the path to the communication log file or null
to disable writing of this log file.
- DEBUG_ERRLOG_PATH - Variable in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Set the path to the error log file or null
to disable writing of this log file.
- decodeTS3String(String) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Convert escaped characters to normal characters.
- deleteChannel(int, boolean) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Delete a channel of the server.
- deleteClientFromCache(int) - Method in interface de.stefan1200.jts3servermod.interfaces.ClientDatabaseCache_Interface
-
Delete a client from the client database cache.
- disable() - Method in interface de.stefan1200.jts3servermod.interfaces.HandleBotEvents
-
This method will be called while disconnecting from TS3 server, before reloading the configuration or after receiving the function/plugin disable request by bot admin.
- doCommand(String) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Send a single command to the TS3 server and read the response.