Skip to content

mojira/arisa-kt

Arisa


Arisa

Arisa

A JIRA bot for doing various moderation tasks on Mojang's bug tracker Mojira.
Arisa's bug tracker profile · Report Bug · Request Feature

About the project

Arisa is a Bot account on Mojira, Mojang's bug tracker. Its purpose is to run various checks on tickets and execute automated tasks. For instance, it automatically analyzes newly posted tickets and automatically resolves them in case the game is modified.

Arisa was originally written in Ruby by Synchunk, a now retired Mojira moderator. Later, Arisa was rewritten in JavaScript by Mustek. This Kotlin version of Arisa was written by urielsalis.

Installation

If you want to tinker around with the project on your local PC, you can simply go ahead, clone the project and build it with Gradle.

git clone https://github.com/mojira/arisa-kt.git
./gradlew clean build

To run the bot with the default configuration, you need to run the following command:

./gradlew build installDist
./build/install/arisa-kt/bin/arisa-kt

In order to configure Arisa, create a local.yml file inside the config folder. There you can set all your credentials and overwrite any configs in config.yml for debugging purposes. There are also some specific debug configs, you can find their documentation in the ArisaConfig.kt file.

Built with

This project depends on the following projects, thanks to every developer who makes their code open-source! ❤️

Language detection powered by Dandelion API.

Contributing

You're very welcome to contribute to this project! Please note that this project uses ktlint to ensure consistent code. It runs with ./gradlew clean build, but you can also run it independently using ./gradlew ktlintCheck.

Found a bug in Minecraft?

Please head over to bugs.mojang.com, search whether your bug is already reported and if not, create an account and click the red "Create" button on the top of the page.

License

Distributed under the GNU General Public License v3.0. See LICENSE.md for more information.