Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 409 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 409 Bytes

crusty

FukkitMC's simple Gradle plugin to use SpigotMC's mappings.

Usage

Requires git to be on the path.

plugins {
    id 'io.github.fukkitmc.crusty' version '1.1.2'
}

dependencies {
    mappings(fukkit.mappings('1.15.1'))
}
plugins {
    id("io.github.fukkitmc.crusty") version "1.1.2"
}

dependencies {
    mappings(fukkit.mappings("1.15.1"))
}

License

Apache 2.0