Toilet is a cross-platform library for dumping plugin diagnostic information to the web.
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.
To build Toilet, run clean build
in the root directory. The output JARs will be in target/
.
Toilet is licensed under the Apache License 2.0. See LICENSE for more information.