@y.varenkov y.varenkov authored on 26 Feb 2022
yavarenkov committed on 26 Feb 2022
.settings add 3 years ago
gradle/ wrapper add 3 years ago
libs add minecraft server ping 3 years ago
solutions edit solutions 3 years ago
src/ main add jabber switch 3 years ago
.gitignore add 3 years ago
.travis.yml add 3 years ago
LICENSE add 3 years ago
README.md edit README 3 years ago
_config.yml add 3 years ago
build.gradle add minecraft server ping 3 years ago
gradlew add 3 years ago
gradlew.bat add 3 years ago
settings.gradle add 3 years ago
README.md

Overview

CrashBot waits for users to upload files to discord and takes the file, and uploads said file to a hastebin style website so Moderators, helpers or anyone else can easily read the logs instead of having to download the logs every time one is posted.

Building

Prerequisite:

You will need the following to utilize all of features:

  • JDK (8)
  • Eclipse or Java supported IDE

We will not provide any support whatsoever in obtaining any of the above.

Please do note that you will not receive any help whatsoever while trying to build your own, your expected to know what your doing.

  1. Make sure you have the prerequisites installed and running (Make sure your Java version is up-to-date)
  2. Clone this repository (you can also fork this repo and clone your fork).
  3. Open a Terminal in the root folder.
  4. Run gradlew build
  5. Grab the jar from build/libs
  6. Run the bot
  7. On first run the terminal will ask for a bot-token (Again your excected to know how to obtain one)

Authors

  • ROMVoid95 - ROM

Acknowledgments

License

This project is licensed under MIT - see the LICENSE file for details