This is a discord bot written in kotlin designed for the Lost Crafters SMP.
This bot has the following features:
- Basic whitelisting of users and camera accounts
- Downloading of latest backup from server
The following features are planned for future releases of the discord bot
- Add database backend to store whitelist and profile data
- Allow members to edit their profile
- Track active / inactive users
- Queue and Task scheduler
- Admin features
Open this project with IntelliJ Idea, this is a gradle project running Java 21
gradle app:run
docker build .
docker compose build
docker compose up -d