Skip to content

EvenMoreFish/EMFPinata

Repository files navigation

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")
}