A Piñata addon for the EvenMoreFish plugin.
This addon adds a new RewardType to spawn a Piñata. This Piñata can be "filled" with rewards that are given when it is killed by a player.
Note
This addon is its own plugin and will not work inside the EvenMoreFish addons folder.
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.
The wiki can be found here: https://github.com/EvenMoreFish/EMFPinata/wiki
repositories {
maven("https://repo.codemc.io/repository/EvenMoreFish/")
}
dependencies {
compileOnly("uk.firedev:EMFPinata:2.0.0")
}