- encodeTS3String(String) - Method in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Escape all special characters for the TS3 server.
- ERROR_LEVEL_CRITICAL - Static variable in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
-
Use this log level if a critical error occurred, which have to stop the bot in most cases.
- ERROR_LEVEL_DEBUG - Static variable in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
-
Use this log level for debugging purposes only.
- ERROR_LEVEL_ERROR - Static variable in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
-
Use this log level if an error occurred or the configuration is wrong.
- ERROR_LEVEL_INFO - Static variable in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
-
Use this log level for info messages (something was done successful or stuff like that).
- ERROR_LEVEL_WARNING - Static variable in interface de.stefan1200.jts3servermod.interfaces.JTS3ServerMod_Interface
-
Use this log level to warn the user about a possible problem, but everything could work like expected.
- EVENT_MODE_CHANNEL - Static variable in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Event mode for addEventNotify() to add channel events (like clients join or left the channel).
- EVENT_MODE_SERVER - Static variable in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Event mode for addEventNotify() to add server events (like clients join or left the server).
- EVENT_MODE_TEXTCHANNEL - Static variable in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Event mode for addEventNotify() to add channel chat events (like receiving or sending chat messages).
- EVENT_MODE_TEXTPRIVATE - Static variable in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Event mode for addEventNotify() to add private chat events (like receiving or sending chat messages).
- EVENT_MODE_TEXTSERVER - Static variable in class de.stefan1200.jts3serverquery.JTS3ServerQuery
-
Event mode for addEventNotify() to add server chat events (like receiving or sending chat messages).
- existsException(TS3ServerQueryException) - Method in class de.stefan1200.jts3servermod.FunctionExceptionLog
-
Check if this exception was already saved.
- existsException(TS3ServerQueryException, int) - Method in class de.stefan1200.jts3servermod.FunctionExceptionLog
-
Check if this exception was already saved.