- handleAfterCacheUpdate() - Method in interface de.stefan1200.jts3servermod.interfaces.HandleBotEvents
-
This method will be called after updating the server info, server group list or channel list cache.
- HandleBotEvents - Interface in de.stefan1200.jts3servermod.interfaces
-
This is the main interface, every plugin has to implement it!
- handleChatCommands(String, HashMap<String, String>, boolean, boolean) - Method in interface de.stefan1200.jts3servermod.interfaces.HandleTS3Events
-
This method will be called by the bot, if a chat command for this plugin was received.
- handleClientCheck(Vector<HashMap<String, String>>) - Method in interface de.stefan1200.jts3servermod.interfaces.HandleClientList
-
This method will be called, if a new client list was loaded.
- HandleClientList - Interface in de.stefan1200.jts3servermod.interfaces
-
If your plugin needs to do something at the client list check interval (every second by default, but can be changed by the user), your plugin has to implement this interface!
- handleOnBotConnect() - Method in interface de.stefan1200.jts3servermod.interfaces.HandleBotEvents
-
This method will be called after the JTS3ServerMod connected successfully to the TS3 server.
- HandleTS3Events - Interface in de.stefan1200.jts3servermod.interfaces
-
If your plugin has chat commands or is registered for Teamspeak 3 server or channel events, your plugin has to implement this interface!
- handleTS3Events(String, HashMap<String, String>) - Method in interface de.stefan1200.jts3servermod.interfaces.HandleTS3Events
-
If the plugin is registered for receiving Teamspeak 3 channel or server events, this function will be called after receiving an event.