Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eimer-archive/minecrash
- Owner: Eimer-Archive
- License: mit
- Created: 2022-07-16T12:03:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T01:14:10.000Z (2 months ago)
- Last Synced: 2024-09-19T03:56:24.286Z (2 months ago)
- Topics: bot, crash, discord, error, mine, minecraft, minecrash, solve
- Language: Java
- Homepage:
- Size: 95.7 KB
- Stars: 18
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MineCrash
Invite: https://discord.com/oauth2/authorize?client_id=990855990897418270&scope=bot&permissions=52288
Discord: https://discord.gg/k8RcgxpnBSThis 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)