An open API service indexing awesome lists of open source software.

https://github.com/evenmorefish/emfpinata

A Piñata addon for the EvenMoreFish plugin.
https://github.com/evenmorefish/emfpinata

java java-17 java-21 paper-plugin

Last synced: 12 months ago
JSON representation

A Piñata addon for the EvenMoreFish plugin.

Awesome Lists containing this project

README

          

# 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](https://modrinth.com/plugin/emfpinata).

Snapshot/Dev Builds are available on [Jenkins](https://ci.codemc.io/job/FireML/job/EMFPinata/).

> [!IMPORTANT]
> EMFPiñata depends on [EvenMoreFish](https://modrinth.com/plugin/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)

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

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