Skip to content

IntellectualSites/Paster

Paster

Used in the projects FastAsyncWorldEdit and PlotSquared as "debugpaste".

Add the paster to your project:

Releases are published to the central repository, snapshots are published to S01 OSS Sonatype.

repositories {
    mavenCentral()
}

dependencies {
    implementation("com.intellectualsites.paster:Paster:VERSION")
}

You need to shade Paster into your software by either using maven shade or gradle shadow.