Skip to content

A cross-platform library for dumping Minecraft plugin/mod diagnostic information to the web.

License

Notifications You must be signed in to change notification settings

WiIIiam278/Toilet

Repository files navigation


Toilet is a cross-platform library for dumping plugin diagnostic information to the web.

Setup

Toilet is available on Maven. You can browse the Javadocs here.

Gradle setup instructions

First, add the Maven repository to your build.gradle file:

repositories {
    maven { url "https://repo.william278.net/releases" }
}

Then, add the dependency itself. Replace VERSION with the latest release version. (e.g., 1.2.1) and PLATFORM with the platform you are targeting (e.g., bukkit). If you want to target pre-release "snapshot" versions (not recommended), you should use the /snapshots repository instead.

dependencies {
    implementation "net.william278.toilet:toilet-PLATFORM:VERSION"
}

Using Maven/something else? There's instructions on how to include Toilet on the repo browser.

Building

To build Toilet, run clean build in the root directory. The output JARs will be in target/.

License

Toilet is licensed under the Apache License 2.0. See LICENSE for more information.