https://github.com/exopandora/ts3bot
Custom bot for TeamSpeak 3
https://github.com/exopandora/ts3bot
Last synced: 2 months ago
JSON representation
Custom bot for TeamSpeak 3
- Host: GitHub
- URL: https://github.com/exopandora/ts3bot
- Owner: Exopandora
- Created: 2020-05-19T21:22:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T18:00:31.000Z (4 months ago)
- Last Synced: 2025-02-18T19:24:03.345Z (4 months ago)
- Language: Java
- Homepage:
- Size: 550 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KardExo Bot
## Build
Requirements:
- JDK 21 or later### TeamSpeak
The TeamSpeak distribution can be built using the following command:
```shell
gradlew :ts3:shadowJar
```
The resulting jar will be located in `ts3/build/libs`.### Discord
The Discord distribution can be built using the following command:
```shell
gradlew :discord:shadowJar
```
The resulting jar will be located in `discord/build/libs`.## Configuration
Configuration can be done by modifying config.json.
Some config options are platform specific.### TeamSpeak
Config options specific for TeamSpeak:
- host_address
- login_name
- login_password
- channel_name
- virtual_server_id### Discord
Config options specific for Discord:
- token## Run
Requirements:
- JRE 21 or later### TeamSpeak
Run the following command in a terminal:
```shell
java -jar ts3bot-all.jar
```### Discord
Run the following command in a terminal:
```shell
java -jar discordbot-all.jar
```