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.
- Host: GitHub
- URL: https://github.com/evenmorefish/emfpinata
- Owner: EvenMoreFish
- License: mit
- Created: 2024-05-11T18:09:11.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2025-02-21T18:23:08.000Z (about 1 year ago)
- Last Synced: 2025-03-27T17:51:51.095Z (about 1 year ago)
- Topics: java, java-17, java-21, paper-plugin
- Language: Java
- Homepage:
- Size: 7.41 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")
}
```