Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 710 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 710 Bytes

EMFPiñata

A Piñata addon for the EvenMoreFish plugin.

Requires at least Paper 1.18.2 and Java 17 to work!

Download

Release Builds are available on Modrinth.

Snapshot/Dev Builds are available on Jenkins.

Important

EMFPiñata depends on EvenMoreFish. The plugin will not load without it.

Wiki Pages

Piñata Config: https://github.com/FireML-Dev/EMFPinata/wiki/Pi%C3%B1ata-Config

Gradle (Kotlin)

repositories {
    maven("https://repo.codemc.io/repository/FireML/")
}

dependencies {
    compileOnly("uk.firedev:EMFPinata:1.0.6")
}