chatapi/README.md

12 lines
660 B
Markdown
Raw Permalink Normal View History

2024-09-02 18:11:20 +02:00
A scriptable Java library for chatbots
## Download
- Maven repository: `https://git.m724.eu/api/packages/Minecon724/maven`
- Artifact: `eu.m724:chatapi`
2024-09-07 14:51:01 +02:00
- Version tags: [here](https://git.m724.eu/Minecon724/chatapi/tags) (see there for the latest version)
2024-09-02 18:11:20 +02:00
(or [see here](https://git.m724.eu/Minecon724/-/packages/maven/eu.m724-chatapi))
## Use
2024-09-02 18:16:05 +02:00
See [Main.java](https://git.m724.eu/Minecon724/chatapi/src/branch/master/src/main/java/eu/m724/chatapi/Main.java) for example usage (although most lines there is just sweetener) \
2024-09-02 18:11:20 +02:00
And [here](https://git.m724.eu/Minecon724/chatapi/src/branch/master/src/main/groovy/eu/m724/chatapi/example) for example chat sources