mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-19 15:09:24 +00:00
b1f11c2400ca78428c00064a55d74c43c3e42945
Add missing FishingResultEvent
Custom-Fishing 🎣
📌 About CustomFishing
CustomFishing is a Paper plugin designed to provide a variety of fishing minigames and a powerful condition and action system. It introduces a unique weight system, offering unparalleled customization while maintaining optimal performance.
🔥 Key Features:
- Extensive customization options for fishing mechanics.
- Ability to register custom mechanisms, actions, conditions, games, and configuration parsers.
- Supports innovative fishing experiences, such as lava fishing or void fishing.
- Provides a robust API for developers to extend functionality easily.
🔧 How to Build
💻 Command Line
-
Install JDK 17 & 21.
-
Open a terminal and navigate to the project directory.
-
Run:
./gradlew build -
The artifact will be available in the /target folder.
🛠️ Using an IDE
- Import the project into your preferred IDE.
- Execute the Gradle build action.
- Find the artifact in the /target folder.
🤝 How to Contribute
🌍 Translations
- Clone this repository.
- Create a new language file in:
/core/src/main/resources/translations - Once done, submit a pull request for review. We appreciate your contributions!
💖 Support the Developer
If you enjoy using CustomFishing, consider supporting the developer!
- Polymart: CustomFishing on Polymart
- BuiltByBit: CustomFishing on BuiltByBit
- Afdian: Support via Afdian
📚 CustomFishing API
📌 Repository
repositories {
maven("https://repo.momirealms.net/releases/")
}
📌 Dependency
dependencies {
compileOnly("net.momirealms:custom-fishing:2.3.7")
}
🎉 Fun Fact
I misspelled "mechanism" as "mechanic"—I should have caught that earlier! 😆
Languages
Java
100%