| Interface | Description |
|---|---|
| ClientDatabaseCache_Interface |
Interface of the ClientDatabaseCache class, which allows you to access the ClientDatabaseCache methods.
|
| HandleBotEvents |
This is the main interface, every plugin has to implement it!
|
| HandleClientList |
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!
|
| HandleTS3Events |
If your plugin has chat commands or is registered for Teamspeak 3 server or channel events, your plugin has to implement this interface!
|
| JTS3ServerMod_Interface |
Interface of the JTS3ServerMod class, which allows you to use the public JTS3ServerMod methods to make your plugin development easier.
|
| LoadConfiguration |
This is the second important interface.
|
| ServerInfoCache_Interface |
Interface of the ServerInfoCache class, which allows you to access the ServerInfoCache methods.
|