SimpleCloud Haste Module

A SimpleCloud Module for uploading the current logs of your services to hastebin

Usage

cloud haste <service> will upload the logs of the given service to hastebin.

cloud haste current will upload the logs of the current service to hastebin.

cloud support quickly give the SimpleCloud Team a overview of your system and it’s errors.

Installation

  1. Download the Jar file or Compile it yourself
  2. move the file to the modules folder(located in the rootdir/modules)
  3. reload or restart your cloud
  4. Have fun debugging your crappy code :^)

Compile it yourself

Intellij Idea

Ctrl + E >> Gradle >> Tasks >> build >> build

Linux

./gradlew build

Windows

.\gradlew.bat build

GitHub

View Github