Skip to content

Eimer-Archive/MineCrash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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