A Splatoon bot for the chat app Discord with actually unique features. https://liljudd.ink
Go to file
moonleay 4b46d34f45
All checks were successful
Build Gradle project / build-gradle-project (push) Successful in 2m54s
chore: improved logging further
Signed-off-by: moonleay <contact@moonleay.net>
2024-02-13 20:07:50 +01:00
.forgejo/workflows fix: fixed ci pipeline 2024-01-21 02:03:37 +01:00
gradle/wrapper chore: upgraded gradle to 8.5 2024-01-18 18:46:34 +01:00
src/main chore: improved logging further 2024-02-13 20:07:50 +01:00
.dockerignore chore: improve documentation of self-hosting using docker / docker-compose 2023-12-09 16:11:51 +01:00
.gitignore fix!: temp. stopped the StatusUpdater and Cache updater from running to make the bot run again, fixed package names 2023-12-09 16:11:51 +01:00
.gitlab-ci.yml chore: formatting 2023-07-13 00:58:51 +02:00
build.gradle.kts refactor: renamed ownerID to creatorID 2024-02-13 19:44:09 +01:00
docker-compose.yml chore: improve documentation of self-hosting using docker / docker-compose 2023-12-09 16:11:51 +01:00
Dockerfile chore: added docker support 2023-05-18 20:51:06 +02:00
gradle.properties chore: updated copyright 2023-05-18 17:38:50 +02:00
gradlew chore: upgraded gradle to 8.5 2024-01-18 18:46:34 +01:00
gradlew.bat chore: upgrade gradle 2023-12-19 09:31:50 +01:00
LICENSE chore: update LICENSE 2023-05-20 19:28:12 +02:00
README.md chore: updated README.md 2024-01-21 02:03:46 +01:00
settings.gradle.kts chore: updated copyright 2023-05-18 17:38:50 +02:00

li'l Judd version 2

"Oh boy, here we go again" ~ me

A Discord Bot for Splatoon Teams.

Contributors

Developer

Known issues

If you encounter any bugs, message me on Discord (@moonleay) or email me (issues@moonleay.net). You can also open a ticket on the support server.

Commands & Features

  • Commands
    • version -- Show the versions of the bot and the most important dependencies
    • feature -- Manage bot features
    • match -- Create a new match
    • updateroles -- Update the roles of all users
    • sendplanner -- Send the planner message
    • rotation -- See the current rotation
  • Features
    • Time Planner -- Make the bot send messages and reactions into a selected channel in order to make planning easier
    • Availability Manager -- Make the bot assign users roles every day, so it is possible to notify available people
    • Match Planner -- Make a match, for which players can sign up and the bot will assign teams and roles to them

The todo list

See the todo list for more information.

How to self-host (using the Docker container)

  1. Copy the docker-compose.yml file from the repository.
  2. Install docker and docker-compose.
  3. Create a directory called "data" in the same directory as the docker-compose.yml file.
  4. Create a directory called "config" in the same directory as the docker-compose.yml file.
  5. Start the bot once.
  6. After 10 seconds, stop the bot.
  7. Open the config file "credentials.nils" in the config directory.
  8. Put in your credentials.
    1. token: your Discord bot token
    2. dbDomain: the domain and port of your postgresql database (e.g.: "postgresql", when using the docker-compose.yml file)
    3. dbName: the name of the database
    4. dbUser: the username of the database
    5. dbPassword: the password to the db user
  9. Start the bot again.
  10. The bot should now be up and running.

How to self-host (using the JAR)

  1. Download the latest release from the Releases page.
  2. Place it anywhere you want.
  3. Run the following command:

    java -jar lilJudd.jar

  4. The bot should start and create a config file named "credentials.nils" in a folder called "data"
  5. Open it and put in your credentials.
    1. token: your Discord bot token
    2. dbDomain: the domain and port of your postgresql database (e.g.: 192.168.178.1:5432)
    3. dbName: the name of the database
    4. dbUser: the username of the database
    5. dbPassword: the password to the db user
  6. Rerun the command

    java -jar lilJudd.jar

  7. The bot should now be up and running.

How to set up workspace

Install IntellJ and import the project from git. Done.

Docker commands 4 me

  • docker build -t limiteddev/liljudd:x.x.x .
  • docker push limiteddev/liljudd:x.x.x