Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eimer-archive/minecrash

The discord bot frontend for the MineCrahService
https://github.com/eimer-archive/minecrash

bot crash discord error mine minecraft minecrash solve

Last synced: about 4 hours ago
JSON representation

The discord bot frontend for the MineCrahService

Awesome Lists containing this project

README

        

# MineCrash

Invite: https://discord.com/oauth2/authorize?client_id=990855990897418270&scope=bot&permissions=52288
Discord: https://discord.gg/k8RcgxpnBS

This is a frontend for the [MineCrash backend](https://github.com/Eimer-Archive/MineCrashService) in the form of a discord bot that is easy and quick to use. It takes in commands containing your error/log as plain text or a .txt file and sends it to the backend and returns the solution as a message in your server.

## FAQ

### Why a discord bot?

Why not

### Can I fork this bot?

Yes, you can fork it and run your own version, it may make requests to our hosted backend or one you host yourself as long as it abides by the license.

### Can I invite it to my own server?

Yes. https://discord.com/oauth2/authorize?client_id=990855990897418270&scope=bot&permissions=52288

## Contributing

All contributions are welcome.

### Setup

#### Requirements

To get started with contributing or setting your own bot up you must have Java 22 installed and a discord bot with its token.

#### Running

To run the bot you just do it like any normal Java program `java -jar discordbot.jar`. To add the token either you can modify the code or input it in the program arguments.

If there are issues with the git data maven plugin while using IntelliJ check out [this](https://stackoverflow.com/a/68488723/15840802)