Skip to content

FireML-Dev/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!

Versions below 1.18.2 will never be supported, as those versions don't have the features I need.

CodeFactor

Download

Release builds can be downloaded here: https://github.com/FireML-Dev/EMFPinata/releases/latest

Snapshot/Dev builds can be downloaded here: https://ci.firedev.uk/job/EMFPinata/

Wiki Pages

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

Maven

    <repository>
        <id>firedev-repo</id>
        <url>https://repo.firedev.uk/repository/maven-public/</url>
    </repository>
    <dependency>
        <groupId>uk.firedev</groupId>
        <artifactId>EMFPinata</artifactId>
        <version>1.0.6</version>
        <scope>provided</scope>
    </dependency>